track the points used by the part and map global to local indices More...
#include <src/conversion/ensight/part/ensightPart.H>
track the points used by the part and map global to local indices
Definition at line 98 of file ensightPart.H.
Public Member Functions | |
localPoints () | |
localPoints (const polyMesh &pMesh) | |
Public Attributes | |
label | nPoints |
number of points used
| |
labelList | list |
map global to local indices
|
localPoints | ( | ) | [inline]
|
Definition at line 108 of file ensightPart.H.
localPoints | ( | const polyMesh & | pMesh ) | [inline]
|
Definition at line 115 of file ensightPart.H.
label nPoints |
number of points used
Definition at line 102 of file ensightPart.H.
Referenced by ensightPart::writeGeometry().
map global to local indices
Definition at line 105 of file ensightPart.H.
Referenced by ensightPart::writeGeometry().