27 #ifndef __vtkSurfaceLICPainter_h
28 #define __vtkSurfaceLICPainter_h
30 #include "vtkRenderingHybridOpenGLModule.h"
55 vtkSetMacro(Enable,
int);
56 vtkGetMacro(Enable,
int);
57 vtkBooleanMacro(Enable,
int);
65 void SetInputArrayToProcess(
int fieldAssociation,
const char *
name);
66 void SetInputArrayToProcess(
int fieldAssociation,
int fieldAttributeType);
76 vtkSetMacro( EnhancedLIC,
int );
77 vtkGetMacro( EnhancedLIC,
int );
78 vtkBooleanMacro( EnhancedLIC,
int );
83 vtkSetMacro(NumberOfSteps,
int);
84 vtkGetMacro(NumberOfSteps,
int);
89 vtkSetMacro(StepSize,
double);
90 vtkGetMacro(StepSize,
double);
97 vtkSetClampMacro(LICIntensity,
double, 0.0, 1.0);
98 vtkGetMacro(LICIntensity,
double);
103 int GetRenderingPreparationSuccess()
104 {
return this->RenderingPreparationSuccess; }
139 unsigned long typeflags,
bool forceCompileOnly);
144 bool PrepareOutput();
167 vtkInternals* Internals;