VTK
Public Member Functions | Public Attributes
vtkEdgeType Struct Reference

#include <vtkGraph.h>

Inheritance diagram for vtkEdgeType:
Inheritance graph
[legend]
Collaboration diagram for vtkEdgeType:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 vtkEdgeType ()
 vtkEdgeType (vtkIdType s, vtkIdType t, vtkIdType id)

Public Attributes

vtkIdType Source
vtkIdType Target

Detailed Description

Definition at line 275 of file vtkGraph.h.


Constructor & Destructor Documentation

vtkEdgeType::vtkEdgeType ( ) [inline]

Definition at line 277 of file vtkGraph.h.

vtkEdgeType::vtkEdgeType ( vtkIdType  s,
vtkIdType  t,
vtkIdType  id 
) [inline]

Definition at line 278 of file vtkGraph.h.


Member Data Documentation

Definition at line 282 of file vtkGraph.h.

Definition at line 283 of file vtkGraph.h.


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