9 #ifndef RAMSES_DATAVECTOR3I_H
10 #define RAMSES_DATAVECTOR3I_H
50 friend class SceneImpl;
#define RAMSES_API
Definition: APIExport.h:35
The DataObject is a base class for data container for storing data in a scene.
Definition: DataObject.h:29
The DataVector3i data object stores a vector with 3 integer components within a scene.
Definition: DataVector3i.h:22
virtual ~DataVector3i()
Destructor of the DataVector3i.
DataVector3i(DataObjectImpl &pimpl)
Constructor of DataVector3i.
status_t setValue(int32_t x, int32_t y, int32_t z)
Sets/updates the stored values of the vector.
status_t getValue(int32_t &x, int32_t &y, int32_t &z) const
Gets all stored values of the vector.
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applicat...
Definition: AnimatedProperty.h:15
uint32_t status_t
Status is a handle to the result of an API call.
Definition: RamsesFrameworkTypes.h:26