Class documentation of Concepts

Loading...
Searching...
No Matches

#include <cell3D.hh>

Inheritance diagram for concepts::Hex3dSubdiv8:
concepts::Hex3dSubdivision concepts::OutputOperator

Public Member Functions

virtual void createChildren (Hexahedron3d &h) const
 
virtual const HexSubdiv8topologicalStrategy () const
 
virtual void removeChildren (Hexahedron3d &h) const
 

Static Public Member Functions

static const Hex3dSubdiv8instance ()
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.
 

Detailed Description

Subdivision strategy for hexahedrons which generates 8 children.

Author
Philipp Frauenfelder, 2002

Definition at line 177 of file cell3D.hh.

Member Function Documentation

◆ createChildren()

virtual void concepts::Hex3dSubdiv8::createChildren ( Hexahedron3d h) const
virtual

If no children of h exist, they are created.

Implements concepts::Hex3dSubdivision.

◆ info()

virtual std::ostream & concepts::Hex3dSubdiv8::info ( std::ostream &  os) const
protectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

◆ removeChildren()

virtual void concepts::Hex3dSubdivision::removeChildren ( Hexahedron3d h) const
virtualinherited

If there are chilren, they are removed.

◆ topologicalStrategy()

virtual const HexSubdiv8 * concepts::Hex3dSubdiv8::topologicalStrategy ( ) const
virtual

Returns the respective topological subdivision strategy

Implements concepts::Hex3dSubdivision.


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