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

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

osg ::IDString osg::BINWriter::FCInfo::type
 

Definition at line 86 of file OSGBINWriter.h.

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

FieldContainerPtr osg::BINWriter::FCInfo::ptr
 

Definition at line 87 of file OSGBINWriter.h.

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

BitVector osg::BINWriter::FCInfo::mask
 

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 Thu Aug 25 04:13:49 2005 for OpenSG by  doxygen 1.4.3