#include <OSGBINWriter.h>
Public Member Functions | |
| FCInfo (void) | |
Public Attributes | |
| osg::IDString | type |
| FieldContainerPtr | ptr |
| BitVector | mask |
Definition at line 84 of file OSGBINWriter.h.
| 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 }
1.5.5