|
Point Cloud Library (PCL)
1.10.0
|
#include <pcl/recognition/ransac_based/orr_graph.h>
Public Types | |
| enum | State { ON, OFF, UNDEF } |
Public Member Functions | |
| Node (int id) | |
| virtual | ~Node () |
| const std::set< Node * > & | getNeighbors () const |
| const NodeData & | getData () const |
| void | setData (const NodeData &data) |
| int | getId () const |
| void | setId (int id) |
| void | setFitness (int fitness) |
Static Public Member Functions | |
| static bool | compare (const Node *a, const Node *b) |
Protected Attributes | |
| std::set< Node * > | neighbors_ |
| NodeData | data_ |
| int | id_ |
| int | fitness_ |
| State | state_ |
Friends | |
| class | ORRGraph |
Definition at line 58 of file orr_graph.h.
| enum pcl::recognition::ORRGraph::Node::State |
| Enumerator | |
|---|---|
| ON | |
| OFF | |
| UNDEF | |
Definition at line 61 of file orr_graph.h.
|
inline |
Definition at line 63 of file orr_graph.h.
|
inlinevirtual |
Definition at line 68 of file orr_graph.h.
|
inlinestatic |
Definition at line 107 of file orr_graph.h.
References pcl::recognition::ORRGraph< NodeData >::Node::fitness_.
Referenced by pcl::recognition::ORRGraph< NodeData >::computeMaximalOnOffPartition().
|
inline |
Definition at line 77 of file orr_graph.h.
References pcl::recognition::ORRGraph< NodeData >::Node::data_.
|
inline |
Definition at line 89 of file orr_graph.h.
References pcl::recognition::ORRGraph< NodeData >::Node::id_.
|
inline |
Definition at line 71 of file orr_graph.h.
References pcl::recognition::ORRGraph< NodeData >::Node::neighbors_.
|
inline |
Definition at line 83 of file orr_graph.h.
References pcl::recognition::ORRGraph< NodeData >::Node::data_.
|
inline |
Definition at line 101 of file orr_graph.h.
References pcl::recognition::ORRGraph< NodeData >::Node::fitness_.
|
inline |
Definition at line 95 of file orr_graph.h.
References pcl::recognition::ORRGraph< NodeData >::Node::id_.
|
friend |
Definition at line 112 of file orr_graph.h.
|
protected |
Definition at line 116 of file orr_graph.h.
Referenced by pcl::recognition::ORRGraph< NodeData >::Node::getData(), and pcl::recognition::ORRGraph< NodeData >::Node::setData().
|
protected |
Definition at line 118 of file orr_graph.h.
Referenced by pcl::recognition::ORRGraph< NodeData >::Node::compare(), and pcl::recognition::ORRGraph< NodeData >::Node::setFitness().
|
protected |
Definition at line 117 of file orr_graph.h.
Referenced by pcl::recognition::ORRGraph< NodeData >::Node::getId(), and pcl::recognition::ORRGraph< NodeData >::Node::setId().
|
protected |
Definition at line 115 of file orr_graph.h.
Referenced by pcl::recognition::ORRGraph< NodeData >::Node::getNeighbors().
|
protected |
Definition at line 119 of file orr_graph.h.