Viz camera interface.
Public Member Functions | |
| virtual void | SetCell (iVizCell *apCell)=0 |
| Set the camera's cell. {Property}. More... | |
| virtual iVizCell * | GetCell () const =0 |
| Get the camera's cell. {Property}. More... | |
| virtual void | SetBaseCamera (iCamera *apCamera)=0 |
| Set the camera's base camera object. {Property}. More... | |
| virtual iCamera * | GetBaseCamera () const =0 |
| Get the camera's base camera object. {Property}. More... | |
| virtual void | SetViewSize (const sVec2i &avViewSize)=0 |
| Set the camera's view size in pixels. {Property}. More... | |
| virtual sVec2i | GetViewSize () const =0 |
| Get the camera's view size in pixels. {Property}. More... | |
| virtual void | SetCullingFlags (tVizCullingFlags aFlags)=0 |
| Set the camera's culling flags. {Property}. More... | |
| virtual tVizCullingFlags | GetCullingFlags () const =0 |
| Get the camera's culling flags. {Property}. More... | |
| virtual sMatrixf | GetWorldMatrix () const =0 |
| Get the camera's world matrix. {Property}. More... | |
| virtual ni::tBool | TestVisibility (iCanvas *apCanvas, iVizSink *apSink) const =0 |
| Test visibility. More... | |
| virtual ni::tBool | RenderDebug (iCanvas *apCanvas)=0 |
| Render debug infos. More... | |
Public Member Functions inherited from iUnknown | |
| virtual tBool | IsOK () const =0 |
| Check if the object is valid. More... | |
| virtual tI32 | AddRef ()=0 |
| Signal that one more reference of the object has been created. More... | |
| virtual tI32 | Release ()=0 |
| Release a reference of the object. More... | |
| virtual void | DeleteThis ()=0 |
| Bypass any reference counting and delete this object. More... | |
| virtual void | Invalidate ()=0 |
| Invalidate the object. More... | |
| virtual iUnknown * | QueryInterface (const tUUID &aIID)=0 |
| Query an interface. More... | |
| virtual void | ListInterfaces (iMutableCollection *apLst, tU32 anFlags) const =0 |
| Fill a UUID list containing the UUIDs of the implemented interfaces. More... | |
| virtual tI32 | SetNumRefs (tI32 anNumRefs)=0 |
| Set the reference counter directly. More... | |
| virtual tI32 | GetNumRefs () const =0 |
| Get the number of references to this object. More... | |
|
pure virtual |
Get the camera's cell. {Property}.
Set the camera's base camera object. {Property}.
|
pure virtual |
Get the camera's base camera object. {Property}.
Set the camera's view size in pixels. {Property}.
|
pure virtual |
Get the camera's view size in pixels. {Property}.
|
pure virtual |
Set the camera's culling flags. {Property}.
|
pure virtual |
Get the camera's culling flags. {Property}.
|
pure virtual |
Get the camera's world matrix. {Property}.
Test visibility.
1.8.7