VR-Forces 4.2 Class Documentation
disaggregatedActuator.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 #pragma once
12 
13 #include "vrfobjcore/actCmpnt.h"
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 DtString 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 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)