VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAttachableFanUpdater.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
14 
15 #include <matrix/vlVector.h>
16 
17 namespace makVrv
18 {
25  {
26  public:
29 
31  virtual ~DtAttachableFanUpdater();
32 
34  virtual void setFanModeSamplingRate(double);
35 
38  virtual void setStartPointOffsetFromCenter(const DtVector&);
39  const DtVector& startPointOffsetFromCenter() const;
40 
41  protected:
42 
43  virtual void updateSceneObject(DtTime tNow);
44  virtual bool doIntersection();
45 
47  virtual DtVector calculateEndPointFromRadian(const DtVector& start, double endZ, double radius, double degree) const;
48 
49  protected:
50  typedef std::vector<IntersectionInformation> Intersections;
55  };
56 }
57 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)