#include <Fireworks/Core/interface/FWGlimpseView.h>
Private Member Functions | |
void | createAxis () |
void | showAxes () |
void | showCylinder () |
Private Attributes | |
TEveGeoShape * | m_cylinder |
FWBoolParameter | m_showAxes |
FWBoolParameter | m_showCylinder |
Additional Inherited Members | |
Public Types inherited from FWParameterizable | |
typedef std::vector< FWParameterBase * >::const_iterator | const_iterator |
Public Attributes inherited from FWViewBase | |
sigc::signal< void(const FWViewBase *)> | beingDestroyed_ |
sigc::signal< void(Int_t, Int_t)> | openSelectedModelContextMenu_ |
Protected Member Functions inherited from FWEveView | |
void | addToOrthoCamera (TGLOrthoCamera *, FWConfiguration &) const |
void | addToPerspectiveCamera (TGLPerspectiveCamera *, const std::string &, FWConfiguration &) const |
virtual void | cameraGuideChanged () |
virtual TEveCaloViz * | getEveCalo () const |
virtual void | pointLineScalesChanged () |
virtual void | resetCamera () |
void | setFromOrthoCamera (TGLOrthoCamera *, const FWConfiguration &) |
void | setFromPerspectiveCamera (TGLPerspectiveCamera *, const std::string &, const FWConfiguration &) |
Protected Member Functions inherited from FWViewBase | |
~FWViewBase () override | |
Protected Attributes inherited from FWEveView | |
const fireworks::Context * | m_context |
Protected Attributes inherited from FWViewBase | |
FWViewType | m_type |
Description: <one line="" class="" summary>="">
Usage: <usage>
Definition at line 35 of file FWGlimpseView.h.
FWGlimpseView::FWGlimpseView | ( | TEveWindowSlot * | iParent, |
FWViewType::EType | typeId | ||
) |
Definition at line 49 of file FWGlimpseView.cc.
References FWGenericParameter< T >::changed_, createAxis(), makeMEIFBenchmarkPlots::ev, fireworks::getShape(), m_cylinder, m_showAxes, m_showCylinder, showAxes(), showCylinder(), FWViewBase::typeName(), FWEveView::viewer(), and FWEveView::viewerGL().
|
override |
Definition at line 77 of file FWGlimpseView.cc.
|
delete |
|
overridevirtual |
Reimplemented from FWEveView.
Definition at line 154 of file FWGlimpseView.cc.
References FWEveView::addTo(), FWEveView::addToPerspectiveCamera(), FWViewBase::typeName(), and FWEveView::viewerGL().
|
private |
Definition at line 83 of file FWGlimpseView.cc.
References compareTotals::fs, FWEveView::geoScene(), HLT_2023v12_cff::xAxis, HLT_2023v12_cff::yAxis, and HLT_2023v12_cff::zAxis.
Referenced by FWGlimpseView().
|
delete |
|
overridevirtual |
Reimplemented from FWEveView.
Definition at line 161 of file FWGlimpseView.cc.
References FWEveView::setFrom(), FWEveView::setFromPerspectiveCamera(), FWViewBase::typeName(), and FWEveView::viewerGL().
|
private |
Definition at line 138 of file FWGlimpseView.cc.
References m_showAxes, FWGenericParameter< T >::value(), and FWEveView::viewerGL().
Referenced by FWGlimpseView().
|
private |
Definition at line 145 of file FWGlimpseView.cc.
References m_cylinder, m_showCylinder, and FWGenericParameter< T >::value().
Referenced by FWGlimpseView().
|
private |
Definition at line 56 of file FWGlimpseView.h.
Referenced by FWGlimpseView(), and showCylinder().
|
private |
Definition at line 59 of file FWGlimpseView.h.
Referenced by FWGlimpseView(), and showAxes().
|
private |
Definition at line 60 of file FWGlimpseView.h.
Referenced by FWGlimpseView(), and showCylinder().