Go to the documentation of this file.
36 #ifndef pointFieldPMG_H
37 #define pointFieldPMG_H
friend Ostream & operator<<(Ostream &, const pointFieldPMG &)
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
bool writeData(Ostream &) const
read/write the list onto disk
point & newElmt(const label)
return an element with bound checking
void clear()
set the size to zero
void reserve(const label capacity)
pointFieldPMG(const pointFieldPMG &)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
friend Istream & operator>>(Istream &, pointFieldPMG &)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
label size() const
return the number of used elements
void setSize(const label nElmts)
set the number of used elements
void append(const point &)
add a point at the end of the list
void operator=(const pointFieldPMG &)
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
label nElmts_
number of used elements
void transfer(pointField &)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...