33 namespace blockVertices
64 varDict.
add(name_, index);
65 d.
add(
"namedVertices", varDict);
72 Foam::blockVertices::namedVertex::operator
point()
const 74 return vertexPtr_().operator
point();
A list of keyword definitions, which are a keyword followed by any number of values (e...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
static autoPtr< blockVertex > New(const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &)
New function which constructs and returns pointer to a blockVertex.
defineTypeNameAndDebug(namedVertex, 0)
Macros for easy insertion into run-time selection tables.
bool add(entry *, bool mergeEntry=false)
Add a new entry.
namedVertex(const dictionary &, const label index, const searchableSurfaces &geometry, Istream &)
Construct from Istream setting pointsList.
Container for searchableSurfaces.
addToRunTimeSelectionTable(blockVertex, namedVertex, Istream)
const dictionary * subDictPtr(const word &) const
Find and return a sub-dictionary pointer if present.
vector point
Point is a vector.