ensightPart::localPoints Class Reference

Track the points used by the part and map global to local indices. More...

Collaboration diagram for ensightPart::localPoints:

Public Member Functions

 localPoints ()
 Null constructor. More...
 
 localPoints (const pointField &pts)
 Construct for mesh points. More...
 

Public Attributes

label nPoints
 Number of points used. More...
 
labelList list
 Map global to local indices. More...
 

Detailed Description

Track the points used by the part and map global to local indices.

Definition at line 105 of file ensightPart.H.

Constructor & Destructor Documentation

◆ localPoints() [1/2]

localPoints ( )
inline

Null constructor.

Definition at line 115 of file ensightPart.H.

Referenced by ensightPart::calcLocalPoints().

Here is the caller graph for this function:

◆ localPoints() [2/2]

localPoints ( const pointField pts)
inline

Construct for mesh points.

Definition at line 122 of file ensightPart.H.

References ensightPart::isFieldDefined(), ensightPart::reconstruct(), ensightPart::writeFieldList(), and ensightPart::writeHeader().

Here is the call graph for this function:

Member Data Documentation

◆ nPoints

label nPoints

◆ list

labelList list

Map global to local indices.

Definition at line 112 of file ensightPart.H.

Referenced by ensightPart::writeGeometry(), ensightPartCells::~ensightPartCells(), and ensightPartFaces::~ensightPartFaces().


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