42 #ifndef vtkShepardMethod_h
43 #define vtkShepardMethod_h
60 double ComputeModelBounds(
double origin[3],
double ar[3]);
64 vtkGetVectorMacro(SampleDimensions,
int,3);
68 void SetSampleDimensions(
int i,
int j,
int k);
71 void SetSampleDimensions(
int dim[3]);
79 vtkSetClampMacro(MaximumDistance,
double,0.0,1.0);
80 vtkGetMacro(MaximumDistance,
double);
85 vtkSetVector6Macro(ModelBounds,
double);
86 vtkGetVectorMacro(ModelBounds,
double,6);
92 vtkSetMacro(NullValue,
double);
93 vtkGetMacro(NullValue,
double);
112 int SampleDimensions[3];
114 double ModelBounds[6];
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation(int port, vtkInformation *info)
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