Gives name to a vertex. More...
#include <namedVertex.H>


Public Member Functions | |
| TypeName ("name") | |
| Runtime type information. | |
| namedVertex (const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &is) | |
| Construct from Istream setting pointsList. | |
| virtual | ~namedVertex ()=default |
| Destructor. | |
| virtual | operator point () const |
| Public Member Functions inherited from blockVertex | |
| 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. | |
Protected Attributes | |
| word | name_ |
| The dictionary variable name for the vertex number. | |
| autoPtr< blockVertex > | vertexPtr_ |
| The vertex location. | |
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. | |
| 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. | |
| namedVertex | ( | const dictionary & | dict, |
| const label | index, | ||
| const searchableSurfaces & | geometry, | ||
| Istream & | is ) |
Construct from Istream setting pointsList.
Definition at line 38 of file namedVertex.C.
References dictionary::add(), blockVertex::blockVertex(), dict, dictionary::findDict(), name_, blockVertex::New(), and vertexPtr_.

|
virtualdefault |
Destructor.
| TypeName | ( | "name" | ) |
Runtime type information.
References dict.
|
virtual |
|
protected |
The dictionary variable name for the vertex number.
Definition at line 60 of file namedVertex.H.
Referenced by namedVertex().
|
protected |
The vertex location.
Definition at line 65 of file namedVertex.H.
Referenced by namedVertex(), and operator point().