|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   27 #ifndef vtkTransformToGrid_h 
   28 #define vtkTransformToGrid_h 
   31 #include "vtkFiltersHybridModule.h"  
   55   vtkSetVector6Macro(GridExtent, 
int);
 
   56   vtkGetVector6Macro(GridExtent, 
int);
 
   63   vtkSetVector3Macro(GridOrigin, 
double);
 
   64   vtkGetVector3Macro(GridOrigin, 
double);
 
   71   vtkSetVector3Macro(GridSpacing, 
double);
 
   72   vtkGetVector3Macro(GridSpacing, 
double);
 
   79   vtkSetMacro(GridScalarType, 
int);
 
   80   vtkGetMacro(GridScalarType, 
int);
 
   97     this->UpdateShiftScale();
 
   98     return this->DisplacementScale;
 
  102     this->UpdateShiftScale();
 
  103     return this->DisplacementShift;
 
  130   void UpdateShiftScale();
 
  138   double GridOrigin[3];
 
  139   double GridSpacing[3];
 
  
Superclass for all sources, filters, and sinks in VTK.
#define VTK_UNSIGNED_SHORT
record modification and/or execution time
virtual vtkMTimeType GetMTime()
Return this object's modified time.
topologically and geometrically regular array of data
a simple class to control print indentation
#define VTK_UNSIGNED_CHAR
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
vtkTypeUInt32 vtkMTimeType