Internal class used by the TRIsurfaceFormat. More...
#include <surfMesh/TRIsurfaceFormatCore.H>
Internal class used by the TRIsurfaceFormat.
Definition at line 56 of file TRIsurfaceFormatCore.H.
Public Member Functions | |
TRIsurfaceFormatCore (const fileName &) | |
Read from file, filling in the information.
| |
~TRIsurfaceFormatCore () | |
bool | sorted () const |
File read was already sorted.
| |
void | clear () |
Flush all values.
| |
pointField & | points () |
Return full access to the points.
| |
List< label > & | zoneIds () |
Return full access to the zones.
| |
List< label > & | sizes () |
The list of zone sizes in the order of their first appearance.
|
TRIsurfaceFormatCore | ( | const fileName & | filename ) |
Read from file, filling in the information.
Definition at line 35 of file TRIsurfaceFormatCore.C.
~TRIsurfaceFormatCore | ( | ) |
Definition at line 50 of file TRIsurfaceFormatCore.C.
bool sorted | ( | ) | const [inline]
|
File read was already sorted.
Definition at line 101 of file TRIsurfaceFormatCore.H.
Referenced by TRIsurfaceFormat< Face >::read().
void clear | ( | ) | [inline]
|
Flush all values.
Definition at line 107 of file TRIsurfaceFormatCore.H.
References List< T >::clear().
pointField& points | ( | ) | [inline]
|
Return full access to the points.
Definition at line 116 of file TRIsurfaceFormatCore.H.
Referenced by TRIsurfaceFormat< Face >::read().
List<label>& zoneIds | ( | ) | [inline]
|
Return full access to the zones.
Definition at line 122 of file TRIsurfaceFormatCore.H.
Referenced by TRIsurfaceFormat< Face >::read().
List<label>& sizes | ( | ) | [inline]
|
The list of zone sizes in the order of their first appearance.
Definition at line 128 of file TRIsurfaceFormatCore.H.
Referenced by TRIsurfaceFormat< Face >::read().