OTB  9.0.0
Orfeo Toolbox
Public Types | Public Attributes | List of all members
grm::Node< DerivedNode > Struct Template Reference

#include <grmGraph.h>

+ Inheritance diagram for grm::Node< DerivedNode >:
+ Collaboration diagram for grm::Node< DerivedNode >:

Public Types

typedef NeighborType< DerivedNode > CRPTNeighborType
 

Public Attributes

std::vector< CRPTNeighborTypem_Edges
 
- Public Attributes inherited from grm::BaseNode
unsigned int m_Area
 
lp::BoundingBox m_Bbox
 
lp::Contour m_Contour
 
bool m_Expired
 
long unsigned int m_Id
 
bool m_IsMerged
 
unsigned int m_Perimeter
 
bool m_Valid
 

Detailed Description

template<class DerivedNode>
struct grm::Node< DerivedNode >

Definition at line 83 of file grmGraph.h.

Member Typedef Documentation

◆ CRPTNeighborType

template<class DerivedNode >
typedef NeighborType<DerivedNode> grm::Node< DerivedNode >::CRPTNeighborType

Definition at line 85 of file grmGraph.h.

Member Data Documentation

◆ m_Edges

template<class DerivedNode >
std::vector<CRPTNeighborType> grm::Node< DerivedNode >::m_Edges

Definition at line 86 of file grmGraph.h.


The documentation for this struct was generated from the following file: