Subdivision strategy for hexahedrons which generates 4 children. More...
#include <cell3D.hh>


Public Member Functions | |
| virtual void | createChildren (Hexahedron3d &h) const |
| If no children of h exist, they are created. | |
| virtual void | removeChildren (Hexahedron3d &h) const |
| If there are chilren, they are removed. | |
| virtual const HexSubdiv4z * | topologicalStrategy () const |
| Returns the respective topological subdivision strategy. | |
| virtual | ~Hex3dSubdiv4z () |
Static Public Member Functions | |
| static const Hex3dSubdiv4z * | instance () |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Static Private Attributes | |
| static std::auto_ptr < Hex3dSubdiv4z > | instance_ |
Subdivision strategy for hexahedrons which generates 4 children.
| virtual concepts::Hex3dSubdiv4z::~Hex3dSubdiv4z | ( | ) | [virtual] |
| virtual void concepts::Hex3dSubdiv4z::createChildren | ( | Hexahedron3d & | h | ) | const [virtual] |
If no children of h exist, they are created.
Implements concepts::Hex3dSubdivision.
| virtual std::ostream& concepts::Hex3dSubdiv4z::info | ( | std::ostream & | os | ) | const [protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
| static const Hex3dSubdiv4z* concepts::Hex3dSubdiv4z::instance | ( | ) | [static] |
| virtual void concepts::Hex3dSubdivision::removeChildren | ( | Hexahedron3d & | h | ) | const [virtual, inherited] |
If there are chilren, they are removed.
| virtual const HexSubdiv4z* concepts::Hex3dSubdiv4z::topologicalStrategy | ( | ) | const [virtual] |
Returns the respective topological subdivision strategy.
Implements concepts::Hex3dSubdivision.
std::auto_ptr<Hex3dSubdiv4z> concepts::Hex3dSubdiv4z::instance_ [static, private] |