26 #ifndef vtkImageDataLIC2D_h
27 #define vtkImageDataLIC2D_h
30 #include "vtkRenderingLICOpenGL2Module.h"
33 VTK_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);
99 void TranslateInputExtent(
const int* inExt,
const int* inWholeExtent,
int* outExt);
141 VTK_ABI_NAMESPACE_END
Image Data type Casting Filter.
vtkWeakPointer< vtkOpenGLRenderWindow > Context
int OpenGLExtensionsSupported
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to translate the update extent requests from each output port ...
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
GPU implementation of a Line Integral Convolution, a technique for imaging vector fields...
Create an image filled with noise.
vtkImageNoiseSource * NoiseSource
create a window for renderers to draw into
int FillInputPortInformation(int port, vtkInformation *info) override
These method should be reimplemented by subclasses that have more than a single input or single outpu...
Generic algorithm superclass for image algs.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.