37 #ifndef emptyPointPatch_H 38 #define emptyPointPatch_H 60 TypeName(emptyPolyPatch::typeName_());
virtual autoPtr< pointPatch > clone(const pointBoundaryMesh &bm, const label index, const labelUList &mapAddressing, const labelUList &reversePointMap) const
Construct and return a subset clone, resetting the point list and boundary mesh.
TypeName(emptyPolyPatch::typeName_())
Runtime type information.
emptyPointPatch(const polyPatch &patch, const pointBoundaryMesh &bm)
Construct from polyPatch.
virtual const polyPatch & patch() const
Return the polyPatch.
virtual const word & constraintType() const
Return the constraint type this pointPatch implements.
virtual label index() const
Return the index of this patch in the pointBoundaryMesh.
A pointPatch based on a polyPatch.
fileName::Type type(const fileName &name, const bool followLink=true)
Return the file type: DIRECTORY or FILE, normally following symbolic links.
A class for handling words, derived from Foam::string.
Accumulates point constraints through successive applications of the applyConstraint function...
virtual void applyConstraint(const label pointi, pointConstraint &) const
Accumulate the effect of constraint direction of this patch.
Pointer management similar to std::unique_ptr, with some additional methods and type checking...
A patch is a list of labels that address the faces in the global face list.