TalanSoft Toolkits  201707
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | List of all members
iVizCamera Struct Referenceabstract
Inheritance diagram for iVizCamera:
iUnknown

Detailed Description

Viz camera interface.

Public Member Functions

virtual void SetCell (iVizCell *apCell)=0
 Set the camera's cell. {Property}. More...
 
virtual iVizCellGetCell () 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 iCameraGetBaseCamera () 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 iUnknownQueryInterface (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...
 

Member Function Documentation

virtual void SetCell ( iVizCell apCell)
pure virtual

Set the camera's cell. {Property}.

virtual iVizCell* GetCell ( ) const
pure virtual

Get the camera's cell. {Property}.

virtual void SetBaseCamera ( iCamera apCamera)
pure virtual

Set the camera's base camera object. {Property}.

virtual iCamera* GetBaseCamera ( ) const
pure virtual

Get the camera's base camera object. {Property}.

virtual void SetViewSize ( const sVec2i avViewSize)
pure virtual

Set the camera's view size in pixels. {Property}.

virtual sVec2i GetViewSize ( ) const
pure virtual

Get the camera's view size in pixels. {Property}.

virtual void SetCullingFlags ( tVizCullingFlags  aFlags)
pure virtual

Set the camera's culling flags. {Property}.

virtual tVizCullingFlags GetCullingFlags ( ) const
pure virtual

Get the camera's culling flags. {Property}.

virtual sMatrixf GetWorldMatrix ( ) const
pure virtual

Get the camera's world matrix. {Property}.

virtual ni::tBool TestVisibility ( iCanvas apCanvas,
iVizSink apSink 
) const
pure virtual

Test visibility.

virtual ni::tBool RenderDebug ( iCanvas apCanvas)
pure virtual

Render debug infos.