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

#include <vtkGraph.h>

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

Public Member Functions

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

Public Attributes

vtkIdType Source
 
vtkIdType Target
 
- Public Attributes inherited from vtkEdgeBase
vtkIdType Id
 

Detailed Description

Definition at line 276 of file vtkGraph.h.

Constructor & Destructor Documentation

vtkEdgeType::vtkEdgeType ( )
inline

Definition at line 278 of file vtkGraph.h.

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

Definition at line 279 of file vtkGraph.h.

Member Data Documentation

vtkIdType vtkEdgeType::Source

Definition at line 283 of file vtkGraph.h.

vtkIdType vtkEdgeType::Target

Definition at line 284 of file vtkGraph.h.


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