41 const std::string&
format =
"auto",
42 bool print_progress =
false);
49 const std::string&
format =
"auto",
50 bool print_progress =
false);
61 bool print_progress =
false);
79 bool write_vertex_normals =
true,
80 bool write_vertex_colors =
true,
81 bool write_triangle_uvs =
true,
82 bool print_progress =
false);
filament::Texture::InternalFormat format
cmdLineReadable * params[]
Hierarchical CLOUDVIEWER Object.
bool AutoWriteMesh(const std::string &filename, const ccMesh &mesh, bool write_ascii=false, bool compressed=false, bool write_vertex_normals=true, bool write_vertex_colors=true, bool write_triangle_uvs=true, bool print_progress=false)
bool AutoReadEntity(const std::string &filename, ccHObject &entity, const ReadPointCloudOption ¶ms)
bool AutoWriteEntity(const std::string &filename, const ccHObject &entity, const WritePointCloudOption ¶ms)
bool ReadEntity(const std::string &filename, ccHObject &obj, const std::string &format="auto", bool print_progress=false)
bool AutoReadMesh(const std::string &filename, ccMesh &mesh, const ReadTriangleMeshOptions ¶ms={})
bool WriteEntity(const std::string &filename, const ccHObject &obj, bool write_ascii=false, bool compressed=false, bool print_progress=false)
std::shared_ptr< ccHObject > CreateEntityFromFile(const std::string &filename, const std::string &format="auto", bool print_progress=false)
Generic file read and write utility for python interface.
Optional parameters to ReadPointCloud.
bool enable_post_processing
Enables post-processing on the mesh.
std::function< bool(double)> update_progress
Optional parameters to WritePointCloud.