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