osg::BINLoader::FCInfoStruct Struct Reference

#include <OSGBINLoader.h>

List of all members.

Public Member Functions

 FCInfoStruct ()

Public Attributes

UInt32 newId
FieldContainerPtr ptr
bool read


Detailed Description

Definition at line 84 of file OSGBINLoader.h.


Constructor & Destructor Documentation

BINLoader::FCInfoStruct::FCInfoStruct ( void   ) 

constructor

Definition at line 294 of file OSGBINLoader.cpp.

00294                                         :
00295     newId(0),
00296     ptr(NullFC),
00297     read(false)
00298 {
00299 }


Member Data Documentation

Definition at line 86 of file OSGBINLoader.h.

Referenced by osg::BINLoader::createFieldContainers().

Definition at line 87 of file OSGBINLoader.h.

Referenced by osg::BINLoader::createFieldContainers().

Definition at line 88 of file OSGBINLoader.h.


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

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