18#ifndef vtkTransformToGrid_h 
   19#define vtkTransformToGrid_h 
   22#include "vtkFiltersHybridModule.h"  
   25VTK_ABI_NAMESPACE_BEGIN
 
   47  vtkSetVector6Macro(GridExtent, 
int);
 
   48  vtkGetVector6Macro(GridExtent, 
int);
 
   55  vtkSetVector3Macro(GridOrigin, 
double);
 
   56  vtkGetVector3Macro(GridOrigin, 
double);
 
   63  vtkSetVector3Macro(GridSpacing, 
double);
 
   64  vtkGetVector3Macro(GridSpacing, 
double);
 
   71  vtkSetMacro(GridScalarType, 
int);
 
   72  vtkGetMacro(GridScalarType, 
int);
 
   89    this->UpdateShiftScale();
 
   90    return this->DisplacementScale;
 
   94    this->UpdateShiftScale();
 
   95    return this->DisplacementShift;
 
  130  double GridOrigin[3];
 
  131  double GridSpacing[3];
 
Superclass for all sources, filters, and sinks in VTK.
 
topologically and geometrically regular array of data
 
a simple class to control print indentation
 
record modification and/or execution time
 
#define VTK_UNSIGNED_CHAR
 
#define VTK_UNSIGNED_SHORT
 
vtkTypeUInt32 vtkMTimeType