VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
mousePositionToDatabaseIntersector.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
12 
13 #pragma once
14 
15 #include <vrfGuiCore/vrfGuiCore.h>
17 
18 #include <vrvCore/DtIntersector.h>
19 
20 namespace makVrv
21 {
22  class DtDe;
23  class DtCachedIntersectorManager;
24 }
25 
26 namespace makVrf
27 {
29  {
30  public:
33 
36 
37  virtual bool intersect(makVrv::DtChannel*, int mouseX, int mouseY, makVrv::DtIntersectorResult&,
38  makVrv::DtIntersector::IntersectProperties, std::vector<makVrv::DtElementID>* ignoreList = 0) const;
39 
40  protected:
43  };
44 }
IntersectProperties
The IntersectProperties enum is a flag set that indicates the.
Definition: DtIntersector.h:135
Virtual base class.
Definition: DtVirtualBaseClass.h:19
Descriptor for a single intersection result.
Definition: DtIntersector.h:33
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
The abstract Channel Class.
Definition: DtChannel.h:30
Contains makVrv::DtVirtualBaseClass class.
Contains makVrv:DtIntersector, makVrv:DtIntersectorLineSegment, and makVrv:DtIntersectorResult classe...
Definition: mousePositionToDatabaseIntersector.h:28
The DtIntersectorManager class manages instances of inter sectors.
Definition: DtIntersector.h:345
makVrv::DtIntersectorManager & myCachedIntersectorManager
Definition: mousePositionToDatabaseIntersector.h:42
makVrv::DtDe & myDe
Definition: mousePositionToDatabaseIntersector.h:41
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)