47 class blockDescriptor;
50 Ostream&
operator<<(Ostream&,
const blockFace&);
85 (
dict, index, geometry, is)
120 mutable label index_;
157 const label blockFacei,
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...
Takes the description of the block and the list of curved edges and creates a list of points on edges...
Class used for the read-construction of.
iNew(const dictionary &dict, const searchableSurfaces &geometry)
autoPtr< blockFace > operator()(Istream &is) const
virtual void project(const blockDescriptor &, const label blockFacei, pointField &points) const =0
virtual ~blockFace()
Destructor.
const face & vertices() const
Return block face vertices.
blockFace(const face &vertices)
Construct from face vertices.
declareRunTimeSelectionTable(autoPtr, blockFace, Istream,(const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &is),(dict, index, geometry, is))
friend Ostream & operator<<(Ostream &, const blockFace &)
const face vertices_
Block face vertices.
void write(Ostream &, const dictionary &) const
Write face with variable backsubstitution.
static autoPtr< blockFace > New(const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &)
New function which constructs and returns pointer to a blockFace.
TypeName("blockFace")
Runtime type information.
virtual autoPtr< blockFace > clone() const
Clone function.
bool compare(const blockFace &) const
Compare with given blockFace.
A list of keyword definitions, which are a keyword followed by any number of values (e....
A face is a list of labels corresponding to mesh vertices.
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.
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)