Class SoCpuBufferBasicProperty

All Implemented Interfaces:
SafeDisposable
Direct Known Subclasses:
SoCpuBufferAsyncBasicProperty

public class SoCpuBufferBasicProperty extends SoCpuBufferObject
LDM buffer object handling basic LDM tile information. This type of buffer represents a standard LDM tile.

SoBufferPropertiesInterface

See Also:
  • Constructor Details

    • SoCpuBufferBasicProperty

      public SoCpuBufferBasicProperty()
      Default constructor.
  • Method Details

    • setMinMax

      public void setMinMax(double min, double max)
      Set the min and max values for this buffer.

      Parameters:
      min - user variable containing min value

      max - user variable containing max value
    • getMinMax

      public double[] getMinMax()
      Get the min and max values in the buffer, if they are known.
      Returns false if these values have not been set or computed. Returns true if values are available.

      Parameters:
      min - user variable to store min value

      max - user variable to store max value
    • getRealSize

      public long getRealSize()
      Returns the size of the buffer in bytes.
      For this type of buffer the real size is the same as the size of the SoBufferObject.