Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoLDMBufferObjectInterface Class Reference

Large Data Management LDM interface to optimize memory management of tiles . More...

#include <LDM/tiles/SoLDMBufferObjectInterface.h>

+ Inheritance diagram for SoLDMBufferObjectInterface:

Public Member Functions

 SoLDMBufferObjectInterface ()
 Default constructor.
 
virtual ~SoLDMBufferObjectInterface ()
 Destructor.
 
virtual void prefetch ()
 Simply expand the given buffer to OIV cache.
 

Detailed Description

Large Data Management LDM interface to optimize memory management of tiles .

Specialized buffer object classes may implement this interface to provide additional information about the contents of the buffer.

SEE ALSO

SoBufferObject SoCpuBufferCompressed SoCpuBufferUniform

Definition at line 46 of file SoLDMBufferObjectInterface.h.

Constructor & Destructor Documentation

◆ SoLDMBufferObjectInterface()

SoLDMBufferObjectInterface::SoLDMBufferObjectInterface ( )

Default constructor.

◆ ~SoLDMBufferObjectInterface()

virtual SoLDMBufferObjectInterface::~SoLDMBufferObjectInterface ( )
virtual

Destructor.

Member Function Documentation

◆ prefetch()

virtual void SoLDMBufferObjectInterface::prefetch ( )
virtual

Simply expand the given buffer to OIV cache.


The documentation for this class was generated from the following file: