|
VTK
|
#include <vtkGraph.h>


Public Member Functions | |
| vtkEdgeType () | |
| vtkEdgeType (vtkIdType s, vtkIdType t, vtkIdType id) | |
Public Attributes | |
| vtkIdType | Source |
| vtkIdType | Target |
Definition at line 276 of file vtkGraph.h.
| vtkEdgeType::vtkEdgeType | ( | ) | [inline] |
Definition at line 278 of file vtkGraph.h.
| vtkEdgeType::vtkEdgeType | ( | vtkIdType | s, |
| vtkIdType | t, | ||
| vtkIdType | id | ||
| ) | [inline] |
Definition at line 279 of file vtkGraph.h.
Definition at line 283 of file vtkGraph.h.
Definition at line 284 of file vtkGraph.h.
1.8.0