9 #ifndef vtkPVTransferFunction2DBox_h 10 #define vtkPVTransferFunction2DBox_h 47 virtual void SetBox(
double x,
double y,
double width,
double height);
48 virtual void SetBox(
const vtkRectd& b);
56 vtkSetVector4Macro(Color,
double);
57 vtkGetVector4Macro(Color,
double);
71 vtkSetVector2Macro(TextureSize,
int);
72 vtkGetVector2Macro(TextureSize,
int);
80 vtkSetMacro(GaussianSigmaFactor,
double);
81 vtkGetMacro(GaussianSigmaFactor,
double);
90 double Color[4] = { 1, 1, 1, 1 };
91 int TextureSize[2] = { 128, 128 };
92 double GaussianSigmaFactor = 30.0;
99 virtual void ComputeTexture();
106 #endif // vtkPVTransferFunction2DBox_h
#define VTKREMOTINGVIEWS_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
void operator=(const vtkObjectBase &)
Shape that represents an individual control node in a 2D transfer function.