ChunkIO() | lvr2::ChunkIO< FeatureBase > | |
ChunkIO(std::string filePath) | lvr2::ChunkIO< FeatureBase > | |
loadAmount() | lvr2::ChunkIO< FeatureBase > | |
loadAmount() | lvr2::ChunkIO< FeatureBase > | |
loadBoundingBox() | lvr2::ChunkIO< FeatureBase > | |
loadBoundingBox() | lvr2::ChunkIO< FeatureBase > | |
loadChunk(std::string chunkName) | lvr2::ChunkIO< FeatureBase > | |
loadChunk(std::string layer, int x, int y, int z) | lvr2::ChunkIO< FeatureBase > | |
loadChunkSize() | lvr2::ChunkIO< FeatureBase > | |
loadChunkSize() | lvr2::ChunkIO< FeatureBase > | |
lsrLoadCenters(string chunkName) | lvr2::ChunkIO< FeatureBase > | |
lsrLoadExtruded(string chunkName) | lvr2::ChunkIO< FeatureBase > | |
lsrLoadNumCells(string chunkName) | lvr2::ChunkIO< FeatureBase > | |
lsrLoadQueryPoints(string chunkName) | lvr2::ChunkIO< FeatureBase > | |
m_amountName | lvr2::ChunkIO< FeatureBase > | private |
m_array_io | lvr2::ChunkIO< FeatureBase > | protected |
m_boundingBoxName | lvr2::ChunkIO< FeatureBase > | private |
m_chunkName | lvr2::ChunkIO< FeatureBase > | private |
m_chunkSizeName | lvr2::ChunkIO< FeatureBase > | private |
m_file_access | lvr2::ChunkIO< FeatureBase > | protected |
m_filePath | lvr2::ChunkIO< FeatureBase > | private |
m_hdf5IO | lvr2::ChunkIO< FeatureBase > | private |
readVoxelSize() | lvr2::ChunkIO< FeatureBase > | |
save(BaseVector< std::size_t > amount, float chunkSize, BoundingBox< BaseVector< float >> boundingBox) | lvr2::ChunkIO< FeatureBase > | |
saveAmount(BaseVector< std::size_t > amount) | lvr2::ChunkIO< FeatureBase > | |
saveBoundingBox(BoundingBox< BaseVector< float >> boundingBox) | lvr2::ChunkIO< FeatureBase > | |
saveChunk(T data, std::string layer, int x, int y, int z) | lvr2::ChunkIO< FeatureBase > | |
saveChunkSize(float chunkSize) | lvr2::ChunkIO< FeatureBase > | |
writeBasicStructure(BaseVector< std::size_t > amount, float chunksize, BoundingBox< BaseVector< float >> boundingBox) | lvr2::ChunkIO< FeatureBase > | |
writeChunk(lvr2::MeshBufferPtr mesh, size_t x, size_t y, size_t z) | lvr2::ChunkIO< FeatureBase > | |
writeTSDF(string cellName, size_t csize, boost::shared_array< float > centers, boost::shared_array< bool > extruded, boost::shared_array< float > queryPoints) | lvr2::ChunkIO< FeatureBase > | |
writeVoxelSize(float voxelSize) | lvr2::ChunkIO< FeatureBase > | |