Go to the documentation of this file.
35 #ifndef ensightPartFaces_H
36 #define ensightPartFaces_H
127 const string& partDescription,
130 const bool contiguousPoints =
false
static const List< word > elemTypes_
A class for handling words, derived from string.
virtual localPoints calcLocalPoints() const
Track points used.
void operator=(const ensightPartFaces &)
Disallow default bitwise assignment.
elemType
Addressable ensight element types.
virtual ~ensightPartFaces()
Destructor.
TypeName("ensightFaces")
Runtime type information.
virtual void writeGeometry(ensightGeoFile &) const
Write geometry.
virtual const List< word > & elementTypes() const
Static listing of the element types.
Mesh consisting of general polyhedral cells.
virtual void writeConnectivity(ensightGeoFile &, const word &key, const labelUList &idList, const labelUList &pointMap) const
Element connectivity.
const bool contiguousPoints_
Can skip local point renumbering when points are contiguous.
Specialized Ensight output with extra geometry file header.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A patch is a list of labels that address the faces in the global face list.
Track the points used by the part and map global to local indices.
void classify(const faceList &)
Classify the face shapes, set elemLists.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
const faceList & faces_
Faces referenced.
Base class for ensightPartCells and ensightPartFaces.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
An implementation of ensightPart to hold volume mesh faces.
static autoPtr< ensightPartFaces > New(Istream &is)
Reconstruct part characteristics on freestore from Istream.
ensightPartFaces(label partNumber, const string &partDescription)
Construct empty part with number and description.