Gives name to a vertex. More...


Public Member Functions | |
| TypeName ("name") | |
| Runtime type information. More... | |
| namedVertex (const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &is) | |
| Construct from Istream setting pointsList. More... | |
| virtual | ~namedVertex ()=default |
| 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 () noexcept=default | |
| Default construct. More... | |
| virtual autoPtr< blockVertex > | clone () const |
| Clone function. More... | |
| virtual | ~blockVertex ()=default |
| 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 39 of file namedVertex.C.
References dictionary::add(), dict, and dictionary::findDict().

|
virtualdefault |
Destructor.
| TypeName | ( | "name" | ) |
Runtime type information.
|
virtual |
Implements blockVertex.
Definition at line 67 of file namedVertex.C.
|
protected |
The dictionary variable name for the vertex number.
Definition at line 60 of file namedVertex.H.
|
protected |
The vertex location.
Definition at line 65 of file namedVertex.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.