TEveProjected Abstract base class for classes that hold results of a non-linear projection transformation.
| virtual | ~TEveProjected() |
| static TClass* | Class() |
| virtual TClass* | IsA() const |
| virtual void | SetDepth(Float_t d) |
| virtual void | SetProjection(TEveProjectionManager* proj, 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 |
| TEveProjectable* | fProjectable | link to original object |
| TEveProjectionManager* | fProjector | manager |

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().