20 const std::string &filename,
const std::string &
format =
"auto");
26 geometry::Octree &octree,
27 const std::string &
format =
"auto");
34 bool WriteOctree(
const std::string &filename,
const geometry::Octree &octree);
39 const geometry::Octree &octree);
filament::Texture::InternalFormat format
Definition: FilamentResourceManager.cpp:195
std::shared_ptr< geometry::Octree > CreateOctreeFromFile(const std::string &filename, const std::string &format)
Definition: OctreeIO.cpp:33
bool ReadOctreeFromJson(const std::string &filename, geometry::Octree &octree)
Definition: OctreeIO.cpp:85
bool ReadOctree(const std::string &filename, geometry::Octree &octree, const std::string &format)
Definition: OctreeIO.cpp:40
bool WriteOctreeToJson(const std::string &filename, const geometry::Octree &octree)
Definition: OctreeIO.cpp:89
bool WriteOctree(const std::string &filename, const geometry::Octree &octree)
Definition: OctreeIO.cpp:66
Definition: PinholeCameraIntrinsic.cpp:16