52 BoundaryQs(std::string q, std::shared_ptr<Parameter> para, std::string
str,
bool binaer);
56 unsigned int getSize(
unsigned int level);
61 void checkFileStatus(std::string path);
64 void resizeVectorsPerLevel(
unsigned int level, std::vector<uint32_t> &
vec1D_code);
69 void setIndexInVector(std::vector<std::vector<int>> &data,
unsigned int level)
const;
70 void setValuesInVector(std::vector<std::vector<std::vector<real>>> &q27,
unsigned int level)
const;
71 void setIndex(
int *indices,
unsigned int level)
const;
73 void getQs(std::vector<std::vector<std::vector<real> > > &qs);
74 void getIndices(std::vector<std::vector<uint> > &indices);
79 std::vector< std::vector<std::vector<real> > >values;
80 std::vector< std::vector<unsigned int> >indices;
83 unsigned int maxLevel;
84 std::vector<unsigned int> levelSizes;