15 #ifndef vtkAMRSliceFilter_h
16 #define vtkAMRSliceFilter_h
18 #include "vtkFiltersAMRModule.h"
23 VTK_ABI_NAMESPACE_BEGIN
45 vtkSetMacro(OffsetFromOrigin,
double);
46 vtkGetMacro(OffsetFromOrigin,
double);
53 vtkSetMacro(MaxResolution,
unsigned int);
54 vtkGetMacro(MaxResolution,
unsigned int);
122 void ComputeCellCenter(
vtkUniformGrid* ug,
int cellIdx,
double centroid[3]);
143 bool PlaneIntersectsAMRBox(
double plane[4],
double bounds[6]);
179 VTK_ABI_NAMESPACE_END
A base class for all algorithms that take as input vtkOverlappingAMR and produce vtkOverlappingAMR.
Encloses a rectangular region of voxel like cells.
a simple class to control print indentation
vtkMultiProcessController * Controller
perform various plane computations
NormalTag
Tags to identify normals along the X, Y and Z directions.
std::vector< int > BlocksToLoad
hierarchical dataset of vtkUniformGrids
A concrete instance of vtkOverlappingAMRAlgorithm which implements functionality for extracting slice...
int FillOutputPortInformation(int port, vtkInformation *info) override
See algorithm for more info.
static vtkOverlappingAMRAlgorithm * New()
int FillInputPortInformation(int port, vtkInformation *info) override
See algorithm for more info.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
unsigned int MaxResolution
Multiprocessing communication superclass.