VTK  9.3.20240416
Public Member Functions | Public Attributes | List of all members
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 326 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 329 of file vtkGraph.h.

Member Data Documentation

◆ Source

vtkIdType vtkEdgeType::Source

Definition at line 335 of file vtkGraph.h.

◆ Target

vtkIdType vtkEdgeType::Target

Definition at line 336 of file vtkGraph.h.


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