00001 // @(#)root/gl:$Id: TGLPShapeObj.cxx 20882 2007-11-19 11:31:26Z rdm $ 00002 // Author: Matevz Tadel, Feb 2007 00003 00004 /************************************************************************* 00005 * Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. * 00006 * All rights reserved. * 00007 * * 00008 * For the licensing terms see $ROOTSYS/LICENSE. * 00009 * For the list of contributors see $ROOTSYS/README/CREDITS. * 00010 *************************************************************************/ 00011 00012 #include "TGLPShapeObj.h" 00013 00014 //______________________________________________________________________ 00015 // TGLPShapeObj 00016 // 00017 // Wrap TGLPysicalShape into TObject so that it can be edited using GED. 00018 // 00019 00020 ClassImp(TGLPShapeObj)