PICCANTE  0.4
The hottest HDR imaging library!
Public Member Functions | Public Attributes | Friends | List of all members
pic::LabelOutput Class Reference

#include <connected_components.hpp>

Public Member Functions

 LabelOutput ()
 
 LabelOutput (uint id, int i)
 
void push_back (int i)
 

Public Attributes

uint id
 
std::vector< int > coords
 
std::set< int > neighbors
 
bool bValid
 

Friends

bool operator< (LabelOutput const &a, LabelOutput const &b)
 

Constructor & Destructor Documentation

◆ LabelOutput() [1/2]

pic::LabelOutput::LabelOutput ( )
inline

◆ LabelOutput() [2/2]

pic::LabelOutput::LabelOutput ( uint  id,
int  i 
)
inline

Member Function Documentation

◆ push_back()

void pic::LabelOutput::push_back ( int  i)
inline

Friends And Related Function Documentation

◆ operator<

bool operator< ( LabelOutput const &  a,
LabelOutput const &  b 
)
friend

Member Data Documentation

◆ bValid

bool pic::LabelOutput::bValid

◆ coords

std::vector< int > pic::LabelOutput::coords

◆ id

uint pic::LabelOutput::id

◆ neighbors

std::set< int > pic::LabelOutput::neighbors

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