And, or, xor, nand, nor, not.
More...
#include <vtkImageLogic.h>
Inherits vtkThreadedImageAlgorithm.
And, or, xor, nand, nor, not.
vtkImageLogic implements basic logic operations. SetOperation is used to select the filter's behavior. The filter can take two or one input. Inputs must have the same type.
- Tests:
- vtkImageLogic (Tests)
Definition at line 44 of file vtkImageLogic.h.
vtkImageLogic::vtkImageLogic |
( |
| ) |
|
|
protected |
vtkImageLogic::~vtkImageLogic |
( |
| ) |
|
|
inlineprotected |
static int vtkImageLogic::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageLogic::IsA |
( |
const char * |
type | ) |
|
|
virtual |
static vtkImageLogic* vtkImageLogic::SafeDownCast |
( |
vtkObjectBase * |
o | ) |
|
|
static |
virtual vtkObjectBase* vtkImageLogic::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkImageLogic::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkImageLogic::SetOperation |
( |
int |
| ) |
|
|
virtual |
Set/Get the Operation to perform.
virtual int vtkImageLogic::GetOperation |
( |
| ) |
|
|
virtual |
Set/Get the Operation to perform.
void vtkImageLogic::SetOperationToAnd |
( |
| ) |
|
|
inline |
void vtkImageLogic::SetOperationToOr |
( |
| ) |
|
|
inline |
void vtkImageLogic::SetOperationToXor |
( |
| ) |
|
|
inline |
void vtkImageLogic::SetOperationToNand |
( |
| ) |
|
|
inline |
void vtkImageLogic::SetOperationToNor |
( |
| ) |
|
|
inline |
void vtkImageLogic::SetOperationToNot |
( |
| ) |
|
|
inline |
virtual void vtkImageLogic::SetOutputTrueValue |
( |
double |
| ) |
|
|
virtual |
Set the value to use for true in the output.
virtual double vtkImageLogic::GetOutputTrueValue |
( |
| ) |
|
|
virtual |
Set the value to use for true in the output.
virtual void vtkImageLogic::SetInput1Data |
( |
vtkDataObject * |
input | ) |
|
|
inlinevirtual |
virtual void vtkImageLogic::SetInput2Data |
( |
vtkDataObject * |
input | ) |
|
|
inlinevirtual |
void vtkImageLogic::ThreadedRequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector, |
|
|
vtkImageData *** |
inData, |
|
|
vtkImageData ** |
outData, |
|
|
int |
ext[6], |
|
|
int |
id |
|
) |
| |
|
protected |
virtual int vtkImageLogic::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
int vtkImageLogic::Operation |
|
protected |
double vtkImageLogic::OutputTrueValue |
|
protected |
The documentation for this class was generated from the following file: