VTK  9.2.6
vtkEdgeType Struct Reference

#include <vtkGraph.h>

Inheritance diagram for vtkEdgeType:
[legend]
Collaboration diagram for vtkEdgeType:
[legend]

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

Detailed Description

Definition at line 282 of file vtkGraph.h.

Constructor & Destructor Documentation

◆ vtkEdgeType() [1/2]

vtkEdgeType::vtkEdgeType ( )
default

◆ vtkEdgeType() [2/2]

vtkEdgeType::vtkEdgeType ( vtkIdType s,
vtkIdType t,
vtkIdType id )
inline

Definition at line 285 of file vtkGraph.h.

Member Data Documentation

◆ Source

vtkIdType vtkEdgeType::Source

Definition at line 291 of file vtkGraph.h.

◆ Target

vtkIdType vtkEdgeType::Target

Definition at line 292 of file vtkGraph.h.


The documentation for this struct was generated from the following file: