VTK  9.3.20240420
Public Member Functions | Public Attributes | List of all members
vtkOutEdgeType Struct Reference

#include <vtkGraph.h>

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

Public Member Functions

 vtkOutEdgeType ()=default
 
 vtkOutEdgeType (vtkIdType t, vtkIdType id)
 
- Public Member Functions inherited from vtkEdgeBase
 vtkEdgeBase ()=default
 
 vtkEdgeBase (vtkIdType id)
 

Public Attributes

vtkIdType Target
 
- Public Attributes inherited from vtkEdgeBase
vtkIdType Id
 

Detailed Description

Definition at line 304 of file vtkGraph.h.

Constructor & Destructor Documentation

◆ vtkOutEdgeType() [1/2]

vtkOutEdgeType::vtkOutEdgeType ( )
default

◆ vtkOutEdgeType() [2/2]

vtkOutEdgeType::vtkOutEdgeType ( vtkIdType  t,
vtkIdType  id 
)
inline

Definition at line 307 of file vtkGraph.h.

Member Data Documentation

◆ Target

vtkIdType vtkOutEdgeType::Target

Definition at line 312 of file vtkGraph.h.


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