52 #ifndef __PCL_MetaObject_h
53 #define __PCL_MetaObject_h
57 #ifndef __PCL_BUILDING_PIXINSIGHT_APPLICATION
60 #include <pcl/Diagnostics.h>
101 if ( m_parent !=
nullptr )
102 m_parent->m_children.Add(
this );
111 m_children.Destroy();
143 return m_children.Length();
168 return m_children[i];
174 children_list m_children;
179 virtual void PerformAPIDefinitions()
const = 0;