VR-Forces 4.8 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 
std::vector< IntersectionInformation > Intersections
Definition: DtAttachableFanUpdater.h:50
Contains makVrv::DtAttachableIntervisibilityUpdater class.
bool myForceUpdate
Definition: DtAttachableFanUpdater.h:54
double myFanModeSamplingRate
Definition: DtAttachableFanUpdater.h:52
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:26
Intersections myIntersections
Definition: DtAttachableFanUpdater.h:51
DtVector myStartPointOffsetFromCenter
Definition: DtAttachableFanUpdater.h:53
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Class which will keep track of fan los object (spokes between an origin and the outer rim of the circ...
Definition: DtAttachableFanUpdater.h:24
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Class which will keep track of Intervisibility between an origin and an end point.
Definition: DtAttachableIntervisibilityUpdater.h:22
Contains DLL export macros.

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)