#include <edge_types.h>
Public Member Functions | |
| void | addBoundaryIndices (const int cid1, const int cid2, const int idx1, const int idx2) |
| BoundaryPointsEdge () | |
| std::pair< std::list< int > ::iterator, std::list< int > ::iterator > | getBoundaryPairs () |
| std::pair< std::list< int > ::iterator, std::list< int > ::iterator > | getBoundaryPairsOf (int cid) |
| bool | isAttachedTo (int cid) |
| std::list< int >::size_type | size () const |
Public Attributes | |
| std::map< int, std::list< int > > | boundary_pairs |
| float | smoothness |
| int | width |
Definition at line 81 of file edge_types.h.
Definition at line 84 of file edge_types.h.
| void cob_3d_segmentation::BoundaryPointsEdge::addBoundaryIndices | ( | const int | cid1, |
| const int | cid2, | ||
| const int | idx1, | ||
| const int | idx2 | ||
| ) | [inline] |
Definition at line 96 of file edge_types.h.
| std::pair<std::list<int>::iterator, std::list<int>::iterator> cob_3d_segmentation::BoundaryPointsEdge::getBoundaryPairs | ( | ) | [inline] |
Definition at line 88 of file edge_types.h.
| std::pair<std::list<int>::iterator, std::list<int>::iterator> cob_3d_segmentation::BoundaryPointsEdge::getBoundaryPairsOf | ( | int | cid | ) | [inline] |
Definition at line 91 of file edge_types.h.
| bool cob_3d_segmentation::BoundaryPointsEdge::isAttachedTo | ( | int | cid | ) | [inline] |
Definition at line 102 of file edge_types.h.
| std::list<int>::size_type cob_3d_segmentation::BoundaryPointsEdge::size | ( | ) | const [inline] |
Definition at line 94 of file edge_types.h.
| std::map<int,std::list<int> > cob_3d_segmentation::BoundaryPointsEdge::boundary_pairs |
Definition at line 105 of file edge_types.h.
Definition at line 106 of file edge_types.h.
Definition at line 104 of file edge_types.h.