Abstract base class for classes that hold results of a non-linear projection transformation. It is assumed that all classes deriving from TEveProjected are also derived from TEveElement.
virtual | ~TEveProjected() |
static TClass* | Class() |
TEveProjectable* | GetProjectable() const |
virtual TClass* | IsA() const |
virtual void | SetDepth(Float_t d) |
void | SetDepthCommon(Float_t d, TEveElement* el, Float_t* bbox) |
virtual void | SetProjection(TEveProjectionManager* mng, TEveProjectable* model) |
virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
virtual void | UnRefProjectable(TEveProjectable* assumed_parent) |
virtual void | UpdateProjection() |
TEveProjected& | operator=(const TEveProjected&) |
Float_t | fDepth | z coordinate |
TEveProjectionManager* | fManager | manager |
TEveProjectable* | fProjectable | link to original object |
Destructor. If fProjectable is non-null, *this is removed from its list of projected replicas.
Sets projection manager and reference in the projectable object. Method called immediately after default constructor. See also TEveProjectionManager::ImportElements().
Utility function to update the z-values of the bounding-box. As this is an abstract interface, the element and bbox pointers must be passed from outside.