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

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... | |
Track the points used by the part and map global to local indices.
Definition at line 105 of file ensightPart.H.
|
inline |
Null constructor.
Definition at line 115 of file ensightPart.H.
Referenced by ensightPart::calcLocalPoints().

|
inline |
Construct for mesh points.
Definition at line 122 of file ensightPart.H.
References ensightPart::isFieldDefined(), ensightPart::reconstruct(), ensightPart::writeFieldList(), and ensightPart::writeHeader().

| label nPoints |
Number of points used.
Definition at line 109 of file ensightPart.H.
Referenced by ensightPart::writeGeometry(), ensightPartCells::~ensightPartCells(), and ensightPartFaces::~ensightPartFaces().
| labelList list |
Map global to local indices.
Definition at line 112 of file ensightPart.H.
Referenced by ensightPart::writeGeometry(), ensightPartCells::~ensightPartCells(), and ensightPartFaces::~ensightPartFaces().
1.8.11