73 (
dict, index, geometry, is)
100 mutable label index_;
124 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,...
static autoPtr< Time > New()
Construct (dummy) Time - no functionObjects or libraries.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Class used for the read-construction of.
iNew(const dictionary &dict, const searchableSurfaces &geometry)
autoPtr< blockVertex > operator()(Istream &is) const
static label read(Istream &, const dictionary &)
Read vertex index with optional name lookup.
virtual ~blockVertex()=default
Destructor.
blockVertex() noexcept=default
Default construct.
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 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 a number of values (eg,...
Container for searchableSurfaces. The collection is specified as a dictionary. For example,...
vector point
Point is a vector.
#define declareRunTimeSelectionTable(ptrWrapper, baseType, argNames, argList, parList)
Declare a run-time selection (variables and adder classes)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.