Loading [MathJax]/extensions/tex2jax.js
occ
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
ply.h File Reference
#include <occ/core/linear_algebra.h>
#include <occ/isosurface/isosurface.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 isosurface::Isosurface &isosurface, bool binary=true)