#include <VisGeant4/VisG4Fields/interface/VisG4AnnotationsTwig.h>
Public Member Functions | |
virtual void | update (void) |
VisG4AnnotationsTwig (IgTwig *parent) |
To be replaced by more generic content management.
Definition at line 18 of file VisG4AnnotationsTwig.h.
VisG4AnnotationsTwig::VisG4AnnotationsTwig | ( | IgTwig * | parent | ) |
Definition at line 15 of file VisG4AnnotationsTwig.cc.
00016 : IgSimpleTwig (parent, "Annotations", true, true, true) 00017 {}
Definition at line 20 of file VisG4AnnotationsTwig.cc.
00021 { 00022 // FIXME: Put stuff into the scene: annotations. 00023 // path.push (0, 0); 00024 // scene->AddRunDurationModel (new VisG4TextModel (path, text)); 00025 }