00001 //<<<<<< INCLUDES >>>>>> 00002 00003 #include "VisGeant4/VisG4Fields/interface/VisG4AnnotationsTwig.h" 00004 00005 //<<<<<< PRIVATE DEFINES >>>>>> 00006 //<<<<<< PRIVATE CONSTANTS >>>>>> 00007 //<<<<<< PRIVATE TYPES >>>>>> 00008 //<<<<<< PRIVATE VARIABLE DEFINITIONS >>>>>> 00009 //<<<<<< PUBLIC VARIABLE DEFINITIONS >>>>>> 00010 //<<<<<< CLASS STRUCTURE INITIALIZATION >>>>>> 00011 //<<<<<< PRIVATE FUNCTION DEFINITIONS >>>>>> 00012 //<<<<<< PUBLIC FUNCTION DEFINITIONS >>>>>> 00013 //<<<<<< MEMBER FUNCTION DEFINITIONS >>>>>> 00014 00015 VisG4AnnotationsTwig::VisG4AnnotationsTwig (IgTwig *parent) 00016 : IgSimpleTwig (parent, "Annotations", true, true, true) 00017 {} 00018 00019 void 00020 VisG4AnnotationsTwig::update (void) 00021 { 00022 // FIXME: Put stuff into the scene: annotations. 00023 // path.push (0, 0); 00024 // scene->AddRunDurationModel (new VisG4TextModel (path, text)); 00025 }