39 const std::string &filename,
const std::string &format =
"auto");
45 geometry::LineSet &lineset,
46 const std::string &format =
"auto");
54 const geometry::LineSet &lineset,
55 bool write_ascii =
false,
56 bool compressed =
false);
59 geometry::LineSet &lineset);
62 const geometry::LineSet &lineset,
63 bool write_ascii =
false,
64 bool compressed =
false);
bool WriteLineSet(const std::string &filename, const geometry::LineSet &lineset, bool write_ascii, bool compressed)
Definition: LineSetIO.cpp:92
std::shared_ptr< geometry::LineSet > CreateLineSetFromFile(const std::string &filename, const std::string &format)
Definition: LineSetIO.cpp:58
Definition: PinholeCameraIntrinsic.cpp:34
bool WriteLineSetToPLY(const std::string &filename, const geometry::LineSet &lineset, bool write_ascii=false, bool compressed=false)
Definition: FilePLY.cpp:690
bool ReadLineSetFromPLY(const std::string &filename, geometry::LineSet &lineset)
Definition: FilePLY.cpp:623
bool ReadLineSet(const std::string &filename, geometry::LineSet &lineset, const std::string &format)
Definition: LineSetIO.cpp:65