Go to the documentation of this file.
73 (
dict, index, geometry, is)
100 mutable label index_;
124 virtual operator point()
const = 0;
127 static label
read(Istream&,
const dictionary&);
130 static void write(Ostream&,
const label,
const dictionary&);
iNew(const dictionary &dict, const searchableSurfaces &geometry)
static autoPtr< blockVertex > New(const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &)
blockVertex() noexcept=default
declareRunTimeSelectionTable(autoPtr, blockVertex, Istream,(const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &is),(dict, index, geometry, is))
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
autoPtr< blockVertex > operator()(Istream &is) const
static label read(Istream &, const dictionary &)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Container for searchableSurfaces. The collection is specified as a dictionary. For example,...
virtual ~blockVertex()=default
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
vector point
Point is a vector.
static void write(Ostream &, const label, const dictionary &)
virtual autoPtr< blockVertex > clone() const