VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkImageCorrelation Class Reference

Correlation imageof the two inputs. More...

#include <vtkImageCorrelation.h>

Inherits vtkThreadedImageAlgorithm.

Public Types

typedef vtkThreadedImageAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkImageCorrelationNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetInput1Data (vtkDataObject *in)
 
virtual void SetInput2Data (vtkDataObject *in)
 
virtual void SetDimensionality (int)
 
virtual int GetDimensionality ()
 

Static Public Member Functions

static vtkImageCorrelationNew ()
 
static int IsTypeOf (const char *type)
 
static vtkImageCorrelationSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkImageCorrelation ()
 
 ~vtkImageCorrelation ()
 
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual void ThreadedRequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
 

Protected Attributes

int Dimensionality
 

Detailed Description

Correlation imageof the two inputs.

vtkImageCorrelation finds the correlation between two data sets. SetDimensionality determines whether the Correlation will be 3D, 2D or 1D. The default is a 2D Correlation. The Output type will be double. The output size will match the size of the first input. The second input is considered the correlation kernel.

Tests:
vtkImageCorrelation (Tests)

Definition at line 37 of file vtkImageCorrelation.h.

Member Typedef Documentation

typedef vtkThreadedImageAlgorithm vtkImageCorrelation::Superclass

Definition at line 41 of file vtkImageCorrelation.h.

Constructor & Destructor Documentation

vtkImageCorrelation::vtkImageCorrelation ( )
protected
vtkImageCorrelation::~vtkImageCorrelation ( )
inlineprotected

Definition at line 59 of file vtkImageCorrelation.h.

Member Function Documentation

static vtkImageCorrelation* vtkImageCorrelation::New ( )
static
static int vtkImageCorrelation::IsTypeOf ( const char *  type)
static
virtual int vtkImageCorrelation::IsA ( const char *  type)
virtual
static vtkImageCorrelation* vtkImageCorrelation::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkImageCorrelation::NewInstanceInternal ( ) const
protectedvirtual
vtkImageCorrelation* vtkImageCorrelation::NewInstance ( ) const
void vtkImageCorrelation::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual void vtkImageCorrelation::SetDimensionality ( int  )
virtual

Determines how the input is interpreted (set of 2d slices ...). The default is 2.

virtual int vtkImageCorrelation::GetDimensionality ( )
virtual

Determines how the input is interpreted (set of 2d slices ...). The default is 2.

virtual void vtkImageCorrelation::SetInput1Data ( vtkDataObject *  in)
inlinevirtual

Set the input image.

Definition at line 52 of file vtkImageCorrelation.h.

virtual void vtkImageCorrelation::SetInput2Data ( vtkDataObject *  in)
inlinevirtual

Set the correlation kernel.

Definition at line 55 of file vtkImageCorrelation.h.

virtual int vtkImageCorrelation::RequestInformation ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual
virtual int vtkImageCorrelation::RequestUpdateExtent ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual
virtual void vtkImageCorrelation::ThreadedRequestData ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector,
vtkImageData ***  inData,
vtkImageData **  outData,
int  extent[6],
int  threadId 
)
protectedvirtual

Member Data Documentation

int vtkImageCorrelation::Dimensionality
protected

Definition at line 59 of file vtkImageCorrelation.h.


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