#include <vtkImageCorrelation.h>
Inheritance diagram for vtkImageCorrelation:
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.
Definition at line 36 of file vtkImageCorrelation.h.
Public Types | |
typedef vtkThreadedImageAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetDimensionality (int) |
virtual int | GetDimensionality () |
virtual void | SetInput1 (vtkDataObject *in) |
virtual void | SetInput2 (vtkDataObject *in) |
Static Public Member Functions | |
static vtkImageCorrelation * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageCorrelation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
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 |
|
Reimplemented from vtkThreadedImageAlgorithm. Definition at line 40 of file vtkImageCorrelation.h. |
|
|
|
Definition at line 57 of file vtkImageCorrelation.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkThreadedImageAlgorithm. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkThreadedImageAlgorithm. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkThreadedImageAlgorithm. |
|
Reimplemented from vtkThreadedImageAlgorithm. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkThreadedImageAlgorithm. |
|
Determines how the input is interpreted (set of 2d slices ...) |
|
|
|
Set the two inputs to this filter Definition at line 51 of file vtkImageCorrelation.h. References vtkImageAlgorithm::SetInput(). |
|
Set the two inputs to this filter Definition at line 52 of file vtkImageCorrelation.h. References vtkImageAlgorithm::SetInput(). |
|
Reimplemented from vtkImageAlgorithm. |
|
Reimplemented from vtkImageAlgorithm. |
|
If the subclass does not define an Execute method, then the task will be broken up, multiple threads will be spawned, and each thread will call this method. It is public so that the thread functions can call this method. Reimplemented from vtkThreadedImageAlgorithm. |
|
Definition at line 57 of file vtkImageCorrelation.h. |