VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkImageLogarithmicScale Class Reference

Passes each pixel through log function. More...

#include <vtkImageLogarithmicScale.h>

Inherits vtkThreadedImageAlgorithm.

Public Types

typedef vtkThreadedImageAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkImageLogarithmicScaleNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetConstant (double)
 
virtual double GetConstant ()
 

Static Public Member Functions

static vtkImageLogarithmicScaleNew ()
 
static int IsTypeOf (const char *type)
 
static vtkImageLogarithmicScaleSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkImageLogarithmicScale ()
 
 ~vtkImageLogarithmicScale ()
 
void ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int outExt[6], int id)
 

Protected Attributes

double Constant
 

Detailed Description

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.

Member Typedef Documentation

typedef vtkThreadedImageAlgorithm vtkImageLogarithmicScale::Superclass

Definition at line 37 of file vtkImageLogarithmicScale.h.

Constructor & Destructor Documentation

vtkImageLogarithmicScale::vtkImageLogarithmicScale ( )
protected
vtkImageLogarithmicScale::~vtkImageLogarithmicScale ( )
inlineprotected

Definition at line 48 of file vtkImageLogarithmicScale.h.

Member Function Documentation

static vtkImageLogarithmicScale* vtkImageLogarithmicScale::New ( )
static
static int vtkImageLogarithmicScale::IsTypeOf ( const char *  type)
static
virtual int vtkImageLogarithmicScale::IsA ( const char *  type)
virtual
static vtkImageLogarithmicScale* vtkImageLogarithmicScale::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkImageLogarithmicScale::NewInstanceInternal ( ) const
protectedvirtual
vtkImageLogarithmicScale* vtkImageLogarithmicScale::NewInstance ( ) const
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

Member Data Documentation

double vtkImageLogarithmicScale::Constant
protected

Definition at line 48 of file vtkImageLogarithmicScale.h.


The documentation for this class was generated from the following file: