#include <OSGBinaryDataHandler.h>
Public Member Functions | |
| MemoryBlock (MemoryHandle m, UInt32 s, UInt32 ds=0) | |
| MemoryHandle | getMem (void) |
| void | setMem (MemoryHandle m) |
| UInt32 | getSize (void) |
| void | setSize (UInt32 dataSize) |
| UInt32 | getDataSize (void) |
| void | setDataSize (UInt32 dataSize) |
Private Attributes | |
| MemoryHandle | _mem |
| UInt32 | _size |
| UInt32 | _dataSize |
Definition at line 191 of file OSGBinaryDataHandler.h.
| osg::BinaryDataHandler::MemoryBlock::MemoryBlock | ( | MemoryHandle | m, | |
| UInt32 | s, | |||
| UInt32 | ds = 0 | |||
| ) | [inline] |
| MemoryHandle osg::BinaryDataHandler::MemoryBlock::getMem | ( | void | ) | [inline] |
Definition at line 776 of file OSGBinaryDataHandler.inl.
References _mem.
00777 { 00778 return _mem; 00779 }
| void osg::BinaryDataHandler::MemoryBlock::setMem | ( | MemoryHandle | m | ) | [inline] |
Definition at line 782 of file OSGBinaryDataHandler.inl.
References _mem.
00783 { 00784 _mem = mem; 00785 }
| UInt32 osg::BinaryDataHandler::MemoryBlock::getSize | ( | void | ) | [inline] |
Definition at line 788 of file OSGBinaryDataHandler.inl.
References _size.
00789 { 00790 return _size; 00791 }
| void osg::BinaryDataHandler::MemoryBlock::setSize | ( | UInt32 | dataSize | ) | [inline] |
Definition at line 794 of file OSGBinaryDataHandler.inl.
References _size.
00795 { 00796 _size = size; 00797 }
| UInt32 osg::BinaryDataHandler::MemoryBlock::getDataSize | ( | void | ) | [inline] |
Definition at line 800 of file OSGBinaryDataHandler.inl.
References _dataSize.
00801 { 00802 return _dataSize; 00803 }
| void osg::BinaryDataHandler::MemoryBlock::setDataSize | ( | UInt32 | dataSize | ) | [inline] |
Definition at line 806 of file OSGBinaryDataHandler.inl.
References _dataSize.
00807 { 00808 _dataSize = dataSize; 00809 }
Definition at line 210 of file OSGBinaryDataHandler.h.
Referenced by getDataSize(), and setDataSize().
1.5.5