CGAL 6.0.1 - Surface Mesh
Loading...
Searching...
No Matches
CGAL Namespace Reference

Namespaces

namespace  IO
 

Classes

class  Surface_mesh
 This class is a data structure that can be used as halfedge data structure or polyhedral surface. More...
 

Functions

template<typename K >
bool read_mesh (Surface_mesh< K > &sm, const std::string &filename)
 
template<typename K >
bool write_mesh (const Surface_mesh< K > &mesh, const std::string &filename)
 
template<typename Point >
int read_3mf (const std::string &filename, std::vector< CGAL::Surface_mesh< Point > > &output)
 
template<typename Point , typename NamedParameters = CGAL::parameters::Default_named_parameters>
bool read_off (std::istream &is, Surface_mesh< Point > &sm, const NamedParameters &np=parameters::default_values())
 
template<typename Point >
bool read_off (Surface_mesh< Point > &sm, const std::string &filename)
 
template<typename Point , typename NamedParameters = CGAL::parameters::Default_named_parameters>
bool write_off (std::ostream &os, const Surface_mesh< Point > &sm, const NamedParameters &np=parameters::default_values())
 
template<typename Point >
bool write_off (const Surface_mesh< Point > &sm, const std::string &filename)
 
template<typename P >
bool read_ply (std::istream &is, Surface_mesh< P > &sm, std::string &comments)
 
template<typename P >
bool write_ply (std::ostream &os, const Surface_mesh< P > &sm, const std::string &comments)
 
template<typename P >
bool write_ply (std::ostream &os, const Surface_mesh< P > &sm)