47 class blockDescriptor;
50 Ostream&
operator<<(Ostream&,
const blockFace&);
85 (dict, index, geometry, is)
120 mutable label index_;
157 const label blockFacei,
A face is a list of labels corresponding to mesh vertices.
declareRunTimeSelectionTable(autoPtr, blockFace, Istream,(const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &is),(dict, index, geometry, is))
blockFace(const face &vertices)
Construct from face vertices.
A list of keyword definitions, which are a keyword followed by any number of values (e...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Takes the description of the block and the list of curved edges and creates a list of points on edges...
autoPtr< blockFace > operator()(Istream &is) const
static autoPtr< blockFace > New(const dictionary &dict, const label index, const searchableSurfaces &geometry, Istream &)
New function which constructs and returns pointer to a blockFace.
const face & vertices() const
Return block face vertices.
TypeName("blockFace")
Runtime type information.
virtual autoPtr< blockFace > clone() const
Clone function.
Container for searchableSurfaces.
Class used for the read-construction of.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual void project(const blockDescriptor &, const label blockFacei, pointField &points) const =0
iNew(const dictionary &dict, const searchableSurfaces &geometry)
void write(Ostream &, const dictionary &) const
Write face with variable backsubstitution.
friend Ostream & operator<<(Ostream &, const blockFace &)
const face vertices_
Block face vertices.
bool compare(const blockFace &) const
Compare with given blockFace.
Ostream & operator<<(Ostream &, const ensightPart &)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual ~blockFace()
Destructor.