Go to the documentation of this file.
71 handed blockHandedness_;
83 void operator=(
const hexBlock&) =
delete;
86 inline label vtxLabel(label i, label j, label
k)
const;
94 hexBlock(
const label nx,
const label ny,
const label nz);
116 return (xDim_ + 1)*(yDim_ + 1)*(zDim_ + 1);
121 return xDim_*yDim_*zDim_;
127 if (blockHandedness_ == noPoints)
130 <<
"points not read in yet"
List< label > labelList
A List of labels.
labelListList blockCells() const
label nBlockPoints() const
faceList patchFaces(label direc, const labelList &range) const
const pointField & points() const
Generic templated field type.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
errorManip< error > abort(error &err)
List< labelList > labelListList
A List of labelList.
#define FatalErrorInFunction
List< face > faceList
A List of faces.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
label nBlockCells() const
void readPoints(Istream &)
Hex block definition used in the cfx converter.