Go to the documentation of this file.
32 #ifndef vtkImageMask_h
33 #define vtkImageMask_h
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 * MaskedOutputValue
GLfloat GLfloat GLfloat GLfloat v3
GLfloat GLfloat GLfloat v2
virtual void SetInput1Data(vtkDataObject *in)
#define vtkTypeMacro(thisClass, superclass)
Combines a mask and an image.
Generic filter that has one input..
void SetMaskInputData(vtkImageData *in)
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetMaskedOutputValue(double v)
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
void SetInputData(vtkDataObject *)
#define vtkSetClampMacro(name, type, min, max)
void PrintSelf(ostream &os, vtkIndent indent)
void SetMaskedOutputValue(int num, double *v)
void SetMaskedOutputValue(double v1, double v2)
int MaskedOutputValueLength
topologically and geometrically regular array of data
a simple class to control print indentation
int GetMaskedOutputValueLength()
#define vtkGetMacro(name, type)
static vtkImageMask * New()
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void SetImageInputData(vtkImageData *in)
virtual void SetInput2Data(vtkDataObject *in)
double * GetMaskedOutputValue()
#define VTKIMAGINGCORE_EXPORT
general representation of visualization data
void SetMaskedOutputValue(double v1, double v2, double v3)