Functions |
template<typename mesh_type , typename index_type > |
void | polygon_geometry (std::stringstream &stream, mesh_type *mesh, index_type idx) |
template<typename sphere_type , typename index_type > |
void | sphere_geometry (std::stringstream &stream, sphere_type const &sphere, index_type idx) |
template<typename box_type , typename index_type > |
void | box_geometry (std::stringstream &stream, box_type const &box, index_type idx) |
template<typename plane_type , typename index_type > |
void | plane_geometry (std::stringstream &stream, plane_type const &, index_type idx) |