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