| BoundingBox(size_t dimension) | sgpp::base::BoundingBox | explicit |
| BoundingBox(const std::vector< BoundingBox1D > &boundingBox1Ds) | sgpp::base::BoundingBox | explicit |
| boundingBox1Ds | sgpp::base::BoundingBox | protected |
| calculateNeighborLookup(level_t maxlevel) const | sgpp::base::Stretching | |
| dimension | sgpp::base::BoundingBox | protected |
| getAdjacentPositions(level_t level, index_t index, size_t d, double &posc, double &posl, double &posr) const | sgpp::base::Stretching | |
| getBoundary(size_t d) const | sgpp::base::BoundingBox | inline |
| getCoordinate(level_t level, index_t index, size_t d) const | sgpp::base::Stretching | inline |
| getDimension() const | sgpp::base::BoundingBox | |
| getDiscreteVector(bool bSort) const | sgpp::base::Stretching | |
| getDiscreteVectorLevel() const | sgpp::base::Stretching | |
| getIntervalOffset(size_t d) const | sgpp::base::BoundingBox | inline |
| getIntervalWidth(size_t d) const | sgpp::base::BoundingBox | inline |
| getStretching1D(size_t d) const | sgpp::base::Stretching | inline |
| getStretchingMode() const | sgpp::base::Stretching | |
| hasDirichletBoundaryLeft(size_t d) const | sgpp::base::BoundingBox | |
| hasDirichletBoundaryRight(size_t d) const | sgpp::base::BoundingBox | |
| isContainingPoint(DataVector &point) const | sgpp::base::BoundingBox | inline |
| isContainingPoint(size_t d, double point) const | sgpp::base::BoundingBox | inline |
| isUnitCube() const | sgpp::base::BoundingBox | |
| printLookupTable() const | sgpp::base::Stretching | |
| serialize(int version=SERIALIZATION_VERSION) const override | sgpp::base::Stretching | virtual |
| serialize(std::ostream &ostream, int version=SERIALIZATION_VERSION) const override | sgpp::base::Stretching | virtual |
| setBoundary(size_t d, const BoundingBox1D &boundingBox1D) | sgpp::base::BoundingBox | |
| Stretching(size_t dimension) | sgpp::base::Stretching | explicit |
| Stretching(const std::vector< BoundingBox1D > &boundaries, const std::vector< Stretching1D > &stretching1Ds) | sgpp::base::Stretching | |
| Stretching(size_t dimension, std::vector< double > *coordinates) | sgpp::base::Stretching | |
| toString(std::string &text) const | sgpp::base::BoundingBox | |
| toString() const | sgpp::base::BoundingBox | |
| transformPointsToBoundingBox(DataMatrix &points) const | sgpp::base::BoundingBox | inline |
| transformPointsToUnitCube(DataMatrix &points) const | sgpp::base::BoundingBox | inline |
| transformPointToBoundingBox(DataVector &point) const | sgpp::base::BoundingBox | inline |
| transformPointToBoundingBox(size_t d, double point) const | sgpp::base::BoundingBox | inline |
| transformPointToUnitCube(DataVector &point) const | sgpp::base::BoundingBox | inline |
| transformPointToUnitCube(size_t d, double point) const | sgpp::base::BoundingBox | inline |
| unserialize(const std::string &istr, const std::string &mode, int version) | sgpp::base::Stretching | |
| unserialize(std::istream &istr, const std::string &mode, int version) | sgpp::base::Stretching | |
| sgpp::base::BoundingBox::unserialize(const std::string &istr, int version) | sgpp::base::BoundingBox | virtual |
| sgpp::base::BoundingBox::unserialize(std::istream &istr, int version) | sgpp::base::BoundingBox | virtual |
| ~BoundingBox() | sgpp::base::BoundingBox | virtual |
| ~Stretching() override | sgpp::base::Stretching | |