#include <vtol_extract_topology.h>
Public Member Functions | |
chain_tree_node (region_type_sptr in_region) | |
~chain_tree_node () | |
void | add (region_type_sptr new_region) |
vtol_intensity_face_sptr | make_face (finder_type *find, data_image_type const *img) const |
void | print (vcl_ostream &ostr, unsigned indent) const |
Public Attributes | |
region_type_sptr | region |
vcl_vector< chain_tree_node * > | children |
Definition at line 207 of file vtol_extract_topology.h.
vtol_extract_topology< LABEL_TYPE >::chain_tree_node::chain_tree_node | ( | region_type_sptr | in_region | ) | [inline] |
Definition at line 220 of file vtol_extract_topology.h.
vtol_extract_topology< LABEL_TYPE >::chain_tree_node::~chain_tree_node | ( | ) | [inline] |
Definition at line 222 of file vtol_extract_topology.h.
void vtol_extract_topology< LABEL_TYPE >::chain_tree_node::add | ( | region_type_sptr | new_region | ) | [inline] |
Definition at line 233 of file vtol_extract_topology.h.
vtol_intensity_face_sptr vtol_extract_topology< LABEL_TYPE >::chain_tree_node::make_face | ( | finder_type * | find, |
data_image_type const * | img | ||
) | const [inline] |
Definition at line 269 of file vtol_extract_topology.h.
void vtol_extract_topology< LABEL_TYPE >::chain_tree_node::print | ( | vcl_ostream & | ostr, |
unsigned | indent | ||
) | const [inline] |
Definition at line 302 of file vtol_extract_topology.h.
vcl_vector<chain_tree_node*> vtol_extract_topology< LABEL_TYPE >::chain_tree_node::children |
Definition at line 218 of file vtol_extract_topology.h.
region_type_sptr vtol_extract_topology< LABEL_TYPE >::chain_tree_node::region |
Definition at line 213 of file vtol_extract_topology.h.