Public Member Functions | |
TypeName ("triSurfaceMeshFeatures") | |
Runtime type information. More... | |
triSurfaceMeshFeatures (const searchableSurface &surface, const dictionary &dict) | |
Construct from dictionary (used by searchableSurface) More... | |
triSurfaceMeshFeatures (const triSurfaceMeshFeatures &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~triSurfaceMeshFeatures () |
Destructor. More... | |
virtual bool | hasFeatures () const |
Return true for a triSurfaceMesh having features. More... | |
virtual autoPtr< extendedFeatureEdgeMesh > | features () const |
Return an extendedFeatureEdgeMesh containing the features. More... | |
void | operator= (const triSurfaceMeshFeatures &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from searchableSurfaceFeatures | |
TypeName ("searchableSurfaceFeatures") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, searchableSurfaceFeatures, dict,(const searchableSurface &surface, const dictionary &dict),(surface, dict)) | |
searchableSurfaceFeatures (const searchableSurface &surface, const dictionary &dict) | |
Construct from components. More... | |
searchableSurfaceFeatures (const searchableSurfaceFeatures &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual autoPtr< searchableSurfaceFeatures > | clone () const |
Clone. More... | |
virtual | ~searchableSurfaceFeatures () |
Destructor. More... | |
const searchableSurface & | surface () const |
Return a reference to the searchable surface. More... | |
const dictionary & | dict () const |
Return a reference to the dictionary. More... | |
void | operator= (const searchableSurfaceFeatures &)=delete |
Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from searchableSurfaceFeatures | |
static autoPtr< searchableSurfaceFeatures > | New (const searchableSurface &surface, const dictionary &dict) |
Return a reference to the selected searchableSurfaceFeatures. More... | |
Definition at line 47 of file triSurfaceMeshFeatures.H.
triSurfaceMeshFeatures | ( | const searchableSurface & | surface, |
const dictionary & | dict | ||
) |
Construct from dictionary (used by searchableSurface)
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
TypeName | ( | "triSurfaceMeshFeatures" | ) |
Runtime type information.
|
inlinevirtual |
Return true for a triSurfaceMesh having features.
Implements searchableSurfaceFeatures.
Definition at line 87 of file triSurfaceMeshFeatures.H.
References triSurfaceMeshFeatures::features(), and triSurfaceMeshFeatures::operator=().
|
virtual |
Return an extendedFeatureEdgeMesh containing the features.
Reimplemented from searchableSurfaceFeatures.
Referenced by triSurfaceMeshFeatures::hasFeatures().
|
delete |
Disallow default bitwise assignment.
Referenced by triSurfaceMeshFeatures::hasFeatures().