VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rectangularPyramidStateRepository.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 #pragma once
6 
10 
12 #include "sensorFieldOfViewEnums.h"
14 #include <vector>
15 
16 
17 
22 {
23 public:
26 
29 
32 
35 
37  virtual DtStateRepository* clone(bool copy) const;
38 
41 
43  virtual void printData() const;
44 
46  virtual void printDataToStream(std::ostream& stream) const;
47 
48 
50  virtual void setXHalfAngle(DtFloat64 val);
51 
53  virtual DtFloat64 xHalfAngle() const;
54 
56  virtual void setYHalfAngle(DtFloat64 val);
57 
59  virtual DtFloat64 yHalfAngle() const;
60 
61 
62 protected:
65 
66 };
67 
68 
69 
70 

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)