26#ifndef vtkImageDataLIC2D_h 
   27#define vtkImageDataLIC2D_h 
   30#include "vtkRenderingLICOpenGL2Module.h"  
   33VTK_ABI_NAMESPACE_BEGIN
 
   64  vtkSetMacro(Steps, 
int);
 
   65  vtkGetMacro(Steps, 
int);
 
   80  vtkSetMacro(StepSize, 
double);
 
   81  vtkGetMacro(StepSize, 
double);
 
   88  vtkSetMacro(Magnification, 
int);
 
   89  vtkGetMacro(Magnification, 
int);
 
   96  vtkGetMacro(OpenGLExtensionsSupported, 
int);
 
Generic algorithm superclass for image algs.
 
Image Data type Casting Filter.
 
GPU implementation of a Line Integral Convolution, a technique for imaging vector fields.
 
vtkRenderWindow * GetContext()
Get/Set the context.
 
int OpenGLExtensionsSupported
 
int SetContext(vtkRenderWindow *context)
Get/Set the context.
 
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
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)) override
 
vtkWeakPointer< vtkOpenGLRenderWindow > Context
 
~vtkImageDataLIC2D() override
 
static vtkImageDataLIC2D * New()
 
vtkImageNoiseSource * NoiseSource
 
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
 
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
 
a weak reference to a vtkObject.