go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions
itk::ANNStandardTreeSearch< TListSample > Class Template Reference

#include <itkANNStandardTreeSearch.h>

Inheritance diagram for itk::ANNStandardTreeSearch< TListSample >:
Inheritance graph
[legend]
Collaboration diagram for itk::ANNStandardTreeSearch< TListSample >:
Collaboration graph
[legend]

Public Types

typedef
Superclass::ANNDistanceArrayType 
ANNDistanceArrayType
typedef Superclass::ANNDistanceType ANNDistanceType
typedef
Superclass::ANNIndexArrayType 
ANNIndexArrayType
typedef Superclass::ANNIndexType ANNIndexType
typedef Superclass::ANNPointType ANNPointType
typedef
Superclass::BinaryANNTreeType 
BinaryANNTreeType
typedef Superclass::BinaryTreeType BinaryTreeType
typedef SmartPointer< const SelfConstPointer
typedef
Superclass::DistanceArrayType 
DistanceArrayType
typedef Superclass::IndexArrayType IndexArrayType
typedef Superclass::ListSampleType ListSampleType
typedef
Superclass::MeasurementVectorType 
MeasurementVectorType
typedef SmartPointer< SelfPointer
typedef ANNStandardTreeSearch Self
typedef
BinaryANNTreeSearchBase
< TListSample > 
Superclass

Public Member Functions

virtual const char * GetClassName () const
virtual double GetErrorBound () const
virtual void Search (const MeasurementVectorType &qp, IndexArrayType &ind, DistanceArrayType &dists)
virtual void SetErrorBound (double _arg)

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 ANNStandardTreeSearch ()
virtual ~ANNStandardTreeSearch ()

Protected Attributes

double m_ErrorBound

Private Member Functions

 ANNStandardTreeSearch (const Self &)
void operator= (const Self &)

Detailed Description

template<class TListSample>
class itk::ANNStandardTreeSearch< TListSample >

Definition at line 34 of file itkANNStandardTreeSearch.h.


Member Typedef Documentation

template<class TListSample >
typedef Superclass::ANNDistanceArrayType itk::ANNStandardTreeSearch< TListSample >::ANNDistanceArrayType

Reimplemented from itk::BinaryANNTreeSearchBase< TListSample >.

Definition at line 61 of file itkANNStandardTreeSearch.h.

template<class TListSample >
typedef Superclass::ANNDistanceType itk::ANNStandardTreeSearch< TListSample >::ANNDistanceType

Reimplemented from itk::BinaryANNTreeSearchBase< TListSample >.

Definition at line 60 of file itkANNStandardTreeSearch.h.

template<class TListSample >
typedef Superclass::ANNIndexArrayType itk::ANNStandardTreeSearch< TListSample >::ANNIndexArrayType

Reimplemented from itk::BinaryANNTreeSearchBase< TListSample >.

Definition at line 59 of file itkANNStandardTreeSearch.h.

template<class TListSample >
typedef Superclass::ANNIndexType itk::ANNStandardTreeSearch< TListSample >::ANNIndexType

Reimplemented from itk::BinaryANNTreeSearchBase< TListSample >.

Definition at line 58 of file itkANNStandardTreeSearch.h.

template<class TListSample >
typedef Superclass::ANNPointType itk::ANNStandardTreeSearch< TListSample >::ANNPointType

Reimplemented from itk::BinaryANNTreeSearchBase< TListSample >.

Definition at line 57 of file itkANNStandardTreeSearch.h.

template<class TListSample >
typedef Superclass::BinaryANNTreeType itk::ANNStandardTreeSearch< TListSample >::BinaryANNTreeType

Reimplemented from itk::BinaryANNTreeSearchBase< TListSample >.

Definition at line 63 of file itkANNStandardTreeSearch.h.

template<class TListSample >
typedef Superclass::BinaryTreeType itk::ANNStandardTreeSearch< TListSample >::BinaryTreeType

Reimplemented from itk::BinaryANNTreeSearchBase< TListSample >.

Definition at line 52 of file itkANNStandardTreeSearch.h.

template<class TListSample >
typedef SmartPointer< const Self > itk::ANNStandardTreeSearch< TListSample >::ConstPointer

Reimplemented from itk::BinaryANNTreeSearchBase< TListSample >.

Definition at line 42 of file itkANNStandardTreeSearch.h.

template<class TListSample >
typedef Superclass::DistanceArrayType itk::ANNStandardTreeSearch< TListSample >::DistanceArrayType

Reimplemented from itk::BinaryANNTreeSearchBase< TListSample >.

Definition at line 55 of file itkANNStandardTreeSearch.h.

template<class TListSample >
typedef Superclass::IndexArrayType itk::ANNStandardTreeSearch< TListSample >::IndexArrayType

Reimplemented from itk::BinaryANNTreeSearchBase< TListSample >.

Definition at line 54 of file itkANNStandardTreeSearch.h.

template<class TListSample >
typedef Superclass::ListSampleType itk::ANNStandardTreeSearch< TListSample >::ListSampleType

Typedefs from Superclass.

Reimplemented from itk::BinaryANNTreeSearchBase< TListSample >.

Definition at line 48 of file itkANNStandardTreeSearch.h.

template<class TListSample >
typedef Superclass::MeasurementVectorType itk::ANNStandardTreeSearch< TListSample >::MeasurementVectorType

Reimplemented from itk::BinaryANNTreeSearchBase< TListSample >.

Definition at line 53 of file itkANNStandardTreeSearch.h.

template<class TListSample >
typedef SmartPointer< Self > itk::ANNStandardTreeSearch< TListSample >::Pointer

Reimplemented from itk::BinaryANNTreeSearchBase< TListSample >.

Definition at line 41 of file itkANNStandardTreeSearch.h.

template<class TListSample >
typedef ANNStandardTreeSearch itk::ANNStandardTreeSearch< TListSample >::Self

Standard itk.

Reimplemented from itk::BinaryANNTreeSearchBase< TListSample >.

Definition at line 39 of file itkANNStandardTreeSearch.h.

template<class TListSample >
typedef BinaryANNTreeSearchBase< TListSample > itk::ANNStandardTreeSearch< TListSample >::Superclass

Reimplemented from itk::BinaryANNTreeSearchBase< TListSample >.

Definition at line 40 of file itkANNStandardTreeSearch.h.


Constructor & Destructor Documentation

template<class TListSample >
itk::ANNStandardTreeSearch< TListSample >::ANNStandardTreeSearch ( ) [protected]
template<class TListSample >
virtual itk::ANNStandardTreeSearch< TListSample >::~ANNStandardTreeSearch ( ) [protected, virtual]
template<class TListSample >
itk::ANNStandardTreeSearch< TListSample >::ANNStandardTreeSearch ( const Self ) [private]

Member Function Documentation

template<class TListSample >
virtual const char* itk::ANNStandardTreeSearch< TListSample >::GetClassName ( ) const [virtual]

ITK type info.

Reimplemented from itk::BinaryANNTreeSearchBase< TListSample >.

template<class TListSample >
virtual double itk::ANNStandardTreeSearch< TListSample >::GetErrorBound ( ) const [virtual]
template<class TListSample >
static Pointer itk::ANNStandardTreeSearch< TListSample >::New ( ) [static]

New method for creating an object using a factory.

template<class TListSample >
void itk::ANNStandardTreeSearch< TListSample >::operator= ( const Self ) [private]
template<class TListSample >
virtual void itk::ANNStandardTreeSearch< TListSample >::Search ( const MeasurementVectorType qp,
IndexArrayType ind,
DistanceArrayType dists 
) [virtual]

Search the nearest neighbours of a query point qp.

template<class TListSample >
virtual void itk::ANNStandardTreeSearch< TListSample >::SetErrorBound ( double  _arg) [virtual]

Set and get the error bound eps.


Field Documentation

template<class TListSample >
double itk::ANNStandardTreeSearch< TListSample >::m_ErrorBound [protected]

Member variables.

Definition at line 79 of file itkANNStandardTreeSearch.h.



Generated on 24-10-2011 for elastix by doxygen 1.7.4 elastix logo