10#ifndef MVE_MESH_IO_NPTS_HEADER
11#define MVE_MESH_IO_NPTS_HEADER
25load_npts_mesh (std::string
const& filename,
bool format_binary =
false);
32 std::string
const& filename,
bool format_binary =
false);
#define MVE_NAMESPACE_BEGIN
#define MVE_NAMESPACE_END
#define MVE_GEOM_NAMESPACE_END
#define MVE_GEOM_NAMESPACE_BEGIN
TriangleMesh::Ptr load_npts_mesh(std::string const &filename, bool format_binary)
Simple importer for Kazhdan's .npts ASCII and binary files.
void save_npts_mesh(TriangleMesh::ConstPtr mesh, std::string const &filename, bool format_binary)
Simple exporter for Kazhdan's .npts ASCII and binary files.