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.

◆ localPoints() [2/2]

localPoints ( const pointField pts)
inline

Construct for mesh points.

Definition at line 122 of file ensightPart.H.

Member Data Documentation

◆ nPoints

label nPoints

Number of points used.

Definition at line 109 of file ensightPart.H.

Referenced by ensightPart::writeGeometry().

◆ list

labelList list

Map global to local indices.

Definition at line 112 of file ensightPart.H.

Referenced by ensightPart::writeGeometry().


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