Go to the documentation of this file.
35 #ifndef meshOctreeCubeBasic_H
36 #define meshOctreeCubeBasic_H
105 inline short procNo()
const;
119 friend inline Ostream&
operator<<
125 friend inline Istream&
operator>>
meshOctreeCubeBasic()
Null constructor.
short procNo_
processor to which the cube belongs to
void setCubeType(const direction)
set cube type
direction cubeType() const
return type
const meshOctreeCubeCoordinates & coordinates() const
return coordinates in the octree
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
bool contiguous< meshOctreeCubeBasic >()
Specify data associated with meshOctreeCubeBasic type is contiguous.
void setProcNo(const short)
set processor number
void operator=(const meshOctreeCubeBasic &)
Template function to specify if the data of a type are contiguous.
direction cubeType_
cube type
short procNo() const
return processor number
An Ostream is an abstract base class for all output systems (streams, files, token lists,...