Class SoCpuBufferAsyncBasicProperty

All Implemented Interfaces:
SafeDisposable

public class SoCpuBufferAsyncBasicProperty extends SoCpuBufferBasicProperty
LDM buffer object handling basic LDM tile information and implementing asynchronous buffer interface. This type of buffer represents a standard LDM tile.

SoBufferAsyncInterface SoBufferPropertiesInterface

See Also:
  • Constructor Details

    • SoCpuBufferAsyncBasicProperty

      public SoCpuBufferAsyncBasicProperty()
      Default constructor.
  • Method Details

    • requestRefetch

      public void requestRefetch(SoBufferAsyncNotifierInterface asyncNotifier, double weight)
      Ask to initiate an ansynchronous load of the data if not already in memory. Application must call asyncNotifier->resourceChangeNotify() In order to let LDM for example know that some new data are available.
    • isInMemory

      public boolean isInMemory()
      Return true if the data attached to this buffer are not currently available.