42#ifndef vtkStructuredGridLIC2D_h
43#define vtkStructuredGridLIC2D_h
45#include "vtkRenderingLICModule.h"
79 vtkGetMacro(Steps,
int);
96 vtkGetMacro(StepSize,
double);
104 vtkGetMacro(Magnification,
int);
111 vtkGetMacro( OpenGLExtensionsSupported,
int );
general representation of visualization data
Create an image filled with noise.
a simple class to control print indentation
create a window for renderers to draw into
Superclass for algorithms that produce only structured grid as output.
GPU implementation of a Line Integral Convolution, a technique for imaging vector fields.
int GetFBOSuccess()
Check if FBO is started properly.
int SetContext(vtkRenderWindow *context)
Get/Set the context.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkRenderWindow * GetContext()
int GetLICSuccess()
Check if LIC runs properly.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
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.
int RequestUpdateExtent(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkWeakPointer< vtkRenderWindow > Context
int OpenGLExtensionsSupported
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void AllocateOutputData(vtkDataObject *output, vtkInformation *outInfo)
Stolen from vtkImageAlgorithm.
~vtkStructuredGridLIC2D()
void AllocateScalars(vtkStructuredGrid *sg, vtkInformation *outInfo)
Stolen from vtkImageData.
vtkImageNoiseSource * NoiseSource
static vtkStructuredGridLIC2D * New()
topologically regular array of data
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.