osg::OBJSceneFileType::TiePoint Struct Reference

List of all members.

Public Member Functions

 TiePoint (Int32 v=-1, Int32 vt=-1, Int32 vn=-1)
void set (Int32 v=-1, Int32 vt=-1, Int32 vn=-1)

Public Attributes

Int32 index [3]


Detailed Description

Definition at line 165 of file OSGOBJSceneFileType.h.


Constructor & Destructor Documentation

osg::OBJSceneFileType::TiePoint::TiePoint ( Int32  v = -1,
Int32  vt = -1,
Int32  vn = -1 
) [inline]

Definition at line 168 of file OSGOBJSceneFileType.h.

00169             { index[0] = v; index[1] = vt; index[2] = vn; }


Member Function Documentation

void osg::OBJSceneFileType::TiePoint::set ( Int32  v = -1,
Int32  vt = -1,
Int32  vn = -1 
) [inline]

Definition at line 170 of file OSGOBJSceneFileType.h.

00171             { index[0] = v; index[1] = vt; index[2] = vn; }


Member Data Documentation

Definition at line 167 of file OSGOBJSceneFileType.h.


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

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