Classes | Public Member Functions | Static Public Member Functions | List of all members
blockVertex Class Referenceabstract

Define a block vertex. More...

Inheritance diagram for blockVertex:
Inheritance graph
[legend]

Classes

class  iNew
 

Public Member Functions

 TypeName ("blockVertex")
 
 declareRunTimeSelectionTable (autoPtr, blockVertex, Istream,(const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &is),(dict, index, geometry, is))
 
 blockVertex () noexcept=default
 
virtual autoPtr< blockVertexclone () const
 
virtual ~blockVertex ()=default
 
virtual operator point () const =0
 

Static Public Member Functions

static autoPtr< blockVertexNew (const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &)
 
static label read (Istream &, const dictionary &)
 
static void write (Ostream &, const label, const dictionary &)
 

Detailed Description

Define a block vertex.

Source files

Definition at line 47 of file blockVertex.H.

Constructor & Destructor Documentation

◆ blockVertex()

blockVertex ( )
defaultnoexcept

◆ ~blockVertex()

virtual ~blockVertex ( )
virtualdefault

Member Function Documentation

◆ TypeName()

TypeName ( "blockVertex"  )

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
blockVertex  ,
Istream  ,
(const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &is)  ,
(dict, index, geometry, is)   
)

◆ clone()

Foam::autoPtr< Foam::blockVertex > clone ( ) const
virtual

Definition at line 37 of file blockVertex.C.

References NotImplemented.

◆ New()

Foam::autoPtr< Foam::blockVertex > New ( const dictionary dict,
const label  index,
const searchableSurfaces geometry,
Istream is 
)
static

◆ operator point()

virtual operator point ( ) const
pure virtual

Implemented in projectVertex, namedVertex, and pointVertex.

◆ read()

Foam::label read ( Istream is,
const dictionary dict 
)
static

Definition at line 96 of file blockVertex.C.

References dict, dictionary::findDict(), Foam::blockMeshTools::read(), and Foam::readLabel().

Here is the call graph for this function:

◆ write()

void write ( Ostream os,
const label  val,
const dictionary d 
)
static

Definition at line 111 of file blockVertex.C.

References dictionary::findDict(), os(), and Foam::blockMeshTools::write().

Referenced by blockFace::write(), and blockEdge::write().

Here is the call graph for this function:
Here is the caller graph for this function:

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