Gives name to a vertex. More...
Public Member Functions | |
TypeName ("name") | |
Runtime type information. More... | |
namedVertex (const dictionary &, const label index, const searchableSurfaces &geometry, Istream &) | |
Construct from Istream setting pointsList. More... | |
virtual | ~namedVertex () |
Destructor. More... | |
virtual | operator point () const |
Public Member Functions inherited from blockVertex | |
TypeName ("blockVertex") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, blockVertex, Istream,(const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &is),(dict, index, geometry, is)) | |
blockVertex () | |
Construct null. More... | |
virtual autoPtr< blockVertex > | clone () const |
Clone function. More... | |
virtual | ~blockVertex () |
Destructor. More... | |
Protected Attributes | |
word | name_ |
The dictionary variable name for the vertex number. More... | |
autoPtr< blockVertex > | vertexPtr_ |
The vertex location. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from blockVertex | |
static autoPtr< blockVertex > | New (const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &) |
New function which constructs and returns pointer to a blockVertex. More... | |
static label | read (Istream &, const dictionary &) |
Read vertex index with optional name lookup. More... | |
static void | write (Ostream &, const label, const dictionary &) |
Write vertex index with optional name backsubstitution. More... | |
namedVertex | ( | const dictionary & | dict, |
const label | index, | ||
const searchableSurfaces & | geometry, | ||
Istream & | is | ||
) |
Construct from Istream setting pointsList.
Definition at line 44 of file namedVertex.C.
References dictionary::add(), dict, and dictionary::subDictPtr().
|
inlinevirtual |
Destructor.
Definition at line 84 of file namedVertex.H.
TypeName | ( | "name" | ) |
Runtime type information.
|
virtual |
Implements blockVertex.
Definition at line 72 of file namedVertex.C.
|
protected |
The dictionary variable name for the vertex number.
Definition at line 59 of file namedVertex.H.
|
protected |
The vertex location.
Definition at line 62 of file namedVertex.H.