osg::BINWriter::FCInfo Struct Reference

#include <OSGBINWriter.h>

List of all members.

Public Member Functions

 FCInfo (void)

Public Attributes

osg::IDString type
FieldContainerPtr ptr
BitVector mask


Detailed Description

Definition at line 84 of file OSGBINWriter.h.


Constructor & Destructor Documentation

BINWriter::FCInfo::FCInfo ( void   ) 

constructor

Definition at line 387 of file OSGBINWriter.cpp.

00387                             :
00388     type(OSG::IDString()),
00389     ptr(NullFC),
00390     mask(FieldBits::NoField)
00391 {
00392 }


Member Data Documentation

Definition at line 86 of file OSGBINWriter.h.

Referenced by osg::BINWriter::doIndexFC().

Definition at line 87 of file OSGBINWriter.h.

Referenced by osg::BINWriter::doIndexFC().

Definition at line 88 of file OSGBINWriter.h.

Referenced by osg::BINWriter::doIndexFC().


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

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