Namespaces | Functions

/home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/OpenTissue/OpenTissue/dynamics/mbd/util/mbd_mel_geometry_string.h File Reference

#include <OpenTissue/configuration.h>
#include <string>
#include <sstream>

Go to the source code of this file.

Namespaces

namespace  OpenTissue
namespace  OpenTissue::mbd
namespace  OpenTissue::mbd::mel
namespace  OpenTissue::mbd::mel::detail

Functions

template<typename mesh_type , typename index_type >
void OpenTissue::mbd::mel::detail::polygon_geometry (std::stringstream &stream, mesh_type *mesh, index_type idx)
template<typename sphere_type , typename index_type >
void OpenTissue::mbd::mel::detail::sphere_geometry (std::stringstream &stream, sphere_type const &sphere, index_type idx)
template<typename box_type , typename index_type >
void OpenTissue::mbd::mel::detail::box_geometry (std::stringstream &stream, box_type const &box, index_type idx)
template<typename plane_type , typename index_type >
void OpenTissue::mbd::mel::detail::plane_geometry (std::stringstream &stream, plane_type const &, index_type idx)
template<typename indirect_body_iterator >
std::string OpenTissue::mbd::mel::geometry_string (indirect_body_iterator begin, indirect_body_iterator end)