#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/math_vector3.h>
#include <OpenTissue/core/math/math_is_finite.h>
#include <OpenTissue/core/math/math_is_number.h>
#include <OpenTissue/utility/utility_tag_traits.h>
#include <TinyXML/tinyxml.h>
#include <boost/type_traits.hpp>
#include <cassert>
#include <iostream>
#include <fstream>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::t4mesh |
Functions | |
template<typename point_container , typename t4mesh_type > | |
bool | OpenTissue::t4mesh::xml_make_doc (TiXmlDocument &doc, t4mesh_type const &mesh, point_container &points) |
template<typename point_container , typename t4mesh > | |
bool | OpenTissue::t4mesh::xml_write (std::string const &filename, t4mesh const &mesh, point_container &points) |
template<typename t4mesh_type > | |
bool | OpenTissue::t4mesh::xml_write (std::string const &filename, t4mesh_type const &mesh) |