8 #include <pcl/pcl_exports.h>
19 using Ptr = shared_ptr<PersonAttribs>;
20 using ConstPtr = shared_ptr<const PersonAttribs>;
std::vector< std::vector< float > > max_length_offset_
void writePersonXMLConfig(std::ostream &os)
Write XML configuration file for a specific person.
shared_ptr< const PersonAttribs > ConstPtr
std::vector< float > max_part_size_
int readPersonXMLConfig(std::istream &is)
Read XML configuration file for a specific person.
shared_ptr< PersonAttribs > Ptr
PersonAttribs()
Constructor creates generic values from.
std::vector< int > nr_of_children_
std::vector< std::vector< float > > part_ideal_length_
Defines functions, macros and traits for allocating and using memory.