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

class for maxima More...

#include <aims/primalsketch/greyLevelBlob.h>

Inheritance diagram for aims::MaximumPoint< T >:

Public Member Functions

 ~MaximumPoint ()
 
 MaximumPoint ()
 
 MaximumPoint (T node)
 
MaximumPoint< T > & operator= (const MaximumPoint< T > &other)
 

Public Attributes

_node
 
GreyLevelBlob< T > * blob
 

Detailed Description

template<class T>
class aims::MaximumPoint< T >

class for maxima

Definition at line 195 of file greyLevelBlob.h.

Constructor & Destructor Documentation

◆ ~MaximumPoint()

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

Definition at line 201 of file greyLevelBlob.h.

◆ MaximumPoint() [1/2]

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

Definition at line 203 of file greyLevelBlob.h.

◆ MaximumPoint() [2/2]

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

Definition at line 204 of file greyLevelBlob.h.

Member Function Documentation

◆ operator=()

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

Definition at line 313 of file greyLevelBlob.h.

References aims::MaximumPoint< T >::blob.

Member Data Documentation

◆ _node

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

◆ blob

template<class T >
GreyLevelBlob<T>* aims::MaximumPoint< T >::blob

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