Class documentation of Concepts

Loading...
Searching...
No Matches

#include <cell2D.hh>

Inheritance diagram for concepts::Quad2dSubdiv2V:
concepts::Quad2dSubdivision concepts::OutputOperator

Public Member Functions

virtual void createChildren (Quad2d &q) const
 
virtual const QuadSubdiv2VtopologicalStrategy () const
 
virtual void removeChildren (Quad2d &q) const
 

Static Public Member Functions

static const Quad2dSubdiv2Vinstance ()
 

Protected Member Functions

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

Detailed Description

Subdivision strategy for quadrilaterals which generates two children.

The parent quad's horizontal axis is subdivided, the vertical is not.

Author
Philipp Frauenfelder, 2002

Definition at line 346 of file cell2D.hh.

Member Function Documentation

◆ createChildren()

virtual void concepts::Quad2dSubdiv2V::createChildren ( Quad2d q) const
virtual

If no children of q exist, they are created.

Implements concepts::Quad2dSubdivision.

◆ info()

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

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

◆ removeChildren()

virtual void concepts::Quad2dSubdivision::removeChildren ( Quad2d q) const
virtualinherited

If there are children, they are removed.

◆ topologicalStrategy()

virtual const QuadSubdiv2V * concepts::Quad2dSubdiv2V::topologicalStrategy ( ) const
virtual

Returns the respective topological subdivision strategy

Implements concepts::Quad2dSubdivision.


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