| clone() | sgpp::base::Grid | |
| createBsplineBoundaryGrid(size_t dim, size_t degree) | sgpp::base::Grid | static |
| createBsplineClenshawCurtisGrid(size_t dim, size_t degree) | sgpp::base::Grid | static |
| createBsplineGrid(size_t dim, size_t degree) | sgpp::base::Grid | static |
| createFundamentalSplineGrid(size_t dim, size_t degree) | sgpp::base::Grid | static |
| createGrid(RegularGridConfiguration gridConfig) | sgpp::base::Grid | static |
| createGridOfEquivalentType(size_t numDims) | sgpp::base::Grid | |
| createLinearBoundaryGrid(size_t dim, level_t boundaryLevel=1) | sgpp::base::Grid | static |
| createLinearClenshawCurtisBoundaryGrid(size_t dim, level_t boundaryLevel=1) | sgpp::base::Grid | static |
| createLinearClenshawCurtisGrid(size_t dim) | sgpp::base::Grid | static |
| createLinearGrid(size_t dim) | sgpp::base::Grid | static |
| createLinearGridStencil(size_t dim) | sgpp::base::Grid | static |
| createLinearStretchedBoundaryGrid(size_t dim) | sgpp::base::Grid | static |
| createLinearStretchedGrid(size_t dim) | sgpp::base::Grid | static |
| createLinearTruncatedBoundaryGrid(size_t dim) | sgpp::base::Grid | static |
| createModBsplineClenshawCurtisGrid(size_t dim, size_t degree) | sgpp::base::Grid | static |
| createModBsplineGrid(size_t dim, size_t degree) | sgpp::base::Grid | static |
| createModFundamentalSplineGrid(size_t dim, size_t degree) | sgpp::base::Grid | static |
| createModLinearClenshawCurtisGrid(size_t dim) | sgpp::base::Grid | static |
| createModLinearGrid(size_t dim) | sgpp::base::Grid | static |
| createModLinearGridStencil(size_t dim) | sgpp::base::Grid | static |
| createModPolyClenshawCurtisGrid(size_t dim, size_t degree) | sgpp::base::Grid | static |
| createModPolyGrid(size_t dim, size_t degree) | sgpp::base::Grid | static |
| createModWaveletGrid(size_t dim) | sgpp::base::Grid | static |
| createNakBsplineBoundaryCombigridGrid(size_t dim, size_t degree) | sgpp::base::Grid | static |
| createPeriodicGrid(size_t dim) | sgpp::base::Grid | static |
| createPolyBoundaryGrid(size_t dim, size_t degree, level_t boundaryLevel=1) | sgpp::base::Grid | static |
| createPolyClenshawCurtisBoundaryGrid(size_t dim, size_t degree, level_t boundaryLevel=1) | sgpp::base::Grid | static |
| createPolyClenshawCurtisGrid(size_t dim, size_t degree) | sgpp::base::Grid | static |
| createPolyGrid(size_t dim, size_t degree) | sgpp::base::Grid | static |
| createPrewaveletGrid(size_t dim) | sgpp::base::Grid | static |
| createSquareRootGrid(size_t dim) | sgpp::base::Grid | static |
| createWaveletBoundaryGrid(size_t dim) | sgpp::base::Grid | static |
| createWaveletGrid(size_t dim) | sgpp::base::Grid | static |
| Factory typedef | sgpp::base::Grid | protected |
| factoryMap typedef | sgpp::base::Grid | protected |
| generator | sgpp::base::ModWaveletGrid | protected |
| getAlgorithmicDimensions() | sgpp::base::Grid | |
| getBasis() override | sgpp::base::ModWaveletGrid | virtual |
| getBoundingBox() | sgpp::base::Grid | virtual |
| getDimension() const | sgpp::base::Grid | |
| getGenerator() override | sgpp::base::ModWaveletGrid | virtual |
| getSize() const | sgpp::base::Grid | |
| getStorage() | sgpp::base::Grid | virtual |
| getStretching() | sgpp::base::Grid | virtual |
| getType() override | sgpp::base::ModWaveletGrid | virtual |
| getTypeAsString() | sgpp::base::Grid | |
| getZeroBoundaryType() | sgpp::base::Grid | |
| Grid(const Grid &other)=delete | sgpp::base::Grid | |
| Grid(std::istream &istr) | sgpp::base::Grid | explicitprotected |
| Grid(size_t dim) | sgpp::base::Grid | explicitprotected |
| Grid(BoundingBox &boundingBox) | sgpp::base::Grid | explicitprotected |
| Grid(Stretching &stretching) | sgpp::base::Grid | explicitprotected |
| gridTypeVerboseMap typedef | sgpp::base::Grid | protected |
| insertPoint(size_t dim, unsigned int levels[], unsigned int indices[], bool isLeaf) | sgpp::base::Grid | |
| ModWaveletGrid(std::istream &istr) | sgpp::base::ModWaveletGrid | explicitprotected |
| ModWaveletGrid(size_t dim) | sgpp::base::ModWaveletGrid | explicit |
| nullFactory(std::istream &) | sgpp::base::Grid | protectedstatic |
| refine(DataVector &vector, int numOfPoints) | sgpp::base::Grid | |
| serialize(std::string &ostr, int version=SERIALIZATION_VERSION) | sgpp::base::Grid | |
| serialize(std::ostream &ostr, int version=SERIALIZATION_VERSION) | sgpp::base::Grid | virtual |
| serialize(int version=SERIALIZATION_VERSION) | sgpp::base::Grid | |
| setAlgorithmicDimensions(std::vector< size_t > newAlgoDims) | sgpp::base::Grid | |
| setBoundingBox(BoundingBox &boundingBox) | sgpp::base::Grid | virtual |
| setStretching(Stretching &stretching) | sgpp::base::Grid | virtual |
| storage | sgpp::base::Grid | protected |
| stringToGridType(const std::string &gridType) | sgpp::base::Grid | static |
| unserialize(std::istream &istr) | sgpp::base::ModWaveletGrid | static |
| sgpp::base::Grid::unserialize(const std::string &istr) | sgpp::base::Grid | static |
| ~Grid() | sgpp::base::Grid | virtual |
| ~ModWaveletGrid() override | sgpp::base::ModWaveletGrid | |