#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 47 of file vtkImageCorrelation.h.
Public Types | |
typedef vtkImageTwoInputFilter | 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 () |
Static Public Member Functions | |
vtkImageCorrelation * | New () |
int | IsTypeOf (const char *type) |
vtkImageCorrelation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageCorrelation () | |
~vtkImageCorrelation () | |
void | ExecuteInformation (vtkImageData **inDatas, vtkImageData *outData) |
virtual void | ComputeInputUpdateExtent (int inExt[6], int outExt[6], int whichInput) |
void | ExecuteInformation () |
void | ThreadedExecute (vtkImageData **inDatas, vtkImageData *outData, int extent[6], int id) |
Protected Attributes | |
int | Dimensionality |
|
Reimplemented from vtkImageTwoInputFilter. Definition at line 51 of file vtkImageCorrelation.h. |
|
|
|
Definition at line 62 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 vtkImageTwoInputFilter. |
|
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 vtkImageTwoInputFilter. |
|
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 vtkImageTwoInputFilter. |
|
Reimplemented from vtkImageTwoInputFilter. |
|
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 vtkImageTwoInputFilter. |
|
Determines how the input is interpreted (set of 2d slices ...) |
|
Determines how the input is interpreted (set of 2d slices ...) |
|
Reimplemented from vtkImageMultipleInputFilter. |
|
Reimplemented from vtkImageMultipleInputFilter. |
|
Reimplemented from vtkImageMultipleInputFilter. Definition at line 68 of file vtkImageCorrelation.h. References vtkImageMultipleInputFilter::ExecuteInformation(). |
|
The execute method created by the subclass. This is kept public instead of protected since it is called from a non-member thread function. Reimplemented from vtkImageMultipleInputFilter. |
|
Definition at line 64 of file vtkImageCorrelation.h. |