VTK
Public Attributes | List of all members
vtkVertexAdjacencyList Class Reference

#include <vtkGraphInternals.h>

Public Attributes

vtksys_stl::vector< vtkInEdgeTypeInEdges
 
vtksys_stl::vector< vtkOutEdgeTypeOutEdges
 

Detailed Description

Definition at line 40 of file vtkGraphInternals.h.

Member Data Documentation

vtksys_stl::vector<vtkInEdgeType> vtkVertexAdjacencyList::InEdges

Definition at line 43 of file vtkGraphInternals.h.

vtksys_stl::vector<vtkOutEdgeType> vtkVertexAdjacencyList::OutEdges

Definition at line 44 of file vtkGraphInternals.h.


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