Go to the documentation of this file.
35 #ifndef pointFeatureEdgesTypes_H
36 #define pointFeatureEdgesTypes_H
54 public HashTable<label, extendedFeatureEdgeMesh::edgeStatus>
73 const label pointLabel
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
~pointFeatureEdgesTypes()
Destructor.
pointFeatureEdgesTypes(const extendedFeatureEdgeMesh &feMesh, const label pointLabel)
Construct from components.
An STL-conforming hash table.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
List< extendedFeatureEdgeMesh::edgeStatus > calcPointFeatureEdgesTypes()
Fill the pointFeatureEdgesType class with the types of feature.
Hold the types of feature edges attached to the point.
const extendedFeatureEdgeMesh & feMesh_
Reference to the feature edge mesh.
label pointLabel_
Label of the point.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...