Public Member Functions | Data Fields
ensightPart::localPoints Class Reference

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

Collaboration diagram for ensightPart::localPoints:
Collaboration graph
[legend]

Public Member Functions

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

Data Fields

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 97 of file ensightPart.H.

Constructor & Destructor Documentation

◆ localPoints() [1/2]

localPoints ( )
inline

Null constructor.

Definition at line 107 of file ensightPart.H.

◆ localPoints() [2/2]

localPoints ( const pointField pts)
inline

Construct for mesh points.

Definition at line 114 of file ensightPart.H.

Field Documentation

◆ nPoints

label nPoints

Number of points used.

Definition at line 101 of file ensightPart.H.

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

◆ list

labelList list

Map global to local indices.

Definition at line 104 of file ensightPart.H.

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


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