|
Point Cloud Library (PCL) 1.15.1
|
#include <pcl/recognition/ransac_based/orr_graph.h>
Public Types | |
| enum | State { ON , OFF , UNDEF } |
Public Member Functions | |
| Node (int id) | |
| virtual | ~Node ()=default |
| 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 62 of file orr_graph.h.
| enum pcl::recognition::ORRGraph::Node::State |
| Enumerator | |
|---|---|
| ON | |
| OFF | |
| UNDEF | |
Definition at line 65 of file orr_graph.h.
|
inline |
|
virtualdefault |
|
inlinestatic |
Definition at line 111 of file orr_graph.h.
References fitness_, and Node().
Referenced by pcl::recognition::ORRGraph< NodeData >::computeMaximalOnOffPartition().
|
inline |
Definition at line 81 of file orr_graph.h.
References data_.
|
inline |
Definition at line 93 of file orr_graph.h.
References id_.
|
inline |
Definition at line 75 of file orr_graph.h.
References neighbors_.
|
inline |
Definition at line 87 of file orr_graph.h.
References data_.
|
inline |
Definition at line 105 of file orr_graph.h.
References fitness_.
|
inline |
Definition at line 99 of file orr_graph.h.
References id_.
|
friend |
|
protected |
Definition at line 120 of file orr_graph.h.
|
protected |
Definition at line 122 of file orr_graph.h.
Referenced by compare(), and setFitness().
|
protected |
Definition at line 121 of file orr_graph.h.
|
protected |
Definition at line 119 of file orr_graph.h.
Referenced by getNeighbors().
|
protected |
Definition at line 123 of file orr_graph.h.
Referenced by Node().