clip an image with a mask image
More...
#include <vtkImageToImageStencil.h>
clip an image with a mask image
vtkImageToImageStencil will convert a vtkImageData into an stencil that can be used with vtkImageStecil or other vtk classes that apply a stencil to an image.
- See Also
- vtkImageStencil vtkImplicitFunctionToImageStencil vtkPolyDataToImageStencil
- Tests:
- vtkImageToImageStencil (Tests)
Definition at line 37 of file vtkImageToImageStencil.h.
vtkImageToImageStencil::vtkImageToImageStencil |
( |
| ) |
|
|
protected |
vtkImageToImageStencil::~vtkImageToImageStencil |
( |
| ) |
|
|
protected |
static int vtkImageToImageStencil::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageToImageStencil::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageToImageStencil::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkImageToImageStencil::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
void vtkImageToImageStencil::SetInputData |
( |
vtkImageData * |
input | ) |
|
Specify the image data to convert into a stencil.
vtkImageData* vtkImageToImageStencil::GetInput |
( |
| ) |
|
Specify the image data to convert into a stencil.
void vtkImageToImageStencil::ThresholdByUpper |
( |
double |
thresh | ) |
|
The values greater than or equal to the value match.
void vtkImageToImageStencil::ThresholdByLower |
( |
double |
thresh | ) |
|
The values less than or equal to the value match.
void vtkImageToImageStencil::ThresholdBetween |
( |
double |
lower, |
|
|
double |
upper |
|
) |
| |
The values in a range (inclusive) match
virtual void vtkImageToImageStencil::SetUpperThreshold |
( |
double |
| ) |
|
|
virtual |
Get the Upper and Lower thresholds.
virtual double vtkImageToImageStencil::GetUpperThreshold |
( |
| ) |
|
|
virtual |
Get the Upper and Lower thresholds.
virtual void vtkImageToImageStencil::SetLowerThreshold |
( |
double |
| ) |
|
|
virtual |
Get the Upper and Lower thresholds.
virtual double vtkImageToImageStencil::GetLowerThreshold |
( |
| ) |
|
|
virtual |
Get the Upper and Lower thresholds.
virtual int vtkImageToImageStencil::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkImageToImageStencil::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkImageToImageStencil::RequestUpdateExtent |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkImageToImageStencil::FillInputPortInformation |
( |
int |
, |
|
|
vtkInformation * |
|
|
) |
| |
|
protectedvirtual |
double vtkImageToImageStencil::UpperThreshold |
|
protected |
double vtkImageToImageStencil::LowerThreshold |
|
protected |
double vtkImageToImageStencil::Threshold |
|
protected |
The documentation for this class was generated from the following file: