![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
class for saddle points More...
#include <aims/primalsketch/greyLevelBlob.h>
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 | |
T | _node |
std::list< GreyLevelBlob< T > * > | blobList |
class for saddle points
Definition at line 175 of file greyLevelBlob.h.
|
inline |
Definition at line 182 of file greyLevelBlob.h.
|
inline |
Definition at line 183 of file greyLevelBlob.h.
|
inline |
Definition at line 184 of file greyLevelBlob.h.
|
inline |
Definition at line 186 of file greyLevelBlob.h.
References aims::SaddlePoint< T >::blobList.
Referenced by aims::GreyLevelBlob< T >::SetSaddle().
|
inline |
Definition at line 187 of file greyLevelBlob.h.
References aims::SaddlePoint< T >::blobList.
|
inline |
Definition at line 303 of file greyLevelBlob.h.
T aims::SaddlePoint< T >::_node |
Definition at line 179 of file greyLevelBlob.h.
Referenced by aims::ExtractGreyLevelBlobs< Geom, Text >::ComputeBlobMeasurements().
std::list<GreyLevelBlob<T>* > aims::SaddlePoint< T >::blobList |
Definition at line 180 of file greyLevelBlob.h.
Referenced by aims::SaddlePoint< T >::AddBlob(), and aims::SaddlePoint< T >::GetBlobList().