59 static const label vertPerCell;
60 static const label facePerCell;
61 static const label maxVertPerFace;
93 return maxVertPerFace;
102 const bool checkOnly,
virtual label nMaxVertPerFace() const
virtual bool matches(const primitiveMesh &mesh, const label celli, cellShape &shape)
Like isA but also constructs a cellShape (if shape matches)
Base class for cellshape matchers (hexMatch, prismMatch, etc.). These are classes which given a mesh ...
virtual label faceHashValue() const
Hash value of all face sizes of this shape. Can be used for.
Cell-face mesh analysis engine.
An analytical geometric cellShape.
A cellMatcher for hex cells.
virtual label nVertPerCell() const
virtual bool isA(const primitiveMesh &mesh, const label celli)
Exact match. Uses faceSizeMatch.
virtual bool faceSizeMatch(const faceList &, const labelList &) const
Check whether number of face sizes match the shape.
virtual bool matchShape(const bool checkOnly, const faceList &faces, const labelList &faceOwner, const label celli, const labelList &myFaces)
Low level shape recognition. Return true if matches.
hexMatcher()
Construct null.
virtual label nFacePerCell() const
void operator=(const hexMatcher &)=delete
Disallow default bitwise assignment.