#include <KdTreeXml.hpp>
Static Public Member Functions | |
template<typename TTraits > | |
static void | appendToXML (PointData< TTraits > const &obj, XMLNodeType &root) |
template<typename Traits > | |
static void | appendToXML (TreeBase< Traits > const &obj, XMLNodeType kdNode) |
static void | appendToXML (const TreeStatistics &obj, XMLNodeType &kdNode) |
template<typename TTraits > | |
static void | appendToXML (const Tree< TTraits > &obj, XMLNodeType &root, bool aligned=true, const Matrix33 &A_IK=Matrix33::Identity()) |
template<typename TTraits > | |
static void | appendToXML (const TreeSimple< TTraits > &obj, XMLNodeType root, bool aligned=true, const Matrix33 &A_IK=Matrix33::Identity()) |
Definition at line 26 of file KdTreeXml.hpp.
static void ApproxMVBB::KdTree::XML::appendToXML | ( | PointData< TTraits > const & | obj, |
XMLNodeType & | root | ||
) | [inline, static] |
Append all points in obj
to the XML node root
Definition at line 33 of file KdTreeXml.hpp.
static void ApproxMVBB::KdTree::XML::appendToXML | ( | TreeBase< Traits > const & | obj, |
XMLNodeType | kdNode | ||
) | [inline, static] |
Append the data of the base kdTree class obj
to the XML node kdNode
Definition at line 46 of file KdTreeXml.hpp.
static void ApproxMVBB::KdTree::XML::appendToXML | ( | const TreeStatistics & | obj, |
XMLNodeType & | kdNode | ||
) | [inline, static] |
Append the kdTree statistics obj
to the XML node kdNode
Definition at line 119 of file KdTreeXml.hpp.
static void ApproxMVBB::KdTree::XML::appendToXML | ( | const Tree< TTraits > & | obj, |
XMLNodeType & | root, | ||
bool | aligned = true , |
||
const Matrix33 & | A_IK = Matrix33::Identity() |
||
) | [inline, static] |
Main function to append the whole data of the kdTree obj
to the XML node root
Definition at line 139 of file KdTreeXml.hpp.
static void ApproxMVBB::KdTree::XML::appendToXML | ( | const TreeSimple< TTraits > & | obj, |
XMLNodeType | root, | ||
bool | aligned = true , |
||
const Matrix33 & | A_IK = Matrix33::Identity() |
||
) | [inline, static] |
Main function to append the whole data of a simple kdTree obj
to the XML node root
Definition at line 164 of file KdTreeXml.hpp.