DGtal 1.3.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Private Attributes
DGtal::LightImplicitDigitalSurface< TKSpace, TPointPredicate >::Tracker Class Reference

#include <DGtal/topology/LightImplicitDigitalSurface.h>

Public Types

typedef Tracker Self
 
typedef LightImplicitDigitalSurface< TKSpace, TPointPredicate > DigitalSurfaceContainer
 
typedef TKSpace::SCell Surfel
 
typedef TKSpace KSpace
 
typedef SurfelNeighborhood< KSpaceNeighborhood
 

Public Member Functions

 Tracker (ConstAlias< DigitalSurfaceContainer > aSurface, const Surfel &s)
 
 Tracker (const Tracker &other)
 
 ~Tracker ()
 
const DigitalSurfaceContainersurface () const
 
const Surfelcurrent () const
 
Dimension orthDir () const
 
void move (const Surfel &s)
 
uint8_t adjacent (Surfel &s, Dimension d, bool pos) const
 

Private Attributes

const DigitalSurfaceContainermySurface
 
Neighborhood myNeighborhood
 

Detailed Description

template<typename TKSpace, typename TPointPredicate>
class DGtal::LightImplicitDigitalSurface< TKSpace, TPointPredicate >::Tracker

A model of CDigitalSurfaceTracker for LightImplicitDigitalSurface.

Definition at line 122 of file LightImplicitDigitalSurface.h.

Member Typedef Documentation

◆ DigitalSurfaceContainer

template<typename TKSpace , typename TPointPredicate >
typedef LightImplicitDigitalSurface<TKSpace,TPointPredicate> DGtal::LightImplicitDigitalSurface< TKSpace, TPointPredicate >::Tracker::DigitalSurfaceContainer

Definition at line 128 of file LightImplicitDigitalSurface.h.

◆ KSpace

template<typename TKSpace , typename TPointPredicate >
typedef TKSpace DGtal::LightImplicitDigitalSurface< TKSpace, TPointPredicate >::Tracker::KSpace

Definition at line 132 of file LightImplicitDigitalSurface.h.

◆ Neighborhood

template<typename TKSpace , typename TPointPredicate >
typedef SurfelNeighborhood<KSpace> DGtal::LightImplicitDigitalSurface< TKSpace, TPointPredicate >::Tracker::Neighborhood

Definition at line 133 of file LightImplicitDigitalSurface.h.

◆ Self

template<typename TKSpace , typename TPointPredicate >
typedef Tracker DGtal::LightImplicitDigitalSurface< TKSpace, TPointPredicate >::Tracker::Self

Definition at line 126 of file LightImplicitDigitalSurface.h.

◆ Surfel

template<typename TKSpace , typename TPointPredicate >
typedef TKSpace::SCell DGtal::LightImplicitDigitalSurface< TKSpace, TPointPredicate >::Tracker::Surfel

Definition at line 129 of file LightImplicitDigitalSurface.h.

Constructor & Destructor Documentation

◆ Tracker() [1/2]

template<typename TKSpace , typename TPointPredicate >
DGtal::LightImplicitDigitalSurface< TKSpace, TPointPredicate >::Tracker::Tracker ( ConstAlias< DigitalSurfaceContainer aSurface,
const Surfel s 
)

Constructor from surface container and surfel.

Parameters
aSurfacethe container describing the surface.
sthe surfel on which the tracker is initialized.

◆ Tracker() [2/2]

template<typename TKSpace , typename TPointPredicate >
DGtal::LightImplicitDigitalSurface< TKSpace, TPointPredicate >::Tracker::Tracker ( const Tracker other)

Copy constructor.

Parameters
otherthe object to clone.

◆ ~Tracker()

template<typename TKSpace , typename TPointPredicate >
DGtal::LightImplicitDigitalSurface< TKSpace, TPointPredicate >::Tracker::~Tracker ( )

Destructor.

Member Function Documentation

◆ adjacent()

template<typename TKSpace , typename TPointPredicate >
uint8_t DGtal::LightImplicitDigitalSurface< TKSpace, TPointPredicate >::Tracker::adjacent ( Surfel s,
Dimension  d,
bool  pos 
) const

Computes the surfel adjacent to 'current()' in the direction [d] along orientation [pos].

Parameters
s(modified) set to the adjacent surfel in the specified direction d and orientation pos if it exists. Otherwise unchanged (method returns 0 in this case).
dany direction different from 'orthDir()'.
poswhen 'true' look in positive direction along [track_dir] axis, 'false' look in negative direction.
Returns
the move code (n=0-3). When 0: no adjacent surfel, otherwise 1-3: adjacent surfel is n-th follower.

◆ current()

template<typename TKSpace , typename TPointPredicate >
const Surfel & DGtal::LightImplicitDigitalSurface< TKSpace, TPointPredicate >::Tracker::current ( ) const
Returns
the current surfel on which the tracker is.

◆ move()

template<typename TKSpace , typename TPointPredicate >
void DGtal::LightImplicitDigitalSurface< TKSpace, TPointPredicate >::Tracker::move ( const Surfel s)

Moves the tracker to the given valid surfel.

Precondition
'surface().isInside( s )'
Parameters
sthe surfel on which the tracker is moved.

◆ orthDir()

template<typename TKSpace , typename TPointPredicate >
Dimension DGtal::LightImplicitDigitalSurface< TKSpace, TPointPredicate >::Tracker::orthDir ( ) const
Returns
the orthogonal direction to the current surfel.

◆ surface()

template<typename TKSpace , typename TPointPredicate >
const DigitalSurfaceContainer & DGtal::LightImplicitDigitalSurface< TKSpace, TPointPredicate >::Tracker::surface ( ) const
Returns
the surface container that the Tracker is tracking.

Field Documentation

◆ myNeighborhood

template<typename TKSpace , typename TPointPredicate >
Neighborhood DGtal::LightImplicitDigitalSurface< TKSpace, TPointPredicate >::Tracker::myNeighborhood
private

the current surfel neighborhood, the object that holds the necessary information for determining neighbors.

Definition at line 193 of file LightImplicitDigitalSurface.h.

◆ mySurface

template<typename TKSpace , typename TPointPredicate >
const DigitalSurfaceContainer& DGtal::LightImplicitDigitalSurface< TKSpace, TPointPredicate >::Tracker::mySurface
private

a reference to the digital surface container on which is the tracker.

Definition at line 190 of file LightImplicitDigitalSurface.h.


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