VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)