show two images at once using a checkboard pattern
More...
#include <vtkImageCheckerboard.h>
Inherits vtkThreadedImageAlgorithm.
show two images at once using a checkboard pattern
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 35 of file vtkImageCheckerboard.h.
vtkImageCheckerboard::vtkImageCheckerboard |
( |
| ) |
|
|
protected |
vtkImageCheckerboard::~vtkImageCheckerboard |
( |
| ) |
|
|
inlineprotected |
static int vtkImageCheckerboard::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageCheckerboard::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageCheckerboard::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkImageCheckerboard::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
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.
virtual void vtkImageCheckerboard::SetInput1Data |
( |
vtkDataObject * |
in | ) |
|
|
inlinevirtual |
virtual void vtkImageCheckerboard::SetInput2Data |
( |
vtkDataObject * |
in | ) |
|
|
inlinevirtual |
virtual void vtkImageCheckerboard::ThreadedRequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector, |
|
|
vtkImageData *** |
inData, |
|
|
vtkImageData ** |
outData, |
|
|
int |
extent[6], |
|
|
int |
threadId |
|
) |
| |
|
protectedvirtual |
int vtkImageCheckerboard::NumberOfDivisions[3] |
|
protected |
The documentation for this class was generated from the following file: