Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
createFundamentalSheets Class Reference
Inheritance diagram for createFundamentalSheets:
Inheritance graph
[legend]
Collaboration diagram for createFundamentalSheets:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("createFundamentalSheets")
 
 createFundamentalSheets (polyMeshGen &mesh, const bool createWrapperSheet=true)
 Construct from mesh data. More...
 
 declareRunTimeSelectionTable (autoPtr, createFundamentalSheets, polyMeshGen,(polyMeshGen &mesh, const bool createWrapperSheet),(mesh, createWrapperSheet))
 
virtual ~createFundamentalSheets ()
 
const wordname () const
 return the method name More...
 

Static Public Member Functions

static autoPtr< createFundamentalSheetsNew (polyMeshGen &mesh, const bool createWrapperSheet=true)
 Select constructed from dictionary. More...
 

Protected Member Functions

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

Protected Attributes

word name_
 type of sheet creation More...
 
polyMeshGenmesh_
 reference to mesh More...
 
const bool createWrapperSheet_
 shall the procedure create the intial wrapper sheet More...
 

Detailed Description

Definition at line 55 of file createFundamentalSheets.H.

Constructor & Destructor Documentation

◆ createFundamentalSheets() [1/2]

Disallow default bitwise copy construct.

◆ createFundamentalSheets() [2/2]

createFundamentalSheets ( polyMeshGen mesh,
const bool  createWrapperSheet = true 
)

Construct from mesh data.

Definition at line 47 of file createFundamentalSheets.C.

◆ ~createFundamentalSheets()

Definition at line 58 of file createFundamentalSheets.C.

Member Function Documentation

◆ operator=()

void operator= ( const createFundamentalSheets )
protected

Disallow default bitwise assignment.

◆ TypeName()

TypeName ( "createFundamentalSheets"  )

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
createFundamentalSheets  ,
polyMeshGen  ,
(polyMeshGen &mesh, const bool createWrapperSheet)  ,
(mesh, createWrapperSheet)   
)

◆ New()

static autoPtr<createFundamentalSheets> New ( polyMeshGen mesh,
const bool  createWrapperSheet = true 
)
static

Select constructed from dictionary.

◆ name()

const word& name ( ) const
inline

return the method name

Definition at line 120 of file createFundamentalSheets.H.

References createFundamentalSheets::name_.

Field Documentation

◆ name_

word name_
protected

type of sheet creation

Definition at line 61 of file createFundamentalSheets.H.

Referenced by createFundamentalSheets::name().

◆ mesh_

polyMeshGen& mesh_
protected

◆ createWrapperSheet_

const bool createWrapperSheet_
protected

shall the procedure create the intial wrapper sheet

Definition at line 67 of file createFundamentalSheets.H.

Referenced by createFundamentalSheetsJFS::createInitialSheet(), and createFundamentalSheetsFJ::createInitialSheet().


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