21 class Dt3DSegmentedLineModelAgent;
22 class DtSceneObjectAgent;
DtColorValue myEvenSegmentIntersectorColor
Definition: DtDrawnIntersector.h:49
std::vector< DtIntersectorResult > DtIntersections
A vector of DtIntersectionRecords.
Definition: DtIntersector.h:50
Definition: DtDrawnIntersector.h:24
const int myModelSet
Definition: DtDrawnIntersector.h:50
std::vector< Dt3DSegmentedLineModelAgent * > myLineModels
Definition: DtDrawnIntersector.h:44
DtColorValue myFailedIntersectorColor
Definition: DtDrawnIntersector.h:47
Contains makVrv:DtIntersector class.
DtDe & myDe
Definition: DtDrawnIntersector.h:42
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
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
DtColorValue myOddSegmentIntersectorColor
Definition: DtDrawnIntersector.h:48
Template for Color values in [0,1] range.
Definition: DtColorValue.h:20
std::vector< DtSceneObjectAgent * > mySceneObjects
Definition: DtDrawnIntersector.h:45
Contains DLL export macros.