27 #ifndef __vtkSurfaceLICPainter_h
28 #define __vtkSurfaceLICPainter_h
54 vtkSetMacro(Enable,
int);
55 vtkGetMacro(Enable,
int);
56 vtkBooleanMacro(Enable,
int);
64 void SetInputArrayToProcess(
int fieldAssociation,
const char *
name);
65 void SetInputArrayToProcess(
int fieldAssociation,
int fieldAttributeType);
75 vtkSetMacro( EnhancedLIC,
int );
76 vtkGetMacro( EnhancedLIC,
int );
77 vtkBooleanMacro( EnhancedLIC,
int );
82 vtkSetMacro(NumberOfSteps,
int);
83 vtkGetMacro(NumberOfSteps,
int);
88 vtkSetMacro(StepSize,
double);
89 vtkGetMacro(StepSize,
double);
96 vtkSetClampMacro(LICIntensity,
double, 0.0, 1.0);
97 vtkGetMacro(LICIntensity,
double);
102 int GetRenderingPreparationSuccess()
103 {
return this->RenderingPreparationSuccess; }
138 unsigned long typeflags,
bool forceCompileOnly);
143 bool PrepareOutput();
166 vtkInternals* Internals;