22 #ifndef vtkResampledAMRImageSource_h 23 #define vtkResampledAMRImageSource_h 47 vtkSetVector3Macro(MaxDimensions,
int);
48 vtkGetVector3Macro(MaxDimensions,
int);
58 vtkSetVector6Macro(SpatialBounds,
double);
59 vtkGetVector6Macro(SpatialBounds,
double);
85 bool UpdateResampledVolume(
89 double SpatialBounds[6];
static vtkTrivialProducer * New()
vtkSmartPointer< vtkImageData > ResampledAMR
image data source that resamples an AMR dataset to produce the image data.
vtkSmartPointer< vtkPointData > ResampledAMRPointData
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
vtkSmartPointer< vtkIntArray > DonorLevel
#define VTKPVVTKEXTENSIONSFILTERSRENDERING_EXPORT
bool NeedsInitialization() const
Returns true if the resampler will reinitialize the volume in the next call to UpdateResampledVolume(...
void operator=(const vtkObjectBase &)