FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

TRIsurfaceFormatCore Class Reference

Internal class used by the TRIsurfaceFormat. More...

#include <surfMesh/TRIsurfaceFormatCore.H>


Detailed Description

Internal class used by the TRIsurfaceFormat.

Source files

Definition at line 56 of file TRIsurfaceFormatCore.H.

Inheritance diagram for TRIsurfaceFormatCore:
Collaboration diagram for TRIsurfaceFormatCore:

List of all members.

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.

Constructor & Destructor Documentation

TRIsurfaceFormatCore ( const fileName &   filename  )

Read from file, filling in the information.

Definition at line 35 of file TRIsurfaceFormatCore.C.

Definition at line 50 of file TRIsurfaceFormatCore.C.


Member Function Documentation

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().


The documentation for this class was generated from the following files: