Passes each pixel through log function.
More...
#include <vtkImageLogarithmicScale.h>
Inherits vtkThreadedImageAlgorithm.
Passes each pixel through log function.
vtkImageLogarithmicScale passes each pixel through the function c*log(1+x). It also handles negative values with the function -c*log(1-x).
- Tests:
- vtkImageLogarithmicScale (Tests)
Definition at line 33 of file vtkImageLogarithmicScale.h.
vtkImageLogarithmicScale::vtkImageLogarithmicScale |
( |
| ) |
|
|
protected |
vtkImageLogarithmicScale::~vtkImageLogarithmicScale |
( |
| ) |
|
|
inlineprotected |
static int vtkImageLogarithmicScale::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageLogarithmicScale::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageLogarithmicScale::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkImageLogarithmicScale::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkImageLogarithmicScale::SetConstant |
( |
double |
| ) |
|
|
virtual |
Set/Get the scale factor for the logarithmic function.
virtual double vtkImageLogarithmicScale::GetConstant |
( |
| ) |
|
|
virtual |
Set/Get the scale factor for the logarithmic function.
void vtkImageLogarithmicScale::ThreadedExecute |
( |
vtkImageData * |
inData, |
|
|
vtkImageData * |
outData, |
|
|
int |
outExt[6], |
|
|
int |
id |
|
) |
| |
|
protected |
double vtkImageLogarithmicScale::Constant |
|
protected |
The documentation for this class was generated from the following file: