Namespaces | Functions

/home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/OpenTissue/OpenTissue/core/containers/t4mesh/io/t4mesh_mel_write.h File Reference

#include <OpenTissue/configuration.h>
#include <iostream>
#include <fstream>
#include <sstream>

Go to the source code of this file.

Namespaces

namespace  OpenTissue
namespace  OpenTissue::t4mesh
namespace  OpenTissue::t4mesh::detail

Functions

template<typename vector3_type , typename real_type >
std::string OpenTissue::t4mesh::detail::mel_tetrahedron (size_t const &idx, vector3_type const &p0, vector3_type const &p1, vector3_type const &p2, vector3_type const &p3, real_type scale)
template<typename point_container , typename t4mesh_type , typename real_type2 >
bool OpenTissue::t4mesh::mel_write (std::string const &filename, t4mesh_type const &mesh, point_container &points, real_type2 scale)
template<typename t4mesh_type , typename real_type2 >
bool OpenTissue::t4mesh::mel_write (std::string const &filename, t4mesh_type const &mesh, real_type2 scale)