39 const std::string &filename,
const std::string &format =
"auto");
45 geometry::VoxelGrid &voxelgrid,
46 const std::string &format =
"auto");
54 const geometry::VoxelGrid &voxelgrid,
55 bool write_ascii =
false,
56 bool compressed =
false);
59 geometry::VoxelGrid &voxelgrid);
62 const geometry::VoxelGrid &voxelgrid,
63 bool write_ascii =
false,
64 bool compressed =
false);
bool WriteVoxelGrid(const std::string &filename, const geometry::VoxelGrid &voxelgrid, bool write_ascii, bool compressed)
Definition: VoxelGridIO.cpp:92
bool ReadVoxelGridFromPLY(const std::string &filename, geometry::VoxelGrid &voxelgrid)
Definition: FilePLY.cpp:762
std::shared_ptr< geometry::VoxelGrid > CreateVoxelGridFromFile(const std::string &filename, const std::string &format)
Definition: VoxelGridIO.cpp:58
Definition: PinholeCameraIntrinsic.cpp:34
bool WriteVoxelGridToPLY(const std::string &filename, const geometry::VoxelGrid &voxelgrid, bool write_ascii=false, bool compressed=false)
Definition: FilePLY.cpp:822
bool ReadVoxelGrid(const std::string &filename, geometry::VoxelGrid &voxelgrid, const std::string &format)
Definition: VoxelGridIO.cpp:65