HLIBpro
2.2
|
Partition according to principle component analysis.
#include <TBSPPartStrat.hh>
Public Member Functions | |
TPCABSPPartStrat () | |
TPCABSPPartStrat (const TCoordinate *coord, const bool use_card=false) | |
virtual void | set_coord (const TCoordinate *coord) |
set coordinate set for indices | |
virtual void | partition (const TNodeSet &dofs, TNodeSet &left, TNodeSet &right, const TBBox &bbox, std::vector< TBBox > &son_bbox, const uint depth) const |
TPCABSPPartStrat | ( | ) |
ctor with undefined coordinate set (needs to be set by TBSPCTBuilder)
TPCABSPPartStrat | ( | const TCoordinate * | coord, |
const bool | use_card = false |
||
) |
ctor with predefined coordinate set
|
virtual |
partition dofs into sub sets
Implements TBSPPartStrat.