[Opal-commits] opal/src Solid.h,1.81,1.82
Status: Inactive
Brought to you by:
tylerstreeter
|
From: Andres R. <ar...@us...> - 2005-03-10 21:11:02
|
Update of /cvsroot/opal/opal/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3302/src Modified Files: Solid.h Log Message: added clearShapes function to solid Index: Solid.h =================================================================== RCS file: /cvsroot/opal/opal/src/Solid.h,v retrieving revision 1.81 retrieving revision 1.82 diff -C2 -d -r1.81 -r1.82 *** Solid.h 8 Mar 2005 16:10:23 -0000 1.81 --- Solid.h 10 Mar 2005 21:10:36 -0000 1.82 *************** *** 140,143 **** --- 140,146 ---- virtual Quaternion OPAL_CALL getQuaternion()const; + /// Removes all shapes from this Solid. + virtual void OPAL_CALL clearShapes() = 0; + /// Adds a Shape to this Solid. virtual void OPAL_CALL addShape(const ShapeData& data) = 0; |