![]() |
Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Subclass of vtkImageMathematics that adds the option to multiply an image by another image which has its scalar values scaled. More...
#include <Libs/MRML/Core/vtkImageMathematicsAddon.h>
Public Types | |
typedef vtkImageMathematics | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual double * | GetRange () |
virtual void | GetRange (double &, double &) |
virtual void | GetRange (double[2]) |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) override |
void | SetOperationToMultiplyByScaledRange () |
virtual void | SetRange (double, double) |
void | SetRange (double[2]) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkImageMathematicsAddon * | New () |
static vtkImageMathematicsAddon * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override |
void | ThreadedRequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int outExt[6], int threadId) override |
vtkImageMathematicsAddon () | |
~vtkImageMathematicsAddon () override | |
Protected Attributes | |
double | Range [2] = { 0.0, 1.0 } |
Subclass of vtkImageMathematics that adds the option to multiply an image by another image which has its scalar values scaled.
This class is a subclass of vtkImageMathematics that adds an additional operation:
In the long term, this class will be removed and the functionality should be added to vtkImageMathematics, if it is found to be useful.
Definition at line 40 of file vtkImageMathematicsAddon.h.
typedef vtkImageMathematics vtkImageMathematicsAddon::Superclass |
Definition at line 43 of file vtkImageMathematicsAddon.h.
|
protected |
|
overrideprotected |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
static |
|
override |
|
overrideprotected |
|
static |
|
inline |
Definition at line 47 of file vtkImageMathematicsAddon.h.
|
virtual |
void vtkImageMathematicsAddon::SetRange | ( | double | [2] | ) |
|
overrideprotected |
|
protected |
Definition at line 62 of file vtkImageMathematicsAddon.h.