VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
sphereIntersectionRecord.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: sphereIntRec.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef sphereIntRec_h
13 #define sphereIntRec_h
14 
16 #include <list>
17 #include "gdb/allTypesPolygon.h"
18 
20 {
21 public:
22  typedef std::list<DtAllTypesPolygon*> DtPolygonList;
23 
25  virtual ~DtSphereIntersectionRecord();
26 
27  // copy constructor
29 
30  // assignment operator
32 
33  // clone this object
34  virtual DtSphereIntersectionRecord* clone() const;
35 
36  // Adds this polygon to the intersected polygons list.
37  virtual void addPolygon(DtAllTypesPolygon* poly);
38 
39  // Clears the intersected polygons list.
40  virtual void clearPolygons();
41 
42  // \return The list of intersected polygons.
43  virtual const DtPolygonList& intersectedPolygons() const;
44 
45 protected:
47 
48 };
49 
50 #endif

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)