 |
VTK
9.1.0
|
Go to the documentation of this file.
27 #ifndef vtkPOutlineFilterInternals_h
28 #define vtkPOutlineFilterInternals_h
31 #include "vtkFiltersParallelModule.h"
91 std::vector<vtkBoundingBox> BoundsList;
94 bool IsCornerSource =
false;
95 double CornerFactor = 0.2;
provides implementation for most abstract methods in the superclass vtkCompositeDataSet
create wireframe outline (or corners) for arbitrary data set
void SetIsCornerSource(bool value)
Set whether or not to generate a corner outline.
void SetCornerFactor(double cornerFactor)
Set the corner factor to use when creating corner outline.
void SetController(vtkMultiProcessController *)
Set the controller to be used.
Fast, simple class for representing and operating on 3D bounds.
Multiprocessing communication superclass.
vtkPOutlineFilterInternals()=default
hierarchical dataset of vtkUniformGrids
abstract class to specify dataset behavior
concrete dataset represents vertices, lines, polygons, and triangle strips
Base class for graph data types.
general representation of visualization data
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Behave like a vtkAlgorithm::RequestData and compute the outline geometry based on the parameters and ...
virtual ~vtkPOutlineFilterInternals()=default