|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   49 #ifndef vtkGraphAnnotationLayersFilter_h 
   50 #define vtkGraphAnnotationLayersFilter_h 
   53 #include "vtkRenderingAnnotationModule.h"  
   73   void SetOutline(
bool b);
 
   79   void SetScaleFactor(
double scale);
 
   84   void SetHullShapeToBoundingRectangle();
 
   89   void SetHullShapeToConvexHull();
 
   95   void SetMinHullSizeInWorld(
double size);
 
  101   void SetMinHullSizeInDisplay(
int size);
 
  136 #endif // vtkGraphAnnotationLayersFilter_h 
  
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
appends one or more polygonal datasets together
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Produce filled convex hulls around subsets of vertices in a vtkGraph.
Produce filled convex hulls around a set of points.
abstract specification for renderers
static vtkPolyDataAlgorithm * New()
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only polydata as output.