VTK  9.3.20240418
Public Attributes | List of all members
vtkVertexAdjacencyList Class Reference

#include <vtkGraphInternals.h>

Public Attributes

std::vector< vtkInEdgeTypeInEdges
 
std::vector< vtkOutEdgeTypeOutEdges
 

Detailed Description

Definition at line 28 of file vtkGraphInternals.h.

Member Data Documentation

◆ InEdges

std::vector<vtkInEdgeType> vtkVertexAdjacencyList::InEdges

Definition at line 31 of file vtkGraphInternals.h.

◆ OutEdges

std::vector<vtkOutEdgeType> vtkVertexAdjacencyList::OutEdges

Definition at line 32 of file vtkGraphInternals.h.


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