aimsalgo  5.0.5
Neuroimaging image processing
aims::SaddlePoint< T > Class Template Reference

#include <aims/primalsketch/greyLevelBlob.h>

Inheritance diagram for aims::SaddlePoint< T >:
Collaboration diagram for aims::SaddlePoint< T >:

Public Member Functions

 SaddlePoint ()
 
 SaddlePoint (T node)
 
 ~SaddlePoint ()
 
void AddBlob (GreyLevelBlob< T > *blob)
 
std::list< GreyLevelBlob< T > * > & GetBlobList ()
 
SaddlePoint< T > & operator= (const SaddlePoint< T > &other)
 

Public Attributes

_node
 
std::list< GreyLevelBlob< T > *> blobList
 

Detailed Description

template<class T>
class aims::SaddlePoint< T >

Definition at line 84 of file greyLevelBlob.h.

Constructor & Destructor Documentation

◆ SaddlePoint() [1/2]

template<class T>
aims::SaddlePoint< T >::SaddlePoint ( )
inline

Definition at line 171 of file greyLevelBlob.h.

◆ SaddlePoint() [2/2]

template<class T>
aims::SaddlePoint< T >::SaddlePoint ( node)
inline

Definition at line 172 of file greyLevelBlob.h.

◆ ~SaddlePoint()

template<class T>
aims::SaddlePoint< T >::~SaddlePoint ( )
inline

Definition at line 173 of file greyLevelBlob.h.

Member Function Documentation

◆ AddBlob()

template<class T>
void aims::SaddlePoint< T >::AddBlob ( GreyLevelBlob< T > *  blob)
inline

Definition at line 175 of file greyLevelBlob.h.

Referenced by aims::GreyLevelBlob< Site >::SetSaddle().

◆ GetBlobList()

template<class T>
std::list<GreyLevelBlob<T>*>& aims::SaddlePoint< T >::GetBlobList ( )
inline

Definition at line 176 of file greyLevelBlob.h.

◆ operator=()

template<class T>
SaddlePoint< T > & aims::SaddlePoint< T >::operator= ( const SaddlePoint< T > &  other)
inline

Definition at line 289 of file greyLevelBlob.h.

Member Data Documentation

◆ _node

template<class T>
T aims::SaddlePoint< T >::_node

◆ blobList

template<class T>
std::list<GreyLevelBlob<T>* > aims::SaddlePoint< T >::blobList

Definition at line 169 of file greyLevelBlob.h.

Referenced by aims::ExtractGreyLevelBlobs< Geom, Text >::Run().


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