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

vtkImageCheckerboard Class Reference

show two images at once using a checkboard pattern. More...

#include <vtkImageCheckerboard.h>

Inheritance diagram for vtkImageCheckerboard:

Inheritance graph
[legend]
Collaboration diagram for vtkImageCheckerboard:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetNumberOfDivisions (int, int, int)
virtual void SetNumberOfDivisions (int[3])
virtual int * GetNumberOfDivisions ()
virtual void GetNumberOfDivisions (int data[3])

Static Public Methods

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

Protected Methods

 vtkImageCheckerboard ()
 ~vtkImageCheckerboard ()
void ThreadedExecute (vtkImageData **inDatas, vtkImageData *outData, int extent[6], int id)

Protected Attributes

int NumberOfDivisions [3]

Detailed Description

show two images at once using a checkboard pattern.

Date:
2001/11/13 14:32:31
Revision:
1.4
Thanks:
This work was supported by PHS Research Grant No. 1 P41 RR13218-01 from the National Center for Research Resources
vtkImageCheckerboard displays two images as one using a checkerboard pattern. This filter can be used to compare two images. The checkerboard pattern is controlled by the NumberOfDivisions ivar. This controls the number of checkerboard divisions in the whole extent of the image.
Tests:
vtkImageCheckerboard (Tests)

Definition at line 63 of file vtkImageCheckerboard.h.


Constructor & Destructor Documentation

vtkImageCheckerboard::vtkImageCheckerboard   [protected]
 

vtkImageCheckerboard::~vtkImageCheckerboard   [inline, protected]
 

Definition at line 78 of file vtkImageCheckerboard.h.


Member Function Documentation

vtkImageCheckerboard* vtkImageCheckerboard::New   [static]
 

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

Reimplemented from vtkImageTwoInputFilter.

virtual const char* vtkImageCheckerboard::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 vtkImageCheckerboard::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 vtkImageCheckerboard::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.

vtkImageCheckerboard* vtkImageCheckerboard::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 vtkImageCheckerboard::PrintSelf ostream &    os,
vtkIndent    indent
[virtual]
 

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 vtkImageMultipleInputFilter.

virtual void vtkImageCheckerboard::SetNumberOfDivisions int   ,
int   ,
int   
[virtual]
 

Set/Get the number of divisions along each axis.

virtual void vtkImageCheckerboard::SetNumberOfDivisions int   [3] [virtual]
 

Set/Get the number of divisions along each axis.

virtual int* vtkImageCheckerboard::GetNumberOfDivisions   [virtual]
 

Set/Get the number of divisions along each axis.

virtual void vtkImageCheckerboard::GetNumberOfDivisions int    data[3] [virtual]
 

Set/Get the number of divisions along each axis.

void vtkImageCheckerboard::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.


Member Data Documentation

int vtkImageCheckerboard::NumberOfDivisions[3] [protected]
 

Definition at line 82 of file vtkImageCheckerboard.h.


The documentation for this class was generated from the following file:
Generated on Thu Mar 28 14:30:12 2002 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001