20 class DtIntersectorsContainer;
21 class DtCachedIntersectorsContainer;
22 class DtCoordinateSystem;
23 class DtObserverModeManager;
41 virtual void setFixedDistance(
bool );
47 virtual void setIsRangeLine(
bool isRangeLine);
48 virtual bool isRangeLine()
const;
55 virtual void update(
DtTime tNow );
58 virtual bool doIntersection(
const DtTime tNow);
61 virtual void updateSceneObject(
DtTime tNow );
64 virtual double calculateDistance(
const DtVector& start,
65 const DtVector& end, DtVector* circleOrigin = 0 )
const;
68 virtual void calculateFixedDistance();
72 virtual DtVector fixedDistanceFrom(
const DtVector& start,
const DtVector& end,
73 double heading,
double distance )
const;
76 virtual double calculateHeading(
const DtVector& start,
77 const DtVector& end )
const;
80 virtual DtVector clamp(
const DtVector& pt )
const;
83 virtual void slot_coordinateSystemChanged();
IntersectionInformation myIntersectionInformation
Definition: DtAttachableIntervisibilityUpdater.h:95
double myFixedDistance
Definition: DtAttachableIntervisibilityUpdater.h:100
DtObserverModeManager is responsible for loading and saving observer modes, and providing a mechanism...
Definition: DtObserverModeManager.h:53
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:37
Descriptor for a single intersection result.
Definition: DtIntersectorResult.h:21
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:23
bool myIsRangeLine
Definition: DtAttachableIntervisibilityUpdater.h:97
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:110
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
double myFixedHeading
Definition: DtAttachableIntervisibilityUpdater.h:101
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:99
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:76
Base class for updaters updating segmented line models Contains methods and information struct for wo...
Definition: DtLineModelUpdater.h:23
An updater class used to update the line segments for intervisibility objects, e.g. range lines and intervisibility lines.
Definition: DtAttachableIntervisibilityUpdater.h:28