39 const std::string &filename,
40 const std::string &
format =
"auto",
41 bool print_progress =
false);
47 geometry::LineSet &lineset,
48 const std::string &
format =
"auto",
49 bool print_progress =
false);
57 const geometry::LineSet &lineset,
58 bool write_ascii =
false,
59 bool compressed =
false,
60 bool print_progress =
false);
63 geometry::LineSet &lineset,
64 bool print_progress =
false);
67 const geometry::LineSet &lineset,
68 bool write_ascii =
false,
69 bool compressed =
false,
70 bool print_progress =
false);
bool ReadLineSet(const std::string &filename, geometry::LineSet &lineset, const std::string &format, bool print_progress)
Definition: LineSetIO.cpp:68
bool WriteLineSetToPLY(const std::string &filename, const geometry::LineSet &lineset, bool write_ascii=false, bool compressed=false, bool print_progress=false)
Definition: FilePLY.cpp:779
Definition: Open3DViewer.h:29
filament::Texture::InternalFormat format
Definition: FilamentResourceManager.cpp:155
std::shared_ptr< geometry::LineSet > CreateLineSetFromFile(const std::string &filename, const std::string &format, bool print_progress)
Definition: LineSetIO.cpp:59
bool ReadLineSetFromPLY(const std::string &filename, geometry::LineSet &lineset, bool print_progress=false)
Definition: FilePLY.cpp:710
bool WriteLineSet(const std::string &filename, const geometry::LineSet &lineset, bool write_ascii, bool compressed, bool print_progress)
Definition: LineSetIO.cpp:96