51 #ifndef vtkGraphAnnotationLayersFilter_h
52 #define vtkGraphAnnotationLayersFilter_h
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);
124 #endif // vtkGraphAnnotationLayersFilter_h
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
abstract specification for renderers
#define VTKRENDERINGANNOTATION_EXPORT
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
appends one or more polygonal datasets together
Produce filled convex hulls around subsets of vertices in a vtkGraph.
Produce filled convex hulls around a set of points.