Go to the documentation of this file.
52 #ifndef vtkGraphAnnotationLayersFilter_h
53 #define vtkGraphAnnotationLayersFilter_h
55 #include "vtkRenderingAnnotationModule.h"
141 #endif // vtkGraphAnnotationLayersFilter_h
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Set the input to vtkGraph and vtkAnnotationLayers.
void OutlineOn()
Produce outlines of the hulls on output port 1.
void SetHullShapeToBoundingRectangle()
Set the shape of the hulls to bounding rectangle.
void SetHullShapeToConvexHull()
Set the shape of the hulls to convex hull.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
appends one or more polygonal datasets together
static vtkGraphAnnotationLayersFilter * New()
~vtkGraphAnnotationLayersFilter() override
void SetMinHullSizeInWorld(double size)
Set the minimum x,y-dimensions of each hull in world coordinates.
void SetScaleFactor(double scale)
Scale each hull by the amount specified.
a simple class to control print indentation
void SetRenderer(vtkRenderer *renderer)
Renderer needed for MinHullSizeInDisplay calculation.
vtkMTimeType GetMTime() override
The modified time of this filter.
Produce filled convex hulls around subsets of vertices in a vtkGraph.
Produce filled convex hulls around a set of points.
abstract specification for renderers
void SetMinHullSizeInDisplay(int size)
Set the minimum x,y-dimensions of each hull in pixels.
vtkGraphAnnotationLayersFilter()
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only polydata as output.