cut Class Reference
Inheritance diagram for cut:
[legend]
Collaboration diagram for cut:
[legend]

Public Member Functions

 TypeName ("cut")
 Runtime type information. More...
 
 cut (const searchableSurfaces &, const dictionary &)
 Construct from dictionary. More...
 
autoPtr< searchableSurfaceModifierclone () const
 Clone. More...
 
virtual ~cut ()=default
 Destructor. More...
 
virtual bool modify (const labelList &regions, searchableSurface &) const
 Apply this selector. More...
 
- Public Member Functions inherited from searchableSurfaceModifier
 TypeName ("searchableSurfaceModifier")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, searchableSurfaceModifier, dictionary,(const searchableSurfaces &geometry, const dictionary &dict),(geometry, dict))
 
 searchableSurfaceModifier (const searchableSurfaces &, const dictionary &)
 Construct from dictionary. More...
 
autoPtr< searchableSurfaceModifierclone () const
 Clone. More...
 
virtual ~searchableSurfaceModifier ()
 Destructor. More...
 
virtual bool modify (const labelList &, searchableSurface &) const =0
 Do any operation on surface. Return true if anything changed. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from searchableSurfaceModifier
static autoPtr< searchableSurfaceModifierNew (const word &type, const searchableSurfaces &, const dictionary &dict)
 Return a reference to the selected searchableSurfaceModifier. More...
 
- Protected Attributes inherited from searchableSurfaceModifier
const searchableSurfacesgeometry_
 
const dictionary dict_
 Input dictionary. More...
 

Detailed Description

Definition at line 61 of file cut.H.

Constructor & Destructor Documentation

◆ cut()

cut ( const searchableSurfaces ,
const dictionary  
)

Construct from dictionary.

◆ ~cut()

virtual ~cut ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "cut"  )

Runtime type information.

◆ clone()

autoPtr< searchableSurfaceModifier > clone ( ) const
inline

Clone.

Definition at line 102 of file cut.H.

References NotImplemented.

◆ modify()

virtual bool modify ( const labelList regions,
searchableSurface  
) const
virtual

Apply this selector.

Implements searchableSurfaceModifier.


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