32 #ifndef __vtkImageMask_h
33 #define __vtkImageMask_h
48 void SetMaskedOutputValue(
int num,
double *
v);
51 {
double v[2]; v[0]=
v1; v[1]=
v2; this->SetMaskedOutputValue(2, v);}
53 {
double v[3]; v[0]=
v1; v[1]=
v2; v[2]=
v3; this->SetMaskedOutputValue(3, v);}
107 int extent[6],
int threadId);
double * GetMaskedOutputValue()
void SetMaskedOutputValue(double v1, double v2, double v3)
double * MaskedOutputValue
#define vtkGetMacro(name, type)
void SetMaskedOutputValue(double v1, double v2)
#define vtkSetClampMacro(name, type, min, max)
virtual void SetInput1Data(vtkDataObject *in)
void SetInputData(vtkDataObject *)
#define vtkTypeMacro(thisClass, superclass)
Combines a mask and an image.
int MaskedOutputValueLength
void PrintSelf(ostream &os, vtkIndent indent)
int GetMaskedOutputValueLength()
Generic filter that has one input..
GLfloat GLfloat GLfloat GLfloat v3
GLfloat GLfloat GLfloat v2
void SetMaskedOutputValue(double v)
a simple class to control print indentation
topologically and geometrically regular array of data
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKIMAGINGCORE_EXPORT
virtual void SetInput2Data(vtkDataObject *in)
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
static vtkAlgorithm * New()
#define vtkBooleanMacro(name, type)
general representation of visualization data
#define vtkSetMacro(name, type)