#include <tvu_sr.h>
Inheritance diagram for CTSRPerson::

Public Types | |
| enum | { LONG_LIFE = 10240 } |
| Maximum 10240 frame. More... | |
Public Methods | |
| CTSRPerson () | |
| Constructor/destructor. More... | |
| ~CTSRPerson () | |
| DEFINE_ID_FUNCTIONS (CTSRPerson, CTSRObject, CLASSNAME_SR_SRPERSON_ID, CLASSNAME_SR_SRPERSON) virtual TDWORD GetRealID() | |
| Return the real ID of an object. More... | |
| virtual CTList | GetSaveLoadObjects (TBOOL bOnLoad=TTRUE) |
| Overwrite. More... | |
| virtual TBOOL | Is3DObject () |
| virtual TBOOL | IsMobileObject () |
| virtual TPOINT3D | GetLocation () |
| virtual CTObject* | Calculate (TINT iOperator, CTObject *Object) |
| Calculate the mathematical operators. More... | |
| virtual TBOOL | FromPersonPipe (CTPersonPipe *pp) |
| Convert from the input stream. More... | |
| CTSRPerson& | operator= (CTSRPerson &Object) |
| Operations. More... | |
Data Fields | |
| TINT | m_IndividualID |
| ID of the corresponding individual This ID is ID() if it's is inferior than the maximum number of persons defined in the motor. More... | |
| CTPoint3D | m_Position |
| CTPoint2D | m_Position2D |
| Position of the individual in the main scene. More... | |
| CTDouble | m_Speed |
| Position of the individual in the image. More... | |
| CTArray* | m_Entities |
| and its speed Contains every temporal entities concerning the person. More... | |
| CTArray | m_Positions |
| CTArray | m_Speeds |
| Contains person postions at each frame. More... | |
|
|
Maximum 10240 frame.
00493 {LONG_LIFE = 10240};
|
|
|
Constructor/destructor.
|
|
|
Calculate the mathematical operators.
Reimplemented from CTObject. |
|
|
Return the real ID of an object.
00472 { return m_IndividualID; };
|
|
|
Convert from the input stream.
|
|
|
Overwrite.
Reimplemented from CTObject. |
|
|
Operations.
|
|
|
and its speed Contains every temporal entities concerning the person.
|
|
|
ID of the corresponding individual This ID is ID() if it's is inferior than the maximum number of persons defined in the motor.
|
|
|
Position of the individual in the main scene.
|
|
|
Position of the individual in the image.
|
|
|
Contains person postions at each frame.
|
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001