occ
Loading...
Searching...
No Matches
ply.h File Reference
#include <occ/core/linear_algebra.h>
#include <occ/io/isosurface_mesh.h>
#include <string>
Include dependency graph for ply.h:

Namespaces

namespace  occ
 
namespace  occ::io
 file input and output module including reading wavefunction files
 

Functions

void occ::io::write_ply_file (const std::string &filename, const Eigen::Matrix3Xf &vertices, const Eigen::Matrix3Xi &faces)
 
void occ::io::write_ply_mesh (const std::string &filename, const IsosurfaceMesh &mesh, const VertexProperties &properties, bool binary=true)