Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

CTScene Class Reference

General definition of a scene. More...

#include <tvu_scene.h>

Inheritance diagram for CTScene::

CTReferableObject CTObject

Public Methods

 CTScene ()
 Contructors/Destructors. More...

virtual ~CTScene ()
 DEFINE_ID_FUNCTIONS (CTScene, CTReferableObject, CLASSNAME_SCENE_ID, CLASSNAME_SCENE) public
CTList GetScenarios ()
 List of the actors The scenarios. More...


Protected Attributes

CTList m_Actors
 Data How can I be constructed? List of actors in the scene. More...

CTList m_Context
 List of objects of the context. More...

CTString m_ContextName
CTString m_CameraName
 Camera. More...

CTList m_Scenarios
 And list of scenarios. More...

CTInt m_Speed
 Speed. More...

CTInt m_Echo
 Echo. More...


Detailed Description

General definition of a scene.


Constructor & Destructor Documentation

CTScene::CTScene ( )
 

Contructors/Destructors.


Member Function Documentation

CTList CTScene::GetScenarios ( ) [inline]
 

List of the actors The scenarios.

00067 { return m_Scenarios; };        


Field Documentation

CTList CTScene::m_Actors [protected]
 

Data How can I be constructed? List of actors in the scene.

CTString CTScene::m_CameraName [protected]
 

Camera.

CTList CTScene::m_Context [protected]
 

List of objects of the context.

CTInt CTScene::m_Echo [protected]
 

Echo.

CTList CTScene::m_Scenarios [protected]
 

And list of scenarios.

CTInt CTScene::m_Speed [protected]
 

Speed.


The documentation for this class was generated from the following file:
Generated at Wed Aug 6 15:59:01 2003 for TVU's libraries for video surveillance: by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001