VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
disaggregatedActuator.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 #pragma once
12 
14 #include <vector>
17 
29 {
30 public:
31 
34  DtDisaggregatedActuator(const DtString& name,
35  DtVrfObject* owner,
36  DtSimManager* simManager,
37  DtComponentDescriptor* desc = 0,
38  DtReaderWriterRegistry* parentRegistry = 0);
39 
41  virtual ~DtDisaggregatedActuator();
42 
45  virtual const char* type() const;
46 
50  virtual void tick();
51 
52 public:
53 
57  static DtSimComponent * creator(const DtString& name,
58  DtVrfObject* owner,
59  DtSimManager* simManager,
60  DtComponentDescriptor* desc = 0,
61  DtReaderWriterRegistry* parentRegistry = 0);
62 
63 protected:
64 
66  virtual void updateRepository(const DtAggregateSpatialDataConstPtr& spatialData);
67 
68 private:
71 
74 
77  const DtDisaggregatedActuator& orig);
78 
79 protected:
81 };
82 
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
const DtActuatorComponent & operator=(const DtActuatorComponent &orig)
assignment operator
DtAggregateActuator; updates the position, extent, bounding volume, and orientation of an aggregate e...
Definition: disaggregatedActuator.h:28
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
DtBoost::shared_ptr< const DtAggregateSpatialData > DtAggregateSpatialDataConstPtr
Definition: aggregateSpatialData.h:24
End User Description: DtActuator is the base class for all actuator model components.
Definition: actuatorComponent.h:48
Class DtAggregateSpatialData holds aggregate location, extent, and orientation data.
Definition: aggregateSpatialData.h:29
virtual void tick()
This gives the thread of control to the component.
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:67
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:103
DtAggregateSpatialData myCurrentSpatialData
Definition: disaggregatedActuator.h:80
virtual const char * type() const =0
Returns a string identifies the class type of component.

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)