23 const std::string &
format =
"auto",
24 bool print_progress =
false);
30 geometry::LineSet &lineset,
31 const std::string &
format =
"auto",
32 bool print_progress =
false);
40 const geometry::LineSet &lineset,
43 bool print_progress =
false);
46 geometry::LineSet &lineset,
47 bool print_progress =
false);
50 const geometry::LineSet &lineset,
53 bool print_progress =
false);
filament::Texture::InternalFormat format
bool WriteLineSetToPLY(const std::string &filename, const geometry::LineSet &lineset, bool write_ascii=false, bool compressed=false, bool print_progress=false)
bool WriteLineSet(const std::string &filename, const geometry::LineSet &lineset, bool write_ascii=false, bool compressed=false, bool print_progress=false)
std::shared_ptr< geometry::LineSet > CreateLineSetFromFile(const std::string &filename, const std::string &format="auto", bool print_progress=false)
bool ReadLineSet(const std::string &filename, geometry::LineSet &lineset, const std::string &format="auto", bool print_progress=false)
bool ReadLineSetFromPLY(const std::string &filename, geometry::LineSet &lineset, bool print_progress=false)
Generic file read and write utility for python interface.