Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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

int osg::NodeGraph::IndexEdge::v1
 

Definition at line 412 of file OSGNodeGraph.h.

int osg::NodeGraph::IndexEdge::v2
 

Definition at line 413 of file OSGNodeGraph.h.


The documentation for this class was generated from the following file:
Generated on Thu Aug 25 04:15:34 2005 for OpenSG by  doxygen 1.4.3