VR-Forces Developer's Guide
 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
DtPolygonList myIntersectedPolygons
Definition: sphereIntersectionRecord.h:46
virtual DtIntersectionRecord * clone() const
Definition: sphereIntersectionRecord.h:19
Definition: intersectionRecord.h:16
Definition: allTypesPolygon.h:22
#define DT_DLL_gdb
Definition: gdbDefines.h:25
std::list< DtAllTypesPolygon * > DtPolygonList
Definition: sphereIntersectionRecord.h:22
DtIntersectionRecord & operator=(const DtIntersectionRecord &orig)

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)