VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
computeBoundingVolumeAndSupportPoints.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include <matrix/vlVector.h>
13 #include <matrix/3dBoundingVolume.h>
14 
15 #include <QtGui/QDialog>
16 
17 class QPushButton;
18 class QLabel;
19 class QProgressBar;
20 
21 namespace makVrv
22 {
23  class DtDe;
24 }
25 
28 {
29  Q_OBJECT
30 
31 public:
32  DtComputeBoundingVolumeAndSupportPoints(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = Qt::Tool);
34 
35  virtual int exec();
36 
37 protected:
39  virtual void initializeEntities();
40 
41  virtual void processNextEntity();
42 
43 public:
47 
48 protected:
51 
52  struct BVSPInfo
53  {
54  DtVector left, right, other;
55  Dt3dBoundingVolume bv;
56  };
57 
58  std::map<std::string, BVSPInfo> myEntityDefinitions;
59  std::map<std::string, std::string> myEntitiesToProcess;
60 };

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)