|
HLIBpro 3.2
|
blocks are admissible if the number of dimensions with overlap of clusters is limited \detail Check for each dimension if corresponding interval of bounding box overlaps, i.e., for clusters t and s if ├── t ──┤├── s ──┤ (including zero overlap) or ├── t ─┼┼─ s ──┤. The permitted overlap per dimension can be non-zero with hoverlap > 0, e.g., if a grid step width h should be allowed.
#include <TGeomAdmCond.hh>
Public Member Functions | |
| virtual bool | is_adm (const TBlockCluster *cl) const |
| return true if cl is either weakly or strongly admissible | |
Public Member Functions inherited from TAdmCondition | |
| TAdmCondition () | |
| ctor | |
| virtual | ~TAdmCondition () |
| dtor | |