|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   24 #ifndef vtkAMRCutPlane_h 
   25 #define vtkAMRCutPlane_h 
   27 #include "vtkFiltersAMRModule.h"  
   58   vtkSetVector3Macro(Center, 
double);
 
   65   vtkSetVector3Macro(
Normal, 
double);
 
   72   vtkSetMacro(LevelOfResolution, 
int);
 
   73   vtkGetMacro(LevelOfResolution, 
int);
 
   80   vtkSetMacro(UseNativeCutter, 
bool);
 
   81   vtkGetMacro(UseNativeCutter, 
bool);
 
   82   vtkBooleanMacro(UseNativeCutter, 
bool);
 
  139   void ExtractCellDataFromGrid(
 
  152   void InitializeCenter(
double min[3], 
double max[3]);
 
  158   bool PlaneIntersectsAMRBox(
vtkPlane* pl, 
double bounds[6]);
 
  159   bool PlaneIntersectsAMRBox(
double plane[4], 
double bounds[6]);
 
  
represent and manipulate 3D points
vtkMultiProcessController * Controller
perform various plane computations
represent and manipulate point attribute data
std::vector< int > BlocksToLoad
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
static vtkMultiBlockDataSetAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Composite dataset that organizes datasets into blocks.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Multiprocessing communication superclass.
abstract class to specify cell behavior
represent and manipulate cell attribute data
a simple class to control print indentation
object to represent cell connectivity
hierarchical dataset of vtkUniformGrids
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.