#include <KdTreeXml.hpp>
Public Types | |
| using | XMLNodeType = pugi::xml_node |
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.
| using ApproxMVBB::KdTree::XML::XMLNodeType = pugi::xml_node |
Definition at line 29 of file KdTreeXml.hpp.
|
inlinestatic |
Append all points in obj to the XML node root
Definition at line 33 of file KdTreeXml.hpp.
|
inlinestatic |
Append the data of the base kdTree class obj to the XML node kdNode
Definition at line 46 of file KdTreeXml.hpp.
|
inlinestatic |
Append the kdTree statistics obj to the XML node kdNode
Definition at line 119 of file KdTreeXml.hpp.
|
inlinestatic |
Main function to append the whole data of the kdTree obj to the XML node root
Definition at line 139 of file KdTreeXml.hpp.
|
inlinestatic |
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.