VR-Forces 4.2 Class Documentation
updateRepositoryInputPortGroup.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 
15 class DtVector;
16 class DtTaitBryan;
17 class DtVectorInputPort;
19 
24 
26 {
27 public:
30 
33 
37  virtual bool hasLocation() const;
38  virtual DtVector location() const;
40 
44  virtual bool hasAcceleration() const;
45  virtual DtVector acceleration() const;
47 
51  virtual bool hasVelocity() const;
52  virtual DtVector velocity() const;
54 
58  virtual bool hasOrientation() const;
59  virtual DtTaitBryan orientation() const;
61 
65  virtual bool hasRotationalVelocity() const;
66  virtual DtVector rotationalVelocity() const;
68 
69 private:
74 
75 protected:
76 
79 
86 
93 
100 
107 
114 
116 };

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)