51 #ifndef __vtkGraphAnnotationLayersFilter_h
52 #define __vtkGraphAnnotationLayersFilter_h
54 #include "vtkInfovisCoreModule.h"
58 class vtkAppendPolyData;
74 void SetOutline(
bool b);
78 void SetScaleFactor(
double scale);
81 void SetHullShapeToBoundingRectangle();
84 void SetHullShapeToConvexHull();
88 void SetMinHullSizeInWorld(
double size);
92 void SetMinHullSizeInDisplay(
int size);
96 void SetRenderer(vtkRenderer* renderer);
124 #endif // __vtkGraphAnnotationLayersFilter_h
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
virtual unsigned long GetMTime()
a simple class to control print indentation
Produce filled convex hulls around subsets of vertices in a vtkGraph.
Produce filled convex hulls around a set of points.