71 (dict, index, geometry, is)
123 virtual operator point()
const = 0;
A list of keyword definitions, which are a keyword followed by any number of values (e...
iNew(const dictionary &dict, const searchableSurfaces &geometry)
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.
virtual ~blockVertex()
Destructor.
TypeName("blockVertex")
Runtime type information.
Container for searchableSurfaces.
static label read(Istream &, const dictionary &)
Read vertex index with optional name lookup.
Class used for the read-construction of.
autoPtr< blockVertex > operator()(Istream &is) const
An Ostream is an abstract base class for all output systems (streams, files, token lists...
blockVertex()
Construct null.
vector point
Point is a vector.
virtual autoPtr< blockVertex > clone() const
Clone function.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
declareRunTimeSelectionTable(autoPtr, blockVertex, Istream,(const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &is),(dict, index, geometry, is))
static void write(Ostream &, const label, const dictionary &)
Write vertex index with optional name backsubstitution.