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

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

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

#include <cell3D.hh>

Inheritance diagram for concepts::Hex3dSubdiv8:
Inheritance graph
[legend]
Collaboration diagram for concepts::Hex3dSubdiv8:
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 HexSubdiv8topologicalStrategy () const
 Returns the respective topological subdivision strategy.
virtual ~Hex3dSubdiv8 ()

Static Public Member Functions

static const Hex3dSubdiv8instance ()

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_

Detailed Description

Subdivision strategy for hexahedrons which generates 8 children.

Author:
Philipp Frauenfelder, 2002

Definition at line 162 of file cell3D.hh.


Constructor & Destructor Documentation

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

Member Function Documentation

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.


Member Data Documentation

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

Definition at line 171 of file cell3D.hh.


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

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