| 
    VTK
    9.5.20251103
    
   | 
 
#include "vtkCommonDataModelModule.h"#include "vtkDataObject.h"#include "vtkNew.h"#include "vtkWrappingHints.h"Go to the source code of this file.
Classes | |
| struct | vtkEdgeBase | 
| struct | vtkOutEdgeType | 
| struct | vtkInEdgeType | 
| struct | vtkEdgeType | 
| class | vtkGraph | 
| Base class for graph data types.  More... | |
Namespaces | |
| namespace | boost | 
| Forward declaration required for Boost serialization.  | |
Functions | |
| bool VTKCOMMONDATAMODEL_EXPORT | operator== (vtkEdgeBase e1, vtkEdgeBase e2) | 
| bool VTKCOMMONDATAMODEL_EXPORT | operator!= (vtkEdgeBase e1, vtkEdgeBase e2) | 
| VTKCOMMONDATAMODEL_EXPORT ostream & | operator<< (ostream &out, vtkEdgeBase e) | 
| bool VTKCOMMONDATAMODEL_EXPORT operator== | ( | vtkEdgeBase | e1, | 
| vtkEdgeBase | e2 | ||
| ) | 
| bool VTKCOMMONDATAMODEL_EXPORT operator!= | ( | vtkEdgeBase | e1, | 
| vtkEdgeBase | e2 | ||
| ) | 
| VTKCOMMONDATAMODEL_EXPORT ostream & operator<< | ( | ostream & | out, | 
| vtkEdgeBase | e | ||
| ) |