Namespaces | Functions

/home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/OpenTissue/OpenTissue/utility/gl/gl_draw_t4mesh.h File Reference

#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/math_basic_types.h>
#include <OpenTissue/core/geometry/geometry_tetrahedron.h>

Go to the source code of this file.

Namespaces

namespace  OpenTissue
namespace  OpenTissue::gl

Functions

template<typename t4mesh >
void OpenTissue::gl::DrawT4Mesh (t4mesh const &mesh, double scale=0.95, bool wireframe=false)
template<typename point_container , typename t4mesh >
void OpenTissue::gl::DrawPointsT4Mesh (point_container const &points, t4mesh const &mesh, double const &scale=0.95, bool wireframe=false)
template<typename t4mesh_type , typename plane_type >
void OpenTissue::gl::DrawT4MeshCutThrough (t4mesh_type const &mesh, plane_type const &plane, double scale=1.0, bool wireframe=false)
template<typename point_container , typename t4mesh_type , typename plane_type >
void OpenTissue::gl::DrawPointsT4MeshCutThrough (point_container const &points, t4mesh_type const &mesh, plane_type const &plane, double scale=1.0, bool wireframe=false)