Public Member Functions | Private Member Functions | Private Attributes
triSurfaceMeshFeatures Class Reference
Inheritance diagram for triSurfaceMeshFeatures:
Inheritance graph
[legend]
Collaboration diagram for triSurfaceMeshFeatures:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("triSurfaceMeshFeatures")
 Runtime type information. More...
 
 triSurfaceMeshFeatures (const searchableSurface &surface, const dictionary &dict)
 Construct from dictionary (used by searchableSurface) More...
 
virtual ~triSurfaceMeshFeatures ()
 Destructor. More...
 
virtual bool hasFeatures () const
 Return true for a triSurfaceMesh having features. More...
 
virtual autoPtr< extendedFeatureEdgeMeshfeatures () const
 Return an extendedFeatureEdgeMesh containing the features. 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...
 
virtual autoPtr< searchableSurfaceFeaturesclone () const
 Clone. More...
 
virtual ~searchableSurfaceFeatures ()
 Destructor. More...
 
const searchableSurfacesurface () const
 Return a reference to the searchable surface. More...
 
const dictionarydict () const
 Return a reference to the dictionary. More...
 

Private Member Functions

 triSurfaceMeshFeatures (const triSurfaceMeshFeatures &)
 Disallow default bitwise copy construct. More...
 
void operator= (const triSurfaceMeshFeatures &)
 Disallow default bitwise assignment. More...
 

Private Attributes

const scalar includedAngle_
 
const extendedFeatureEdgeMesh::sideVolumeType mode_
 Which side of the surface to mesh. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from searchableSurfaceFeatures
static autoPtr< searchableSurfaceFeaturesNew (const searchableSurface &surface, const dictionary &dict)
 Return a reference to the selected searchableSurfaceFeatures. More...
 

Detailed Description

Source files

Definition at line 47 of file triSurfaceMeshFeatures.H.

Constructor & Destructor Documentation

◆ triSurfaceMeshFeatures() [1/2]

Disallow default bitwise copy construct.

◆ triSurfaceMeshFeatures() [2/2]

triSurfaceMeshFeatures ( const searchableSurface surface,
const dictionary dict 
)

Construct from dictionary (used by searchableSurface)

◆ ~triSurfaceMeshFeatures()

virtual ~triSurfaceMeshFeatures ( )
virtual

Destructor.

Member Function Documentation

◆ operator=()

void operator= ( const triSurfaceMeshFeatures )
private

Disallow default bitwise assignment.

◆ TypeName()

TypeName ( "triSurfaceMeshFeatures"  )

Runtime type information.

◆ hasFeatures()

virtual bool hasFeatures ( ) const
inlinevirtual

Return true for a triSurfaceMesh having features.

Implements searchableSurfaceFeatures.

Definition at line 93 of file triSurfaceMeshFeatures.H.

◆ features()

virtual autoPtr<extendedFeatureEdgeMesh> features ( ) const
virtual

Return an extendedFeatureEdgeMesh containing the features.

Reimplemented from searchableSurfaceFeatures.

Field Documentation

◆ includedAngle_

const scalar includedAngle_
private

Definition at line 55 of file triSurfaceMeshFeatures.H.

◆ mode_

Which side of the surface to mesh.

Definition at line 58 of file triSurfaceMeshFeatures.H.


The documentation for this class was generated from the following file: