OpenCMISS-Zinc C++ API Documentation
|
A derived stream resource describing a block of memory. More...
#include <stream.hpp>
Public Member Functions | |
StreamresourceMemory (cmzn_streamresource_memory_id streamresource_memory_id) | |
Public Member Functions inherited from OpenCMISS::Zinc::Streamresource | |
Streamresource (cmzn_streamresource_id in_streamresource_id) | |
Streamresource (const Streamresource &streamResource) | |
Streamresource & | operator= (const Streamresource &streamResource) |
bool | isValid () const |
cmzn_streamresource_id | getId () const |
StreamresourceFile | castFile () |
StreamresourceMemory | castMemory () |
Additional Inherited Members | |
Protected Attributes inherited from OpenCMISS::Zinc::Streamresource | |
cmzn_streamresource_id | id |
A derived stream resource describing a block of memory.
A derived stream resource describing a block of memory.