VTK  9.2.6
vtkInEdgeType Struct Reference

#include <vtkGraph.h>

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

Public Member Functions

 vtkInEdgeType ()=default
 vtkInEdgeType (vtkIdType s, vtkIdType id)
Public Member Functions inherited from vtkEdgeBase
 vtkEdgeBase ()=default
 vtkEdgeBase (vtkIdType id)

Public Attributes

vtkIdType Source
Public Attributes inherited from vtkEdgeBase
vtkIdType Id

Detailed Description

Definition at line 271 of file vtkGraph.h.

Constructor & Destructor Documentation

◆ vtkInEdgeType() [1/2]

vtkInEdgeType::vtkInEdgeType ( )
default

◆ vtkInEdgeType() [2/2]

vtkInEdgeType::vtkInEdgeType ( vtkIdType s,
vtkIdType id )
inline

Definition at line 274 of file vtkGraph.h.

Member Data Documentation

◆ Source

vtkIdType vtkInEdgeType::Source

Definition at line 279 of file vtkGraph.h.


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