Go to the documentation of this file.
24 #ifndef vtkAMRSliceFilter_h
25 #define vtkAMRSliceFilter_h
27 #include "vtkFiltersAMRModule.h"
54 vtkSetMacro(OffsetFromOrigin,
double);
55 vtkGetMacro(OffsetFromOrigin,
double);
62 vtkSetMacro(MaxResolution,
unsigned int);
63 vtkGetMacro(MaxResolution,
unsigned int);
71 X_NORMAL = 1, Y_NORMAL = 2, Z_NORMAL = 4
127 void ComputeCellCenter(
144 bool PlaneIntersectsAMRBox(
double plane[4],
double bounds[6] );
151 void ComputeAMRBlocksToLoad(
157 void GetAMRSliceInPlane(
Encloses a rectangular region of voxel like cells.
perform various plane computations
static vtkOverlappingAMRAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillOutputPortInformation(int port, vtkInformation *info) override
See algorithm for more info.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Multiprocessing communication superclass.
std::vector< int > BlocksToLoad
a simple class to control print indentation
hierarchical dataset of vtkUniformGrids
NormalTag
Tags to identify normals along the X, Y and Z directions.
vtkMultiProcessController * Controller
unsigned int MaxResolution