VTK  9.1.0
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 42 of file vtkGraphInternals.h.

Member Data Documentation

◆ InEdges

std::vector<vtkInEdgeType> vtkVertexAdjacencyList::InEdges

Definition at line 45 of file vtkGraphInternals.h.

◆ OutEdges

std::vector<vtkOutEdgeType> vtkVertexAdjacencyList::OutEdges

Definition at line 46 of file vtkGraphInternals.h.


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