49 #ifndef vtkGraphAnnotationLayersFilter_h
50 #define vtkGraphAnnotationLayersFilter_h
52 #include "vtkRenderingAnnotationModule.h"
74 void SetOutline(
bool b);
80 void SetScaleFactor(
double scale);
85 void SetHullShapeToBoundingRectangle();
90 void SetHullShapeToConvexHull();
96 void SetMinHullSizeInWorld(
double size);
102 void SetMinHullSizeInDisplay(
int size);
116 ~vtkGraphAnnotationLayersFilter() VTK_OVERRIDE;
122 vtkInformationVector *) VTK_OVERRIDE;
127 int FillInputPortInformation(
int port, vtkInformation*
info) VTK_OVERRIDE;
130 vtkGraphAnnotationLayersFilter(const vtkGraphAnnotationLayersFilter&) VTK_DELETE_FUNCTION;
131 void operator=(const vtkGraphAnnotationLayersFilter&) VTK_DELETE_FUNCTION;
138 #endif // vtkGraphAnnotationLayersFilter_h
vtkTypeUInt32 vtkMTimeType
abstract specification for renderers
Hold a reference to a vtkObjectBase instance.
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.
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.