vtkImageMathematics Class Reference
#include <vtkImageMathematics.h>
Inheritance diagram for vtkImageMathematics:
[legend]Collaboration diagram for vtkImageMathematics:
[legend]List of all members.
Detailed Description
Add, subtract, multiply, divide, invert, sin, cos, exp, log.
vtkImageMathematics implements basic mathematic operations SetOperation is used to select the filters behavior. The filter can take two or one input.
- Tests:
- vtkImageMathematics (Tests)
Definition at line 55 of file vtkImageMathematics.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkImageMathematics::vtkImageMathematics |
( |
|
) |
[protected] |
|
Member Function Documentation
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
|
virtual const char* vtkImageMathematics::GetClassName |
( |
|
) |
[virtual] |
|
int vtkImageMathematics::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkImageTwoInputFilter.
|
virtual int vtkImageMathematics::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkImageTwoInputFilter.
|
void vtkImageMathematics::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 vtkImageTwoInputFilter.
|
virtual void vtkImageMathematics::SetOperation |
( |
int |
|
) |
[virtual] |
|
|
Set/Get the Operation to perform. |
virtual int vtkImageMathematics::GetOperation |
( |
|
) |
[virtual] |
|
|
Set/Get the Operation to perform. |
void vtkImageMathematics::SetOperationToAdd |
( |
|
) |
[inline] |
|
void vtkImageMathematics::SetOperationToSubtract |
( |
|
) |
[inline] |
|
void vtkImageMathematics::SetOperationToMultiply |
( |
|
) |
[inline] |
|
void vtkImageMathematics::SetOperationToDivide |
( |
|
) |
[inline] |
|
void vtkImageMathematics::SetOperationToConjugate |
( |
|
) |
[inline] |
|
void vtkImageMathematics::SetOperationToComplexMultiply |
( |
|
) |
[inline] |
|
void vtkImageMathematics::SetOperationToInvert |
( |
|
) |
[inline] |
|
void vtkImageMathematics::SetOperationToSin |
( |
|
) |
[inline] |
|
void vtkImageMathematics::SetOperationToCos |
( |
|
) |
[inline] |
|
void vtkImageMathematics::SetOperationToExp |
( |
|
) |
[inline] |
|
void vtkImageMathematics::SetOperationToLog |
( |
|
) |
[inline] |
|
void vtkImageMathematics::SetOperationToAbsoluteValue |
( |
|
) |
[inline] |
|
void vtkImageMathematics::SetOperationToSquare |
( |
|
) |
[inline] |
|
void vtkImageMathematics::SetOperationToSquareRoot |
( |
|
) |
[inline] |
|
void vtkImageMathematics::SetOperationToMin |
( |
|
) |
[inline] |
|
void vtkImageMathematics::SetOperationToMax |
( |
|
) |
[inline] |
|
void vtkImageMathematics::SetOperationToATAN |
( |
|
) |
[inline] |
|
void vtkImageMathematics::SetOperationToATAN2 |
( |
|
) |
[inline] |
|
void vtkImageMathematics::SetOperationToMultiplyByK |
( |
|
) |
[inline] |
|
void vtkImageMathematics::SetOperationToAddConstant |
( |
|
) |
[inline] |
|
void vtkImageMathematics::SetOperationToReplaceCByK |
( |
|
) |
[inline] |
|
virtual void vtkImageMathematics::SetConstantK |
( |
double |
|
) |
[virtual] |
|
virtual double vtkImageMathematics::GetConstantK |
( |
|
) |
[virtual] |
|
virtual void vtkImageMathematics::SetConstantC |
( |
double |
|
) |
[virtual] |
|
virtual double vtkImageMathematics::GetConstantC |
( |
|
) |
[virtual] |
|
virtual void vtkImageMathematics::SetDivideByZeroToC |
( |
int |
|
) |
[virtual] |
|
virtual int vtkImageMathematics::GetDivideByZeroToC |
( |
|
) |
[virtual] |
|
virtual void vtkImageMathematics::DivideByZeroToCOn |
( |
|
) |
[virtual] |
|
virtual void vtkImageMathematics::DivideByZeroToCOff |
( |
|
) |
[virtual] |
|
void vtkImageMathematics::ExecuteInformation |
( |
|
) |
[inline, protected, virtual] |
|
void vtkImageMathematics::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
The documentation for this class was generated from the following file: