Public Member Functions | Public Attributes
vtol_extract_topology< LABEL_TYPE >::LabelPoint Struct Reference

Queries into label_img_ return either (label, true) or (0, false). More...

List of all members.

Public Member Functions

 LabelPoint ()
 LabelPoint (LABEL_TYPE const &lt, bool v)
bool operator== (LabelPoint const &lp)
bool operator!= (LabelPoint const &lp)

Public Attributes

LABEL_TYPE label
bool valid

Detailed Description

template<typename LABEL_TYPE>
struct vtol_extract_topology< LABEL_TYPE >::LabelPoint

Queries into label_img_ return either (label, true) or (0, false).

...this avoids using one of the possible labels as an off-image flag

Definition at line 403 of file vtol_extract_topology.h.


Constructor & Destructor Documentation

template<typename LABEL_TYPE >
vtol_extract_topology< LABEL_TYPE >::LabelPoint::LabelPoint ( ) [inline]

Definition at line 407 of file vtol_extract_topology.h.

template<typename LABEL_TYPE >
vtol_extract_topology< LABEL_TYPE >::LabelPoint::LabelPoint ( LABEL_TYPE const &  lt,
bool  v 
) [inline]

Definition at line 408 of file vtol_extract_topology.h.


Member Function Documentation

template<typename LABEL_TYPE >
bool vtol_extract_topology< LABEL_TYPE >::LabelPoint::operator!= ( LabelPoint const &  lp) [inline]

Definition at line 412 of file vtol_extract_topology.h.

template<typename LABEL_TYPE >
bool vtol_extract_topology< LABEL_TYPE >::LabelPoint::operator== ( LabelPoint const &  lp) [inline]

Definition at line 409 of file vtol_extract_topology.h.


Member Data Documentation

template<typename LABEL_TYPE >
LABEL_TYPE vtol_extract_topology< LABEL_TYPE >::LabelPoint::label

Definition at line 405 of file vtol_extract_topology.h.

template<typename LABEL_TYPE >
bool vtol_extract_topology< LABEL_TYPE >::LabelPoint::valid

Definition at line 406 of file vtol_extract_topology.h.


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