#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.
|
|
constructor Definition at line 387 of file OSGBINWriter.cpp. 00387 : 00388 type(OSG::IDString()), 00389 ptr(NullFC), 00390 mask(FieldBits::NoField) 00391 { 00392 }
|
|
|
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(). |
1.4.3