52 ifstream in(filename.c_str());
61 in >> n_points >> voxelsize >> n_cells;
66 for(
size_t i = 0; i < n_points; i++)
74 for(
size_t i = 0; i < n_cells; i++)
77 for(
size_t j = 0; j < 8; j++)
floatArr getPoints(size_t &n)
Datastructures for holding loaded data.
boost::shared_array< unsigned int > uintArr
void read(std::string filename)
boost::shared_array< float > floatArr
uintArr getBoxes(size_t &n)