Public Member Functions | Private Member Functions | Private Attributes
cut Class Reference
Inheritance diagram for cut:
Inheritance graph
[legend]
Collaboration diagram for cut:
Collaboration graph
[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 ()
 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...
 

Private Member Functions

void triangulate (const faceList &, pointField &, triSurface &) const
 Triangulate faces around 0th vertex. More...
 
triSurfacetriangulate (const searchableSurface &, triSurface &) const
 Triangulate searchableSurface (currently only supported for. More...
 
bool intersectSurfaces (triSurface &surf1, edgeIntersections &edgeCuts1, triSurface &surf2, edgeIntersections &edgeCuts2) const
 Intersect surfaces. Perturb to avoid degenerates. More...
 

Private Attributes

const wordReList cutterNames_
 Name of surfaces to cut with. 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 58 of file cut.H.

Constructor & Destructor Documentation

◆ cut()

cut ( const searchableSurfaces ,
const dictionary  
)

Construct from dictionary.

◆ ~cut()

virtual ~cut ( )
virtual

Destructor.

Member Function Documentation

◆ triangulate() [1/2]

void triangulate ( const faceList ,
pointField ,
triSurface  
) const
private

Triangulate faces around 0th vertex.

◆ triangulate() [2/2]

triSurface& triangulate ( const searchableSurface ,
triSurface  
) const
private

Triangulate searchableSurface (currently only supported for.

searchableBox and triSurfaceMesh)

◆ intersectSurfaces()

bool intersectSurfaces ( triSurface surf1,
edgeIntersections edgeCuts1,
triSurface surf2,
edgeIntersections edgeCuts2 
) const
private

Intersect surfaces. Perturb to avoid degenerates.

◆ TypeName()

TypeName ( "cut"  )

Runtime type information.

◆ clone()

autoPtr<searchableSurfaceModifier> clone ( ) const
inline

Clone.

Definition at line 99 of file cut.H.

References NotImplemented.

◆ modify()

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

Apply this selector.

Implements searchableSurfaceModifier.

Field Documentation

◆ cutterNames_

const wordReList cutterNames_
private

Name of surfaces to cut with.

Definition at line 65 of file cut.H.


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