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

#include <vtkGraph.h>

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

Public Member Functions

 vtkInEdgeType ()
 
 vtkInEdgeType (vtkIdType s, vtkIdType id)
 
- Public Member Functions inherited from vtkEdgeBase
 vtkEdgeBase ()
 
 vtkEdgeBase (vtkIdType id)
 

Public Attributes

vtkIdType Source
 
- Public Attributes inherited from vtkEdgeBase
vtkIdType Id
 

Detailed Description

Definition at line 267 of file vtkGraph.h.

Constructor & Destructor Documentation

vtkInEdgeType::vtkInEdgeType ( )
inline

Definition at line 269 of file vtkGraph.h.

vtkInEdgeType::vtkInEdgeType ( vtkIdType  s,
vtkIdType  id 
)
inline

Definition at line 270 of file vtkGraph.h.

Member Data Documentation

vtkIdType vtkInEdgeType::Source

Definition at line 273 of file vtkGraph.h.


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