Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

CTHumanAction Class Reference

General definition of an action of a body part. More...

#include <tvu_humanaction.h>

Inheritance diagram for CTHumanAction::

CTReferableObject CTObject

Public Methods

 CTHumanAction ()
 Contructors/Destructors. More...

virtual ~CTHumanAction ()
 DEFINE_ID_FUNCTIONS (CTHumanAction, CTReferableObject, CLASSNAME_HUMAN_ACTION_ID, CLASSNAME_HUMAN_ACTION) public
CTStringGetPartName ()
 List of sub actions. More...

CTStringGetStaticPartName ()
 This action is an action of the part. More...

CTIntGetStartTime ()
 This action is an action of the part. More...

CTIntGetStopTime ()
 The moment to start the action. More...

CTAnglesGetAngles ()
 The moment to stop the action. More...

CTIntGetDuration ()
 Angles to rotate. More...

CTIntGetLoop ()
 Original duration. More...

CTLocationGetLocationFrom ()
CTLocationGetLocationTo ()
 From the location. More...

CTScenarioSetScenario (CTScenario *pScenario)
 To the location. More...

CTScenarioGetScenario ()
CTBodyPart** GetPart ()
CTAnglesGetAnglesInc ()

Protected Attributes

CTString m_PartName
 Data. More...

CTString m_StaticPartName
 This action is an action of the part. More...

CTInt m_StartTime
CTInt m_StopTime
 The moment to start the action. More...

CTAngles m_Angles
 The moment to stop the action. More...

CTInt m_Duration
 Angles to rotate. More...

CTInt m_OriginalDuration
CTInt m_Loop
 Original duration. More...

CTLocation m_From
CTLocation m_To
 From the location. More...

CTScenariom_pScenario
 To the location. More...

CTBodyPartm_pPart
CTList m_Children
 How can I be constructed? And list of sub actions. More...

CTAngles m_AnglesInc

Detailed Description

General definition of an action of a body part.


Constructor & Destructor Documentation

CTHumanAction::CTHumanAction ( )
 

Contructors/Destructors.


Member Function Documentation

CTAngles & CTHumanAction::GetAngles ( ) [inline]
 

The moment to stop the action.

00087 { return m_Angles; };   

CTInt & CTHumanAction::GetDuration ( ) [inline]
 

Angles to rotate.

00088 { return m_Duration; }  

CTLocation & CTHumanAction::GetLocationTo ( ) [inline]
 

From the location.

00091 { return m_To; };       

CTInt & CTHumanAction::GetLoop ( ) [inline]
 

Original duration.

00089 { return m_Loop; };             

CTString & CTHumanAction::GetPartName ( ) [inline]
 

List of sub actions.

00083 { return m_PartName; }; 

CTInt & CTHumanAction::GetStartTime ( ) [inline]
 

This action is an action of the part.

00085 { return m_StartTime; };        

CTString & CTHumanAction::GetStaticPartName ( ) [inline]
 

This action is an action of the part.

00084 { return m_StaticPartName; };   

CTInt & CTHumanAction::GetStopTime ( ) [inline]
 

The moment to start the action.

00086 { return m_StopTime; }; 

CTScenario * CTHumanAction::SetScenario ( CTScenario * pScenario ) [inline]
 

To the location.

00092 { return m_pScenario = pScenario; };


Field Documentation

CTAngles CTHumanAction::m_Angles [protected]
 

The moment to stop the action.

CTList CTHumanAction::m_Children [protected]
 

How can I be constructed? And list of sub actions.

CTInt CTHumanAction::m_Duration [protected]
 

Angles to rotate.

CTInt CTHumanAction::m_Loop [protected]
 

Original duration.

CTString CTHumanAction::m_PartName [protected]
 

Data.

CTString CTHumanAction::m_StaticPartName [protected]
 

This action is an action of the part.

CTInt CTHumanAction::m_StopTime [protected]
 

The moment to start the action.

CTLocation CTHumanAction::m_To [protected]
 

From the location.

CTScenario * CTHumanAction::m_pScenario [protected]
 

To the location.


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