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