|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   42 #ifndef vtkStructuredGridLIC2D_h 
   43 #define vtkStructuredGridLIC2D_h 
   45 #include "vtkRenderingLICOpenGL2Module.h"  
   78   vtkSetMacro(Steps, 
int);
 
   79   vtkGetMacro(Steps, 
int);
 
   95   vtkSetMacro(StepSize, 
double);
 
   96   vtkGetMacro(StepSize, 
double);
 
  103   vtkSetClampMacro(Magnification, 
int, 1, 
VTK_INT_MAX);
 
  104   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.