Public Member Functions | |
TypeName ("point") | |
Runtime type information. More... | |
pointVertex (const dictionary &, const label index, const searchableSurfaces &geometry, Istream &) | |
Construct from Istream setting pointsList. More... | |
virtual | ~pointVertex () |
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 | |
point | vertex_ |
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... | |
pointVertex | ( | const dictionary & | , |
const label | index, | ||
const searchableSurfaces & | geometry, | ||
Istream & | is | ||
) |
Construct from Istream setting pointsList.
Definition at line 44 of file pointVertex.C.
|
inlinevirtual |
Destructor.
Definition at line 80 of file pointVertex.H.
TypeName | ( | "point" | ) |
Runtime type information.
|
virtual |
Implements blockVertex.
Reimplemented in projectVertex.
Definition at line 57 of file pointVertex.C.
|
protected |
The vertex location.
Definition at line 58 of file pointVertex.H.