VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDynamicFeatureTickable.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvOsg/vrvOsg.h>
13 #include <vrvCore/DtTickable.h>
14 #include <vrvCore/DtUniqueID.h>
16 
17 namespace makVrv
18 {
19  class DtSceneObject;
20 
25  {
26  public:
28  virtual ~DtDynamicFeatureTickable();
29 
30  protected:
33 
36 
39 
43  unsigned int myNodeTypeIndex;
44 
48 
50  std::string myFeatureName;
51 
53  DtDynamicFeatureTickable(DtDe& de, DtElementID elementId, DtUniqueID sceneObjectId,
54  DtUniqueID uniqueId, unsigned int nodeTypeIndex);
55 
56  };
57 }
unsigned int myNodeTypeIndex
For the node type used in the tickable, the index in the instancing array for that node type (so we u...
Definition: DtDynamicFeatureTickable.h:43
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
DtDynamicFeatureTickable is a tickable with extra information from .meta files for parameters for upd...
Definition: DtDynamicFeatureTickable.h:24
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
An abstract base class for objects that require updates. This object automatically adds itself to a D...
Definition: DtTickable.h:26
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:23
Contains makVrv::DtVirtualBaseClass class.
std::string myFeatureName
The name of the feature in the .meta file.
Definition: DtDynamicFeatureTickable.h:50
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Contains the declaration for makVrv::DtTickable.
DtElementID myElementId
Object element id.
Definition: DtDynamicFeatureTickable.h:35
Contains makVrv::DtUniqueID type.
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
DtDe & myDe
The display engine.
Definition: DtDynamicFeatureTickable.h:32
DtUniqueID myUniqueId
For retrieving the instance state from the instance manager.
Definition: DtDynamicFeatureTickable.h:47
DtUniqueID mySceneObjectId
To retrieve the scene object if needed.
Definition: DtDynamicFeatureTickable.h:38

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)