VR-Forces 4.1.1 Class Documentation
mountingCtlr.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999-2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 #pragma once
11 
12 #include "vrfmodel/baseMountCtlr.h"
13 #include <matrix/vlVector.h>
14 
24 {
25 
26 public:
27 
30  DtMountingController(const DtString& name,
31  DtVrfObject* owner,
32  DtSimManager* simManager,
33  DtComponentDescriptor* desc = 0,
34  DtReaderWriterRegistry* parentRegistry = 0);
35 
37  virtual ~DtMountingController();
38 
41  virtual DtString type() const;
42 
43  virtual void findDesiredAzimuthAndElevation();
44 
47  virtual void setTargetPoint(const DtVector& localTargetPoint);
48  virtual const DtVector& targetPoint();
49 
53  virtual void findBodyAzimuthElevationToTargetPoint(const DtVector&
54  targetPointIn);
55 
59  static DtSimComponent * creator(const DtString& name,
60  DtVrfObject* owner,
61  DtSimManager* simManager,
62  DtComponentDescriptor* desc = 0,
63  DtReaderWriterRegistry* parentRegistry = 0);
64 
65 protected:
69 
72 
75  orig);
76 
77 protected:
78 
82 
83 };
84 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)