|
VTK
|
#include <vtkGraph.h>


Public Member Functions | |
| vtkEdgeType () | |
| vtkEdgeType (vtkIdType s, vtkIdType t, vtkIdType id) | |
Public Attributes | |
| vtkIdType | Source |
| vtkIdType | Target |
Definition at line 275 of file vtkGraph.h.
| vtkEdgeType::vtkEdgeType | ( | ) | [inline] |
Definition at line 277 of file vtkGraph.h.
Definition at line 278 of file vtkGraph.h.
Definition at line 282 of file vtkGraph.h.
Definition at line 283 of file vtkGraph.h.
1.7.5.1