![]() |
SG++-Doxygen-Documentation
|
PointHierarchy class for nested point hierarchies (computes the nested points only once), see also AbstractPointHierarchy. More...
#include <NestedPointHierarchy.hpp>
Public Member Functions | |
| virtual std::vector< double > & | computePoints (size_t level) |
| virtual size_t | getNumPoints (size_t level) |
| virtual double | getPoint (size_t level, size_t index) |
| virtual std::vector< double > | getPoints (size_t level, bool sorted) |
| virtual std::shared_ptr< AbstractPermutationIterator > | getSortedPermutationIterator (size_t level) |
| virtual bool | isNested () |
| NestedPointHierarchy (std::shared_ptr< AbstractPointDistribution > pointDistribution, std::shared_ptr< AbstractPointOrdering > pointOrdering) | |
| virtual | ~NestedPointHierarchy () |
Public Member Functions inherited from sgpp::combigrid::AbstractPointHierarchy | |
| virtual | ~AbstractPointHierarchy () |
PointHierarchy class for nested point hierarchies (computes the nested points only once), see also AbstractPointHierarchy.
| sgpp::combigrid::NestedPointHierarchy::NestedPointHierarchy | ( | std::shared_ptr< AbstractPointDistribution > | pointDistribution, |
| std::shared_ptr< AbstractPointOrdering > | pointOrdering | ||
| ) |
|
virtual |
|
virtual |
References getNumPoints().
Referenced by getPoint(), and getPoints().
|
virtual |
Implements sgpp::combigrid::AbstractPointHierarchy.
References level.
Referenced by computePoints(), getPoint(), getPoints(), and getSortedPermutationIterator().
|
virtual |
Implements sgpp::combigrid::AbstractPointHierarchy.
References computePoints(), getNumPoints(), and level.
|
virtual |
Implements sgpp::combigrid::AbstractPointHierarchy.
References computePoints(), getNumPoints(), getSortedPermutationIterator(), and python.statsfileInfo::i.
Referenced by python.data.DataContainer.DataContainer::combine(), python.data.DataContainer.DataContainer::getDataSubsetByIndexList(), python.data.DataContainer.DataContainer::getPointsValues(), and python.data.DataContainer.DataContainer::toString().
|
virtual |
Implements sgpp::combigrid::AbstractPointHierarchy.
References getNumPoints(), and level.
Referenced by getPoints().
|
virtual |
Implements sgpp::combigrid::AbstractPointHierarchy.