Define a block vertex. More...
#include <blockVertex.H>

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< blockVertex > | clone () const |
| Clone function. | |
| virtual | ~blockVertex ()=default |
| Destructor. | |
| virtual | operator point () const =0 |
Static Public Member Functions | |
| static autoPtr< blockVertex > | New (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. | |
|
defaultnoexcept |
Default construct.
References blockVertex(), clone(), dict, New(), and Foam::noexcept.
Referenced by blockVertex(), declareRunTimeSelectionTable(), and namedVertex::namedVertex().


|
virtualdefault |
Destructor.
| TypeName | ( | "blockVertex" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| blockVertex | , | ||
| Istream | , | ||
| (const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &is) | , | ||
| (dict, index, geometry, is) | ) |
|
virtual |
Clone function.
Definition at line 37 of file blockVertex.C.
References NotImplemented.
Referenced by blockVertex().

|
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()().


|
pure virtual |
Implemented in namedVertex, pointVertex, and projectVertex.
|
static |
Read vertex index with optional name lookup.
Definition at line 95 of file blockVertex.C.
References dict, Foam::blockMeshTools::read(), and Foam::readLabel().

|
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().

