MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Public Member Functions | Public Attributes
mds::img::CBlobLabeling< T >::SInitLabel Struct Reference

Function object used to initialize the mapping. More...

#include <mdsBlobLabeling.h>

List of all members.

Public Member Functions

void operator() (SLabelInfo &Info)
 Initializes SLabelInfo structure...
 SInitLabel ()
 Default constructor.

Public Attributes

int m_Label
 Progressively incremented label.

Detailed Description

template<typename T>
struct mds::img::CBlobLabeling< T >::SInitLabel

Function object used to initialize the mapping.


Constructor & Destructor Documentation

template<typename T >
mds::img::CBlobLabeling< T >::SInitLabel::SInitLabel ( )

Default constructor.


Member Function Documentation

template<typename T >
void mds::img::CBlobLabeling< T >::SInitLabel::operator() ( SLabelInfo Info)

Initializes SLabelInfo structure...


Member Data Documentation

template<typename T >
int mds::img::CBlobLabeling< T >::SInitLabel::m_Label

Progressively incremented label.


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