39 const std::string &filename,
40 const std::string &
format =
"auto",
41 bool print_progress =
false);
47 geometry::VoxelGrid &voxelgrid,
48 const std::string &
format =
"auto",
49 bool print_progress =
false);
57 const geometry::VoxelGrid &voxelgrid,
58 bool write_ascii =
false,
59 bool compressed =
false,
60 bool print_progress =
false);
63 geometry::VoxelGrid &voxelgrid,
64 bool print_progress =
false);
67 const geometry::VoxelGrid &voxelgrid,
68 bool write_ascii =
false,
69 bool compressed =
false,
70 bool print_progress =
false);
bool ReadVoxelGridFromPLY(const std::string &filename, geometry::VoxelGrid &voxelgrid, bool print_progress=false)
Definition: FilePLY.cpp:826
bool WriteVoxelGridToPLY(const std::string &filename, const geometry::VoxelGrid &voxelgrid, bool write_ascii=false, bool compressed=false, bool print_progress=false)
Definition: FilePLY.cpp:898
bool WriteVoxelGrid(const std::string &filename, const geometry::VoxelGrid &voxelgrid, bool write_ascii, bool compressed, bool print_progress)
Definition: VoxelGridIO.cpp:96
std::shared_ptr< geometry::VoxelGrid > CreateVoxelGridFromFile(const std::string &filename, const std::string &format, bool print_progress)
Definition: VoxelGridIO.cpp:59
Definition: PinholeCameraIntrinsic.cpp:34
const char const char value recording_handle imu_sample recording_handle uint8_t size_t data_size k4a_record_configuration_t config target_format k4a_capture_t capture_handle k4a_imu_sample_t imu_sample playback_handle k4a_logging_message_cb_t void min_level device_handle k4a_imu_sample_t timeout_in_ms capture_handle capture_handle capture_handle image_handle temperature_c format
Definition: K4aPlugin.cpp:475
bool ReadVoxelGrid(const std::string &filename, geometry::VoxelGrid &voxelgrid, const std::string &format, bool print_progress)
Definition: VoxelGridIO.cpp:68