 |
VTK
9.0.1
|
Go to the documentation of this file.
24 #ifndef vtkAMRSliceFilter_h
25 #define vtkAMRSliceFilter_h
27 #include "vtkFiltersAMRModule.h"
53 vtkSetMacro(OffsetFromOrigin,
double);
54 vtkGetMacro(OffsetFromOrigin,
double);
61 vtkSetMacro(MaxResolution,
unsigned int);
62 vtkGetMacro(MaxResolution,
unsigned int);
130 void ComputeCellCenter(
vtkUniformGrid* ug,
const int cellIdx,
double centroid[3]);
151 bool PlaneIntersectsAMRBox(
double plane[4],
double bounds[6]);
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.
a simple class to control print indentation
NormalTag
Tags to identify normals along the X, Y and Z directions.
hierarchical dataset of vtkUniformGrids
vtkMultiProcessController * Controller
std::vector< int > BlocksToLoad
unsigned int MaxResolution