vtkImageDotProduct Class Reference

#include <vtkImageDotProduct.h>

Inheritance diagram for vtkImageDotProduct:

Inheritance graph
[legend]
Collaboration diagram for vtkImageDotProduct:

Collaboration graph
[legend]

List of all members.


Detailed Description

Dot product of two vector images.

vtkImageDotProduct interprets the scalar components of two images as vectors and takes the dot product vector by vector (pixel by pixel).

Tests:
vtkImageDotProduct (Tests)

Definition at line 32 of file vtkImageDotProduct.h.


Public Types

typedef vtkThreadedImageAlgorithm Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
virtual void SetInput1 (vtkDataObject *in)
virtual void SetInput2 (vtkDataObject *in)

Static Public Member Functions

static vtkImageDotProductNew ()
static int IsTypeOf (const char *type)
static vtkImageDotProductSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkImageDotProduct ()
 ~vtkImageDotProduct ()
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual void ThreadedRequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)

Member Typedef Documentation

Reimplemented from vtkThreadedImageAlgorithm.

Definition at line 36 of file vtkImageDotProduct.h.


Constructor & Destructor Documentation

vtkImageDotProduct::vtkImageDotProduct (  )  [protected]

vtkImageDotProduct::~vtkImageDotProduct (  )  [inline, protected]

Definition at line 46 of file vtkImageDotProduct.h.


Member Function Documentation

static vtkImageDotProduct* vtkImageDotProduct::New (  )  [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkAlgorithm.

virtual const char* vtkImageDotProduct::GetClassName (  )  [virtual]

Reimplemented from vtkThreadedImageAlgorithm.

static int vtkImageDotProduct::IsTypeOf ( const char *  name  )  [static]

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.

virtual int vtkImageDotProduct::IsA ( const char *  name  )  [virtual]

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.

static vtkImageDotProduct* vtkImageDotProduct::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkThreadedImageAlgorithm.

virtual void vtkImageDotProduct::SetInput1 ( vtkDataObject in  )  [inline, virtual]

Set the two inputs to this filter

Definition at line 40 of file vtkImageDotProduct.h.

virtual void vtkImageDotProduct::SetInput2 ( vtkDataObject in  )  [inline, virtual]

Set the two inputs to this filter

Definition at line 41 of file vtkImageDotProduct.h.

virtual int vtkImageDotProduct::RequestInformation ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [protected, virtual]

Reimplemented from vtkImageAlgorithm.

virtual void vtkImageDotProduct::ThreadedRequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector,
vtkImageData ***  inData,
vtkImageData **  outData,
int  extent[6],
int  threadId 
) [protected, virtual]

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.


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

Generated on Sat Dec 27 13:29:32 2008 for VTK by  doxygen 1.5.6