|
|
Inheritance diagram for NullStrategy::StrategyBase< Base >:Public Types | |
| typedef Base::CellType | CellType |
Public Member Functions | |
| template<class ParamT > | |
| void | Parameters (const ParamT &) |
| template<class BoundingVolume > | |
| bool | RefreshCell (const BoundingVolume &bv, CellType *cell) |
| void | StartPointInfoCache () |
| void | StopPointInfoCache () |
Protected Member Functions | |
| void | InitCellData (CellType *) |
| void | InitLevelDependentCellData (CellType *) |
| bool | ShouldSubdivide (const CellType &cell) const |
Definition at line 16 of file NullStrategy.h.
| typedef Base::CellType CellType |
Definition at line 19 of file NullStrategy.h.
|
protected |
Definition at line 25 of file NullStrategy.hpp.
|
protected |
Definition at line 31 of file NullStrategy.hpp.
|
inline |
Definition at line 48 of file NullStrategy.h.
|
inline |
Definition at line 40 of file NullStrategy.h.
|
protected |
Definition at line 18 of file NullStrategy.hpp.
| void StartPointInfoCache | ( | ) |
Definition at line 6 of file NullStrategy.hpp.
| void StopPointInfoCache | ( | ) |
Definition at line 12 of file NullStrategy.hpp.