VTK  9.3.20240418
Public Member Functions | Public Attributes | List of all members
vtkEdgeBase Struct Reference

#include <vtkGraph.h>

Inheritance diagram for vtkEdgeBase:
[legend]

Public Member Functions

 vtkEdgeBase ()=default
 
 vtkEdgeBase (vtkIdType id)
 

Public Attributes

vtkIdType Id
 

Detailed Description

Definition at line 294 of file vtkGraph.h.

Constructor & Destructor Documentation

◆ vtkEdgeBase() [1/2]

vtkEdgeBase::vtkEdgeBase ( )
default

◆ vtkEdgeBase() [2/2]

vtkEdgeBase::vtkEdgeBase ( vtkIdType  id)
inline

Definition at line 297 of file vtkGraph.h.

Member Data Documentation

◆ Id

vtkIdType vtkEdgeBase::Id

Definition at line 301 of file vtkGraph.h.


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