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

class for saddle points More...

#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 >

class for saddle points

Definition at line 175 of file greyLevelBlob.h.

Constructor & Destructor Documentation

◆ SaddlePoint() [1/2]

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

Definition at line 182 of file greyLevelBlob.h.

◆ SaddlePoint() [2/2]

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

Definition at line 183 of file greyLevelBlob.h.

◆ ~SaddlePoint()

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

Definition at line 184 of file greyLevelBlob.h.

Member Function Documentation

◆ AddBlob()

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

Definition at line 186 of file greyLevelBlob.h.

References aims::SaddlePoint< T >::blobList.

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

◆ GetBlobList()

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

Definition at line 187 of file greyLevelBlob.h.

References aims::SaddlePoint< T >::blobList.

◆ operator=()

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

Definition at line 303 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

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