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

Detailed Description

Vlk camera interface.

Public Member Functions

virtual iVlkEntityGetEntity () const =0
 Get the camera's entity. {Property}. More...
 
virtual ni::iCameraGetBase () const =0
 Get the camera's base camera. {Property}. More...
 
virtual ni::iVizCameraGetVizCamera () const =0
 Get the camera's viz camera. {Property}. More...
 
virtual void Copy (const iVlkCamera *pSrc)=0
 Copy the camera. More...
 
virtual iVlkCameraClone () const =0
 Clone the camera. More...
 
virtual void SetVizCulling (ni::tVizCullingFlags aVizCulling)=0
 Set the camera's viz culling. {Property}. More...
 
virtual ni::tVizCullingFlags GetVizCulling () const =0
 Get the camera's viz culling. {Property}. More...
 
virtual void SetCameraType (eVlkEntityCameraType aCameraType)=0
 Set the camera's type. {Property}. More...
 
virtual eVlkEntityCameraType GetCameraType () const =0
 Get the camera's type. {Property}. 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 iVlkEntity* GetEntity ( ) const
pure virtual

Get the camera's entity. {Property}.

virtual ni::iCamera* GetBase ( ) const
pure virtual

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

virtual ni::iVizCamera* GetVizCamera ( ) const
pure virtual

Get the camera's viz camera. {Property}.

virtual void Copy ( const iVlkCamera pSrc)
pure virtual

Copy the camera.

virtual iVlkCamera* Clone ( ) const
pure virtual

Clone the camera.

virtual void SetVizCulling ( ni::tVizCullingFlags  aVizCulling)
pure virtual

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

virtual ni::tVizCullingFlags GetVizCulling ( ) const
pure virtual

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

virtual void SetCameraType ( eVlkEntityCameraType  aCameraType)
pure virtual

Set the camera's type. {Property}.

virtual eVlkEntityCameraType GetCameraType ( ) const
pure virtual

Get the camera's type. {Property}.