32 #ifndef __vtkImageMask_h
33 #define __vtkImageMask_h
47 void SetMaskedOutputValue(
int num,
double *v);
50 {
double v[2]; v[0]=v1; v[1]=v2; this->SetMaskedOutputValue(2, v);}
52 {
double v[3]; v[0]=v1; v[1]=v2; v[2]=v3; this->SetMaskedOutputValue(3, v);}
61 vtkSetClampMacro ( MaskAlpha,
double, 0.0, 1.0 );
62 vtkGetMacro ( MaskAlpha,
double );
76 vtkSetMacro(NotMask,
int);
77 vtkGetMacro(NotMask,
int);
78 vtkBooleanMacro(NotMask,
int);
106 int extent[6],
int threadId);
double * GetMaskedOutputValue()
void SetMaskedOutputValue(double v1, double v2, double v3)
double * MaskedOutputValue
void SetMaskedOutputValue(double v1, double v2)
virtual void SetInput1(vtkDataObject *in)
Combines a mask and an image.
int MaskedOutputValueLength
void PrintSelf(ostream &os, vtkIndent indent)
int GetMaskedOutputValueLength()
Generic filter that has one input..
void SetMaskedOutputValue(double v)
void SetInput(vtkDataObject *)
a simple class to control print indentation
topologically and geometrically regular array of data
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
virtual void SetInput2(vtkDataObject *in)
static vtkAlgorithm * New()
general representation of visualization data