aimstil
5.0.5
|
#include <til/NeighborhoodConfigurations.h>
Public Types | |
typedef _TImage | TImage |
typedef _TNeighborhood | TNeighborhood |
typedef TImage::value_type | value_type |
typedef Iterator< TImage >::ConstVolumetric | ConstVolumetricIterator |
Public Member Functions | |
PT_NeighborhoodConfigurations (const TNeighborhood &nh) | |
void | setForeground (value_type foreground) |
void | setBackground (value_type background) |
value_type | getForeground () const |
value_type | getBackground () const |
Static Public Member Functions | |
static void | next () |
Protected Attributes | |
TNeighborhood | m_nh |
Definition at line 20 of file NeighborhoodConfigurations.h.
typedef Iterator<TImage>::ConstVolumetric til::PT_NeighborhoodConfigurations< _TImage, _TNeighborhood >::ConstVolumetricIterator |
Definition at line 28 of file NeighborhoodConfigurations.h.
typedef _TImage til::PT_NeighborhoodConfigurations< _TImage, _TNeighborhood >::TImage |
Definition at line 25 of file NeighborhoodConfigurations.h.
typedef _TNeighborhood til::PT_NeighborhoodConfigurations< _TImage, _TNeighborhood >::TNeighborhood |
Definition at line 26 of file NeighborhoodConfigurations.h.
typedef TImage::value_type til::PT_NeighborhoodConfigurations< _TImage, _TNeighborhood >::value_type |
Definition at line 27 of file NeighborhoodConfigurations.h.
|
inlineexplicit |
Definition at line 33 of file NeighborhoodConfigurations.h.
References til::PT_NeighborhoodConfigurations< _TImage, _TNeighborhood >::m_nh.
|
inline |
Definition at line 48 of file NeighborhoodConfigurations.h.
|
inline |
Definition at line 47 of file NeighborhoodConfigurations.h.
Referenced by til::PT_IsInterior< _TImage, _TNeighborhood >::compute(), til::PT_IsBoundary< _TImage, _TNeighborhood >::compute(), til::PT_IsIsolated< _TImage, _TNeighborhood >::compute(), til::PT_HasNBackgroundNeighbors< _TImage, _TNeighborhood >::compute(), and til::IsIsolated< TVolumetricIterator, _TNeighborhood >::operator()().
|
inlinestatic |
Definition at line 55 of file NeighborhoodConfigurations.h.
|
inline |
Definition at line 45 of file NeighborhoodConfigurations.h.
|
inline |
Definition at line 44 of file NeighborhoodConfigurations.h.
|
protected |
Definition at line 61 of file NeighborhoodConfigurations.h.
Referenced by til::PT_IsInterior< _TImage, _TNeighborhood >::compute(), til::PT_IsBoundary< _TImage, _TNeighborhood >::compute(), til::PT_IsIsolated< _TImage, _TNeighborhood >::compute(), til::PT_HasNBackgroundNeighbors< _TImage, _TNeighborhood >::compute(), til::IsIsolated< TVolumetricIterator, _TNeighborhood >::operator()(), and til::PT_NeighborhoodConfigurations< _TImage, _TNeighborhood >::PT_NeighborhoodConfigurations().