23#if !defined SOCPUBUFFERBASICPROPERTY_H
24#define SOCPUBUFFERBASICPROPERTY_H
27#include <Inventor/devices/SoCpuBufferObject.h>
30#include <LDM/tiles/SoBufferPropertiesInterface.h>
46 SO_TYPED_CLASS_HEADER();
72 virtual void setMinMax (
const double& min,
const double& max);
90 virtual SoBufferObject* clone()
const;
SoBufferPropertiesInterface()
Default constructor.
SoCpuBufferBasicProperty()
Default constructor.
virtual size_t getRealSize() const
Returns the size of the buffer in bytes.
virtual void setMinMax(const double &min, const double &max)
Set the min and max values for this buffer.
virtual bool getMinMax(double &min, double &max)
Get the min and max values in the buffer, if they are known.
SoCpuBufferObject()
Default constructor.