40 #ifndef vtkGraphAnnotationLayersFilter_h
41 #define vtkGraphAnnotationLayersFilter_h
44 #include "vtkRenderingAnnotationModule.h"
47 VTK_ABI_NAMESPACE_BEGIN
65 void SetOutline(
bool b);
71 void SetScaleFactor(
double scale);
76 void SetHullShapeToBoundingRectangle();
81 void SetHullShapeToConvexHull();
87 void SetMinHullSizeInWorld(
double size);
93 void SetMinHullSizeInDisplay(
int size);
128 VTK_ABI_NAMESPACE_END
129 #endif // vtkGraphAnnotationLayersFilter_h
vtkTypeUInt32 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
abstract specification for renderers
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
appends one or more polygonal datasets together
virtual vtkMTimeType GetMTime()
Return this object's modified time.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Produce filled convex hulls around subsets of vertices in a vtkGraph.
Produce filled convex hulls around a set of points.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.