Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkImageDotProduct Class Reference

Dot product of two vector images. More...

#include <vtkImageDotProduct.h>

Inheritance diagram for vtkImageDotProduct:

Inheritance graph
[legend]
Collaboration diagram for vtkImageDotProduct:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)

Static Public Methods

vtkImageDotProduct * New ()
int IsTypeOf (const char *type)
vtkImageDotProduct * SafeDownCast (vtkObject *o)

Protected Methods

 vtkImageDotProduct ()
 ~vtkImageDotProduct ()
 vtkImageDotProduct (const vtkImageDotProduct &)
void operator= (const vtkImageDotProduct &)
void ExecuteInformation (vtkImageData **inDatas, vtkImageData *outData)
void ExecuteInformation ()
void ThreadedExecute (vtkImageData **inDatas, vtkImageData *outData, int extent[6], int id)

Detailed Description

Dot product of two vector images.

Date:
2000/12/10 20:09:05
Revision:
1.20
Thanks:
Thanks to C. Charles Law who developed this class.
vtkImageDotProduct interprets the scalar components of two images as vectors and takes the dot product vector by vector (pixel by pixel).
Examples:
vtkImageDotProduct (examples)

Definition at line 61 of file vtkImageDotProduct.h.


Constructor & Destructor Documentation

vtkImageDotProduct::vtkImageDotProduct   [inline, protected]
 

Definition at line 68 of file vtkImageDotProduct.h.

vtkImageDotProduct::~vtkImageDotProduct   [inline, protected]
 

Definition at line 69 of file vtkImageDotProduct.h.

vtkImageDotProduct::vtkImageDotProduct const vtkImageDotProduct &    [inline, protected]
 

Definition at line 70 of file vtkImageDotProduct.h.


Member Function Documentation

vtkImageDotProduct* vtkImageDotProduct::New   [static]
 

Instantiate object with no start, end, or progress methods.

Reimplemented from vtkImageTwoInputFilter.

virtual const char* vtkImageDotProduct::GetClassName   [virtual]
 

Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkImageTwoInputFilter.

int vtkImageDotProduct::IsTypeOf const char *    type [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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkImageTwoInputFilter.

virtual int vtkImageDotProduct::IsA const char *    type [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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkImageTwoInputFilter.

vtkImageDotProduct* vtkImageDotProduct::SafeDownCast vtkObject   o [static]
 

Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkImageTwoInputFilter.

void vtkImageDotProduct::operator= const vtkImageDotProduct &    [inline, protected]
 

Definition at line 71 of file vtkImageDotProduct.h.

void vtkImageDotProduct::ExecuteInformation vtkImageData **    inDatas,
vtkImageData   outData
[protected, virtual]
 

Reimplemented from vtkImageMultipleInputFilter.

void vtkImageDotProduct::ExecuteInformation   [inline, protected, virtual]
 

Reimplemented from vtkImageMultipleInputFilter.

Definition at line 74 of file vtkImageDotProduct.h.

void vtkImageDotProduct::ThreadedExecute vtkImageData **    inDatas,
vtkImageData   outData,
int    extent[6],
int    id
[protected, virtual]
 

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.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 12:48:30 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001