VTK
9.5.20250715
|
#include <vtkGraph.h>
Public Member Functions | |
vtkEdgeType ()=default | |
vtkEdgeType (vtkIdType s, vtkIdType t, vtkIdType id) | |
![]() | |
vtkEdgeBase ()=default | |
vtkEdgeBase (vtkIdType id) | |
Public Attributes | |
vtkIdType | Source |
vtkIdType | Target |
![]() | |
vtkIdType | Id |
Definition at line 328 of file vtkGraph.h.
|
default |
Definition at line 331 of file vtkGraph.h.
vtkIdType vtkEdgeType::Source |
Definition at line 337 of file vtkGraph.h.
vtkIdType vtkEdgeType::Target |
Definition at line 338 of file vtkGraph.h.