LDM interface to optimize memory management of tiles . More...
#include <LDM/tiles/SoBufferAsyncNotifierInterface.h>
Public Member Functions | |
SoBufferAsyncNotifierInterface () | |
virtual bool | refetchNotify ()=0 |
Specialized buffer object classes may implement this interface to provide additional information about the contents of the buffer.
SoBufferObject SoCpuBufferCompressed SoCpuBufferUniform
SoBufferAsyncNotifierInterface::SoBufferAsyncNotifierInterface | ( | ) | [inline] |
Constructor.
virtual bool SoBufferAsyncNotifierInterface::refetchNotify | ( | ) | [pure virtual] |
Notify an object that a buffer implementing SoBufferAsyncInterface has change its state.
It allows for example to let LDM know that some new data are now available.