33 #ifndef vtkGraphEdge_h 34 #define vtkGraphEdge_h 51 vtkGetMacro(Source, vtkIdType);
59 vtkGetMacro(Target, vtkIdType);
67 vtkGetMacro(Id, vtkIdType);
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Representation of a single graph edge.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
#define VTKCOMMONDATAMODEL_EXPORT