Enhances BSP by allowing grouping of indices, e.g. the groups are clustered and later expanded, ensuring that all indices in a group are in the same cluster NOTE: bounding boxes per index are not yet supported (bb_min/bb_max)
#include <TBSPCTBuilder.hh>
|
TCluster * | expand (TCluster *cluster, const std::vector< std::vector< uint > > &group_to_idx, const TCoordinate *coord, const TPermutation &group_perm, TPermutation &perm, const idx_t idx_ofs) const |
|
virtual TGeomCluster * | build_leaf (const TNodeSet &dofs, const uint lvl, const idx_t index_ofs, const TBBox &bbox, data_t &data) const |
| create a leaf in a clustertree containing indices in dofs
|
|
virtual TBBox | compute_bb (const TNodeSet &dofs, const data_t &data) const |
| compute bounding box of index set defined by dofs
|
|
virtual void | update_bb (const TNodeSet &dofs, TBBox &bbox, const data_t &data) const |
| update bounding box of index set defined by dofs
|
|
virtual void | check_bb (TBBox &bbox, const data_t &data) const |
| check and update bbox in case of degenerate axis, e.g. very small length
|
|
virtual TBBox | support_size (const node_t node, const bool only_idx, const data_t &data) const |
| compute support size for single index
|
|
construct cluster tree with index grouping defined by groups and base ct builder base_builder
build cluster tree out of coordinate set but with respect to additional index groups defined by
- See Also
- _groups
Reimplemented from TBSPCTBuilder.
recursively expand index groups and update the corresponding cluster, e.g. size, bounding box, etc.