Go to the documentation of this file.
37 #ifndef meshSurfaceCheckEdgeTypes_H
38 #define meshSurfaceCheckEdgeTypes_H
const meshSurfaceEngine & surfaceEngine_
mesh surface
Calculates surface of the mesh.
meshSurfaceCheckEdgeTypes(const meshSurfaceCheckEdgeTypes &)
Disallow default bitwise copy construct.
List< direction > edgeType_
a list which classifies each edge
const List< direction > & edgeTypes() const
return the information about classified edges
void convexEdges(labelLongList &convexEdges) const
return indices of convex edges
void classifyEdges()
check feature edges and classify them
~meshSurfaceCheckEdgeTypes()
void concaveEdges(labelLongList &concaveEdges) const
return indices of concave edges
void operator=(const meshSurfaceCheckEdgeTypes &)
Disallow default bitwise assignment.