RAMSES Documentation  27.0.130
Information for RAMSES users and developers
DataObject.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // Copyright (C) 2016 BMW Car IT GmbH
3 // -------------------------------------------------------------------------
4 // This Source Code Form is subject to the terms of the Mozilla Public
5 // License, v. 2.0. If a copy of the MPL was not distributed with this
6 // file, You can obtain one at https://mozilla.org/MPL/2.0/.
7 // -------------------------------------------------------------------------
8 
9 #ifndef RAMSES_DATAOBJECT_H
10 #define RAMSES_DATAOBJECT_H
11 
13 
14 namespace ramses
15 {
29  {
30  public:
34  class DataObjectImpl& impl;
35 
36  protected:
40  friend class SceneImpl;
41 
47  explicit DataObject(DataObjectImpl& pimpl);
48 
52  virtual ~DataObject();
53  };
54 }
55 
56 #endif
#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
virtual ~DataObject()
Destructor for a DataObject.
DataObject(DataObjectImpl &pimpl)
Constructor of DataObject.
class DataObjectImpl & impl
Definition: DataObject.h:34
The SceneObject is a base class for all client API objects owned by a Scene.
Definition: SceneObject.h:20
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applicat...
Definition: AnimatedProperty.h:15