23 #ifndef __vtkPOutlineFilterInternals_h
24 #define __vtkPOutlineFilterInternals_h
26 #include "vtkFiltersParallelModule.h"
35 class vtkInformationVector;
36 class vtkMultiProcessController;
47 void SetController(vtkMultiProcessController*);
48 int RequestData(vtkInformation *,
49 vtkInformationVector **,
50 vtkInformationVector *);
51 void SetCornerFactor(
double cornerFactor);
52 void SetIsCornerSource(
bool value);
59 int RequestData(vtkDataSet* ds,
vtkPolyData* output);
64 std::vector<vtkBoundingBox> BoundsList;
65 vtkMultiProcessController* Controller;
provides implementation for most abstract methods in the superclass vtkCompositeDataSet ...
concrete dataset represents vertices, lines, polygons, and triangle strips
create wireframe outline (or corners) for arbitrary data set
hierarchical dataset of vtkUniformGrids
general representation of visualization data
Fast Simple Class for dealing with 3D bounds.