20 const std::string &filename,
21 const std::string &
format =
"auto",
22 bool print_progress =
false);
28 geometry::LineSet &lineset,
29 const std::string &
format =
"auto",
30 bool print_progress =
false);
38 const geometry::LineSet &lineset,
39 bool write_ascii =
false,
40 bool compressed =
false,
41 bool print_progress =
false);
44 geometry::LineSet &lineset,
45 bool print_progress =
false);
48 const geometry::LineSet &lineset,
49 bool write_ascii =
false,
50 bool compressed =
false,
51 bool print_progress =
false);
filament::Texture::InternalFormat format
Definition: FilamentResourceManager.cpp:195
bool WriteLineSetToPLY(const std::string &filename, const geometry::LineSet &lineset, bool write_ascii, bool compressed, bool print_progress)
Definition: FilePLY.cpp:763
bool ReadLineSetFromPLY(const std::string &filename, geometry::LineSet &lineset, bool print_progress)
Definition: FilePLY.cpp:694
bool WriteLineSet(const std::string &filename, const geometry::LineSet &lineset, bool write_ascii, bool compressed, bool print_progress)
Definition: LineSetIO.cpp:77
bool ReadLineSet(const std::string &filename, geometry::LineSet &lineset, const std::string &format, bool print_progress)
Definition: LineSetIO.cpp:49
std::shared_ptr< geometry::LineSet > CreateLineSetFromFile(const std::string &filename, const std::string &format, bool print_progress)
Definition: LineSetIO.cpp:40
Definition: PinholeCameraIntrinsic.cpp:16