CMS 3D CMS Logo

Ig3DBrowser Class Reference

#include <Iguana/GLBrowsers/interface/Ig3DBrowser.h>

Inheritance diagram for Ig3DBrowser:

Ig3DBaseBrowser IgBrowser

List of all members.

Public Member Functions

 Ig3DBrowser (IgState *state, IgSite *site, Ig3DModel *model=0)

Static Public Member Functions

static const char * catalogLabel (void)


Detailed Description

Definition at line 20 of file Ig3DBrowser.h.


Constructor & Destructor Documentation

Ig3DBrowser::Ig3DBrowser ( IgState state,
IgSite site,
Ig3DModel model = 0 
)

Definition at line 8 of file Ig3DBrowser.cc.

00011     : Ig3DBaseBrowser (state, 
00012                        site, 
00013                        model ? model : new Ig3DModel (state))
00014 { }


Member Function Documentation

const char * Ig3DBrowser::catalogLabel ( void   )  [static]

Definition at line 5 of file Ig3DBrowser.cc.

00006 { return "3D"; }


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:24:57 2009 for CMSSW by  doxygen 1.5.4