27 #ifndef vtkAMRSliceFilter_h 28 #define vtkAMRSliceFilter_h 30 #include "vtkFiltersAMRModule.h" 57 vtkSetMacro(OffsetFromOrigin,
double);
58 vtkGetMacro(OffsetFromOrigin,
double);
65 vtkSetMacro(MaxResolution,
unsigned int);
66 vtkGetMacro(MaxResolution,
unsigned int);
74 X_NORMAL = 1, Y_NORMAL = 2, Z_NORMAL = 4
130 void ComputeCellCenter(
147 bool PlaneIntersectsAMRBox(
double plane[4],
double bounds[6] );
154 void ComputeAMRBlocksToLoad(
160 void GetAMRSliceInPlane(
A base class for all algorithms that take as input vtkOverlappingAMR and produce vtkOverlappingAMR.
Encloses a rectangular region of voxel like cells.
std::vector< int > BlocksToLoad
a simple class to control print indentation
NormalTag
Tags to identify normals along the X, Y and Z directions.
vtkMultiProcessController * Controller
perform various plane computations
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.