VTK
9.4.20241109
|
#include <vtkGraph.h>
Public Member Functions | |
vtkEdgeType ()=default | |
vtkEdgeType (vtkIdType s, vtkIdType t, vtkIdType id) | |
Public Member Functions inherited from vtkEdgeBase | |
vtkEdgeBase ()=default | |
vtkEdgeBase (vtkIdType id) | |
Public Attributes | |
vtkIdType | Source |
vtkIdType | Target |
Public Attributes inherited from vtkEdgeBase | |
vtkIdType | Id |
Definition at line 326 of file vtkGraph.h.
|
default |
Definition at line 329 of file vtkGraph.h.
vtkIdType vtkEdgeType::Source |
Definition at line 335 of file vtkGraph.h.
vtkIdType vtkEdgeType::Target |
Definition at line 336 of file vtkGraph.h.