38 const std::string &filename,
const std::string &format =
"auto");
44 geometry::LineSet &lineset,
45 const std::string &format =
"auto");
53 const geometry::LineSet &lineset,
54 bool write_ascii =
false,
55 bool compressed =
false);
58 geometry::LineSet &lineset);
61 const geometry::LineSet &lineset,
62 bool write_ascii =
false,
63 bool compressed =
false);
bool WriteLineSet(const std::string &filename, const geometry::LineSet &lineset, bool write_ascii, bool compressed)
Definition: LineSetIO.cpp:91
std::shared_ptr< geometry::LineSet > CreateLineSetFromFile(const std::string &filename, const std::string &format)
Definition: LineSetIO.cpp:57
Definition: PinholeCameraIntrinsic.cpp:33
bool WriteLineSetToPLY(const std::string &filename, const geometry::LineSet &lineset, bool write_ascii=false, bool compressed=false)
Definition: FilePLY.cpp:689
bool ReadLineSetFromPLY(const std::string &filename, geometry::LineSet &lineset)
Definition: FilePLY.cpp:622
bool ReadLineSet(const std::string &filename, geometry::LineSet &lineset, const std::string &format)
Definition: LineSetIO.cpp:64