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;
Fast, simple class for representing and operating on 3D bounds.
provides implementation for most abstract methods in the superclass vtkCompositeDataSet
general representation of visualization data
abstract class to specify dataset behavior
Base class for graph data types.
Multiprocessing communication superclass.
hierarchical dataset of vtkUniformGrids
create wireframe outline (or corners) for arbitrary data set
void SetCornerFactor(double cornerFactor)
Set the corner factor to use when creating corner outline.
vtkPOutlineFilterInternals()=default
virtual ~vtkPOutlineFilterInternals()=default
void SetIsCornerSource(bool value)
Set whether or not to generate a corner outline.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Behave like a vtkAlgorithm::RequestData and compute the outline geometry based on the parameters and ...
void SetController(vtkMultiProcessController *)
Set the controller to be used.
concrete dataset represents vertices, lines, polygons, and triangle strips