42 #ifndef vtkShepardMethod_h
43 #define vtkShepardMethod_h
60 double ComputeModelBounds(
double origin[3],
double ar[3]);
68 void SetSampleDimensions(
int i,
int j,
int k);
71 void SetSampleDimensions(
int dim[3]);
112 int SampleDimensions[3];
114 double ModelBounds[6];
#define vtkGetMacro(name, type)
#define vtkSetClampMacro(name, type, min, max)
#define vtkTypeMacro(thisClass, superclass)
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation(int port, vtkInformation *info)
#define vtkSetVector6Macro(name, type)
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
#define VTKIMAGINGHYBRID_EXPORT
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
sample unstructured points onto structured points using the method of Shepard
#define vtkGetVectorMacro(name, type, count)
#define vtkSetMacro(name, type)