Go to the documentation of this file.
45 #ifndef vtkStructuredGridLIC2D_h
46 #define vtkStructuredGridLIC2D_h
48 #include "vtkRenderingLICOpenGL2Module.h"
82 vtkSetMacro(Steps,
int);
83 vtkGetMacro(Steps,
int);
99 vtkSetMacro(StepSize,
double);
100 vtkGetMacro(StepSize,
double);
107 vtkSetClampMacro(Magnification,
int, 1,
VTK_INT_MAX);
108 vtkGetMacro(Magnification,
int);
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only structured grid as output.
static vtkStructuredGridAlgorithm * New()
vtkImageNoiseSource * NoiseSource
vtkOpenGLHelper * LICProgram
topologically regular array of data
Create an image filled with noise.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
int GetLICSuccess()
Check if LIC runs properly.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
int GetFBOSuccess()
Check if FBO is started properly.
a simple class to control print indentation
vtkWeakPointer< vtkRenderWindow > Context
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
create a window for renderers to draw into
general representation of visualization data
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.