|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   35 #ifndef vtkImageDataLIC2D_h 
   36 #define vtkImageDataLIC2D_h 
   39 #include "vtkRenderingLICOpenGL2Module.h"  
   72   vtkSetMacro(Steps, 
int);
 
   73   vtkGetMacro(Steps, 
int);
 
   88   vtkSetMacro(StepSize, 
double);
 
   89   vtkGetMacro(StepSize, 
double);
 
   96   vtkSetMacro(Magnification, 
int);
 
   97   vtkGetMacro(Magnification, 
int);
 
  104   vtkGetMacro(OpenGLExtensionsSupported, 
int);
 
  107   void TranslateInputExtent(
const int* inExt, 
const int* inWholeExtent, 
int* outExt);
 
  
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.
vtkWeakPointer< vtkOpenGLRenderWindow > Context
Generic algorithm superclass for image algs.
Create an image filled with noise.
int OpenGLExtensionsSupported
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to translate the update extent requests from each output port ...
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
a simple class to control print indentation
vtkImageNoiseSource * NoiseSource
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkAlgorithm * New()
create a window for renderers to draw into
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Image Data type Casting Filter.