12 #include "Alignment/CocoaVisMgr/interface/ALIVRMLMgr.h" 13 #include "Alignment/IgCocoaFileWriter/interface/IgCocoaFileMgr.h" 18 using namespace CLHEP;
33 ALIVRMLMgr& vrmlmgr = ALIVRMLMgr::getInstance();
34 ALIColour*
col =
new ALIColour( 1., 0., 0.5, 0. );
35 vrmlmgr.AddBox( *
this, .6, .6, .1, col);
36 vrmlmgr.SendReferenceFrame( *
this, 0.6);
37 vrmlmgr.SendName( *
this, 0.01 );
43 ALIColour*
col =
new ALIColour( 0., 1., 1., 0. );
44 std::vector<ALIdouble> spar;
48 IgCocoaFileMgr::getInstance().addSolid( *
this,
"BOX", spar, col);
void constructSolidShape() override
static GlobalOptionMgr * getInstance()
void defaultBehaviour(LightRay &lightray, Measurement &meas) override
int getGlobalOptionValue(const ALIstring &sstr, ALIdouble &val)
--— Search a string in theGlobalOptions and return 1 if found
virtual void fillIguana()