VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
navTriangle.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 
13 #include "matrix/vlVector.h"
14 
15 #include "boost/shared_ptr.hpp"
16 
17 #include <vector>
18 #include "geometry/color.h"
19 
21 {
22 public:
23 
24  DtNavTriangle();
25 
26  DtNavTriangle(const DtNavTriangle& orig);
27 
28  DtNavTriangle& operator=(const DtNavTriangle& rhs);
29 
30  ~DtNavTriangle();
31 
32  DtVector points[3];
33 
34  unsigned int surfaceCode;
36 };
37 
38 typedef std::vector<DtNavTriangle> DtNavTriangles;
39 typedef boost::shared_ptr<DtNavTriangles> DtNavTrianglesPtr;

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)