-
- Downloads
Move enums away from global namespace:
- EOverlap is now in namespace Rgl; - EClipType is now in class TGLClip; - EPosition and EManipType were not used and have been removed. EGLCoordType and EGLPlotType are left in top-level. In these two enums all names begin with kGL so there is less chance for collision. git-svn-id: http://root.cern.ch/svn/root/trunk@46574 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- graf3d/gl/inc/TGLBoundingBox.h 2 additions, 2 deletionsgraf3d/gl/inc/TGLBoundingBox.h
- graf3d/gl/inc/TGLCamera.h 2 additions, 2 deletionsgraf3d/gl/inc/TGLCamera.h
- graf3d/gl/inc/TGLClip.h 14 additions, 6 deletionsgraf3d/gl/inc/TGLClip.h
- graf3d/gl/inc/TGLClipSetEditor.h 5 additions, 4 deletionsgraf3d/gl/inc/TGLClipSetEditor.h
- graf3d/gl/inc/TGLUtil.h 16 additions, 34 deletionsgraf3d/gl/inc/TGLUtil.h
- graf3d/gl/src/TGLBoundingBox.cxx 6 additions, 2 deletionsgraf3d/gl/src/TGLBoundingBox.cxx
- graf3d/gl/src/TGLCamera.cxx 29 additions, 19 deletionsgraf3d/gl/src/TGLCamera.cxx
- graf3d/gl/src/TGLClip.cxx 18 additions, 18 deletionsgraf3d/gl/src/TGLClip.cxx
- graf3d/gl/src/TGLClipSetEditor.cxx 13 additions, 13 deletionsgraf3d/gl/src/TGLClipSetEditor.cxx
- graf3d/gl/src/TGLScene.cxx 6 additions, 6 deletionsgraf3d/gl/src/TGLScene.cxx
- graf3d/gl/src/TGLSceneBase.cxx 6 additions, 6 deletionsgraf3d/gl/src/TGLSceneBase.cxx
- graf3d/gl/src/TGLUtil.cxx 14 additions, 7 deletionsgraf3d/gl/src/TGLUtil.cxx
- graf3d/gl/src/TGLViewerBase.cxx 1 addition, 1 deletiongraf3d/gl/src/TGLViewerBase.cxx
Loading
Please register or sign in to comment