Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Private Attributes
concepts::Hex3dSubdiv4z Class Reference

Subdivision strategy for hexahedrons which generates 4 children. More...

#include <cell3D.hh>

Inheritance diagram for concepts::Hex3dSubdiv4z:
Inheritance graph
[legend]
Collaboration diagram for concepts::Hex3dSubdiv4z:
Collaboration graph
[legend]

List of all members.

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 HexSubdiv4ztopologicalStrategy () const
 Returns the respective topological subdivision strategy.
virtual ~Hex3dSubdiv4z ()

Static Public Member Functions

static const Hex3dSubdiv4zinstance ()

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_

Detailed Description

Subdivision strategy for hexahedrons which generates 4 children.

Author:
Philipp Frauenfelder, 2002

Definition at line 267 of file cell3D.hh.


Constructor & Destructor Documentation

virtual concepts::Hex3dSubdiv4z::~Hex3dSubdiv4z ( ) [virtual]

Member Function Documentation

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.


Member Data Documentation

std::auto_ptr<Hex3dSubdiv4z> concepts::Hex3dSubdiv4z::instance_ [static, private]

Definition at line 276 of file cell3D.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)