20 class DtIntersectorsContainer;
21 class DtCachedIntersectorsContainer;
22 class DtCoordinateSystem;
23 class DtObserverModeManager;
42 virtual void setFixedDistance(
bool );
48 virtual void update(
DtTime tNow );
51 virtual bool doIntersection(
const DtTime tNow);
54 virtual void updateSceneObject(
DtTime tNow );
57 virtual double calculateDistance(
const DtVector& start,
61 virtual void calculateFixedDistance();
66 double heading,
double distance )
const;
69 virtual double calculateHeading(
const DtVector& start,
76 virtual void slot_coordinateSystemChanged();
IntersectionInformation myIntersectionInformation
Definition: DtAttachableIntervisibilityUpdater.h:88
double myFixedDistance
Definition: DtAttachableIntervisibilityUpdater.h:91
DtObserverModeManager is responsible for loading and saving observer modes, and providing a mechanism...
Definition: DtObserverModeManager.h:53
DtSignalConnectionManager myConnections
Definition: DtAttachableIntervisibilityUpdater.h:97
Utility class that contains intersectors for all model sets in the system (3d, xr, 2d) Use an object of this class when all models sets can be possibly needed. When you know which model set you need, you can just use the DtIntersectorCreator to create an intersector for a model set Models sets corresponding to 3d, xr and 2d are created by default (these correspond to values of 0, 1 and 5) Additional model sets can be registered with DtIntersectorsContainer::registerModelSet.
Definition: DtIntersectorsContainer.h:36
Descriptor for a single intersection result.
Definition: DtIntersectorResult.h:21
Contains makVrv:DtIntersector class.
DT_DLL_VRVCORE double distance(const makVrv::DtCoordinateSystem &, const DtVector &from, const DtVector &to)
Returns the distance from the two points. Coordinates are in local database coordinates The coordinat...
const DtObserverModeManager & myObserverModeManager
Definition: DtAttachableIntervisibilityUpdater.h:103
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
double myFixedHeading
Definition: DtAttachableIntervisibilityUpdater.h:92
The DtCoordinateSystem is used to manage the current coordinate system of the scene.
Definition: DtCoordinateSystem.h:40
The DtCachedIntersectorsContainer class contains instances of cached intersectors of different model ...
Definition: DtCachedIntersectorsContainer.h:43
Contains the DtLineModelUpdater class declaration.
Base class to provide boost signal/slot management.
bool myFixDistance
Definition: DtAttachableIntervisibilityUpdater.h:90
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
Base class for updaters updating segmented line models Contains methods and information struct for wo...
Definition: DtLineModelUpdater.h:22
Class which will keep track of Intervisibility between an origin and an end point. Will update all scene objects attached to it with the Intervisibility information.
Definition: DtAttachableIntervisibilityUpdater.h:29