Loading...
Searching...
No Matches
blockVertex Class Referenceabstract

Define a block vertex. More...

#include <blockVertex.H>

Inheritance diagram for blockVertex:

Classes

class  iNew
 Class used for the read-construction of. More...

Public Member Functions

 TypeName ("blockVertex")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, blockVertex, Istream,(const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &is),(dict, index, geometry, is))
 blockVertex () noexcept=default
 Default construct.
virtual autoPtr< blockVertexclone () const
 Clone function.
virtual ~blockVertex ()=default
 Destructor.
virtual operator point () const =0

Static Public Member Functions

static autoPtr< blockVertexNew (const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &)
 New function which constructs and returns pointer to a blockVertex.
static label read (Istream &, const dictionary &)
 Read vertex index with optional name lookup.
static void write (Ostream &, const label, const dictionary &)
 Write vertex index with optional name backsubstitution.

Detailed Description

Define a block vertex.

Source files

Definition at line 47 of file blockVertex.H.

Constructor & Destructor Documentation

◆ blockVertex()

blockVertex ( )
defaultnoexcept

Default construct.

References blockVertex(), clone(), dict, New(), and Foam::noexcept.

Referenced by blockVertex(), declareRunTimeSelectionTable(), and namedVertex::namedVertex().

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

◆ ~blockVertex()

virtual ~blockVertex ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "blockVertex" )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

References blockVertex(), and dict.

Here is the call graph for this function:

◆ clone()

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

Clone function.

Definition at line 37 of file blockVertex.C.

References NotImplemented.

Referenced by blockVertex().

Here is the caller graph for this function:

◆ New()

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

New function which constructs and returns pointer to a blockVertex.

Definition at line 44 of file blockVertex.C.

References Foam::abort(), token::BEGIN_LIST, DebugInFunction, dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, FatalIOErrorInLookup, token::info(), token::isPunctuation(), token::isWord(), Foam::nl, Istream::putBack(), and token::wordToken().

Referenced by blockVertex(), namedVertex::namedVertex(), and blockVertex::iNew::operator()().

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

◆ operator point()

virtual operator point ( ) const
pure virtual

Implemented in namedVertex, pointVertex, and projectVertex.

◆ read()

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

Read vertex index with optional name lookup.

Definition at line 95 of file blockVertex.C.

References dict, 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

Write vertex index with optional name backsubstitution.

Definition at line 110 of file blockVertex.C.

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

Referenced by blockEdge::write(), and blockFace::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: