23 const std::string &
format =
"auto",
24 bool print_progress =
false);
31 const std::string &
format =
"auto",
32 bool print_progress =
false);
43 bool print_progress =
false);
47 bool print_progress =
false);
53 bool print_progress =
false);
filament::Texture::InternalFormat format
LineSet define a sets of lines in 3D. A typical application is to display the point cloud corresponde...
bool WriteLineSetToPLY(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 WriteLineSet(const std::string &filename, const geometry::LineSet &lineset, bool write_ascii=false, bool compressed=false, 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.