Namespaces | Functions

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

#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 <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_read (std::string const &filename, t4mesh_type &mesh, point_container &points)
bool OpenTissue::t4mesh::xml_has_tags (std::string const &filename)
template<typename t4mesh_type >
bool OpenTissue::t4mesh::xml_read (std::string const &filename, t4mesh_type &mesh)