Internal class used by the TRIsurfaceFormat. More...
Public Member Functions | |
TRIsurfaceFormatCore (const fileName &) | |
Read from file, filling in the information. More... | |
TRIsurfaceFormatCore (const TRIsurfaceFormatCore &)=delete | |
Disallow default bitwise copy construction. More... | |
~TRIsurfaceFormatCore () | |
Destructor. More... | |
bool | sorted () const |
File read was already sorted. More... | |
void | clear () |
Flush all values. More... | |
pointField & | points () |
Return full access to the points. More... | |
List< label > & | zoneIds () |
Return full access to the zones. More... | |
List< label > & | sizes () |
The list of zone sizes in the order of their first appearance. More... | |
void | operator= (const TRIsurfaceFormatCore &)=delete |
Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from surfaceFormatsCore | |
static bool | checkSupport (const wordHashSet &available, const word &ext, const bool verbose, const word &functionName) |
... More... | |
Static Public Attributes inherited from surfaceFormatsCore | |
static word | nativeExt |
The file extension corresponding to 'native' surface format. More... | |
Static Protected Member Functions inherited from surfaceFormatsCore | |
template<class Container > | |
static List< surfZone > | oneZone (const Container &container, const word &name="zone0") |
Return a list with a single entry,. More... | |
static string | getLineNoComment (IFstream &) |
Read non-comment line. More... | |
Internal class used by the TRIsurfaceFormat.
Definition at line 55 of file TRIsurfaceFormatCore.H.
TRIsurfaceFormatCore | ( | const fileName & | filename | ) |
Read from file, filling in the information.
Definition at line 34 of file TRIsurfaceFormatCore.C.
|
delete |
Disallow default bitwise copy construction.
~TRIsurfaceFormatCore | ( | ) |
Destructor.
Definition at line 50 of file TRIsurfaceFormatCore.C.
|
inline |
File read was already sorted.
Definition at line 96 of file TRIsurfaceFormatCore.H.
Referenced by TRIsurfaceFormat< Face >::read().
|
inline |
Flush all values.
Definition at line 102 of file TRIsurfaceFormatCore.H.
References List< T >::clear().
|
inline |
Return full access to the points.
Definition at line 111 of file TRIsurfaceFormatCore.H.
Referenced by TRIsurfaceFormat< Face >::read().
Return full access to the zones.
Definition at line 117 of file TRIsurfaceFormatCore.H.
Referenced by TRIsurfaceFormat< Face >::read().
The list of zone sizes in the order of their first appearance.
Definition at line 123 of file TRIsurfaceFormatCore.H.
Referenced by TRIsurfaceFormat< Face >::read().
|
delete |
Disallow default bitwise assignment.