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 searchableSurfaceList &geometry)
autoPtr< blockVertex > operator()(Istream &is) const
blockVertex()
Construct null.
declareRunTimeSelectionTable(autoPtr, blockVertex, Istream,(const dictionary &dict, const label index, const searchableSurfaceList &geometry, Istream &is),(dict, index, geometry, is))
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.
static autoPtr< blockVertex > New(const dictionary &dict, const label index, const searchableSurfaceList &geometry, Istream &)
New function which constructs and returns pointer to a blockVertex.
virtual ~blockVertex()
Destructor.
virtual autoPtr< blockVertex > clone() const
Clone function.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
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.