35 #ifndef vtkImageDataLIC2D_h
36 #define vtkImageDataLIC2D_h
38 #include "vtkRenderingLICModule.h"
73 vtkGetMacro(Steps,
int);
89 vtkGetMacro(StepSize,
double);
97 vtkGetMacro(Magnification,
int);
104 vtkGetMacro(OpenGLExtensionsSupported,
int);
109 const int* inWholeExtent,
Generic algorithm superclass for image algs.
Image Data type Casting Filter.
GPU implementation of a Line Integral Convolution, a technique for imaging vector fields.
vtkShaderProgram2 * MagShader
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkRenderWindow * GetContext()
int OpenGLExtensionsSupported
int SetContext(vtkRenderWindow *context)
Get/Set the context.
vtkImageNoiseSource * NoiseSource
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to collect information from their inputs and set information f...
int RequestUpdateExtent(vtkInformation *vtkNotUsed(request), vtkInformationVector **inputVector, vtkInformationVector *vtkNotUsed(outputVector))
static vtkImageDataLIC2D * New()
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkWeakPointer< vtkRenderWindow > Context
void TranslateInputExtent(const int *inExt, const int *inWholeExtent, int *outExt)
Create an image filled with noise.
a simple class to control print indentation
create a window for renderers to draw into
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.