#include <FWTextProjected.h>
Definition at line 47 of file FWTextProjected.h.
FWEveTextProjected::FWEveTextProjected |
( |
| ) |
|
|
inline |
FWEveTextProjected::~FWEveTextProjected |
( |
| ) |
|
|
inlineoverride |
TEveElement* FWEveTextProjected::GetProjectedAsElement |
( |
| ) |
|
|
inlineoverride |
void FWEveTextProjected::UpdateProjection |
( |
| ) |
|
|
override |
Definition at line 36 of file FWTextProjected.cc.
References FWEveText::m_offsetZ.
Referenced by FWJetProxyBuilder::setTextPos().
40 TEveTrans* tr = als.PtrMainTrans(kFALSE);
42 fText = als.GetText();
43 *fMainColorPtr = als.GetMainColor();
47 TEveProjection& proj = *fManager->GetProjection();
48 proj.ProjectPoint(pos[0], pos[1], pos[2], fDepth);
50 RefMainTrans().SetPos(pos[0], pos[1], pos[2] + als.
m_offsetZ);