osg::NodeGraph::IndexEdge Class Reference

#include <OSGNodeGraph.h>

List of all members.

Public Member Functions

Constructors


 IndexEdge (void)
 IndexEdge (int iv1, int iv2)
 IndexEdge (const IndexEdge &obj)
Destructors


 ~IndexEdge (void)

Public Attributes

int v1
int v2


Detailed Description

Definition at line 408 of file OSGNodeGraph.h.


Constructor & Destructor Documentation

osg::NodeGraph::IndexEdge::IndexEdge ( void   )  [inline]

Definition at line 419 of file OSGNodeGraph.h.

00419 : v1(0), v2(0) {;}

osg::NodeGraph::IndexEdge::IndexEdge ( int  iv1,
int  iv2 
) [inline]

Definition at line 420 of file OSGNodeGraph.h.

00420 : v1(iv1), v2(iv2) {;}

osg::NodeGraph::IndexEdge::IndexEdge ( const IndexEdge obj  )  [inline]

Definition at line 421 of file OSGNodeGraph.h.

00421 : v1(obj.v1), v2(obj.v2) {;}

osg::NodeGraph::IndexEdge::~IndexEdge ( void   )  [inline]

Definition at line 428 of file OSGNodeGraph.h.

00428 {;}


Member Data Documentation

Definition at line 412 of file OSGNodeGraph.h.

Definition at line 413 of file OSGNodeGraph.h.


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

Generated on Mon Mar 17 12:07:17 2008 for OpenSG by  doxygen 1.5.5