Go to the documentation of this file.
52 #ifndef vtkGraphAnnotationLayersFilter_h
53 #define vtkGraphAnnotationLayersFilter_h
55 #include "vtkRenderingAnnotationModule.h"
141 #endif // vtkGraphAnnotationLayersFilter_h
virtual vtkMTimeType GetMTime()
The modified time of this filter.
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.
vtkTypeUInt64 vtkMTimeType
appends one or more polygonal datasets together
static vtkGraphAnnotationLayersFilter * New()
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
int FillInputPortInformation(int port, vtkInformation *info)
Set the input to vtkGraph and vtkAnnotationLayers.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void SetRenderer(vtkRenderer *renderer)
Renderer needed for MinHullSizeInDisplay calculation.
Produce filled convex hulls around subsets of vertices in a vtkGraph.
Produce filled convex hulls around a set of points.
abstract specification for renderers
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
~vtkGraphAnnotationLayersFilter()
void SetMinHullSizeInDisplay(int size)
Set the minimum x,y-dimensions of each hull in pixels.
vtkGraphAnnotationLayersFilter()
Superclass for algorithms that produce only polydata as output.