15#ifndef vtkPOutlineFilterInternals_h 
   16#define vtkPOutlineFilterInternals_h 
   19#include "vtkFiltersParallelModule.h"  
   22VTK_ABI_NAMESPACE_BEGIN
 
   80  std::vector<vtkBoundingBox> BoundsList;
 
   83  bool IsCornerSource = 
false;
 
   84  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
 
Hold a reference to a vtkObjectBase instance.