Blender V2.61 - r43446
Public Member Functions | Public Attributes

KX_ObColorIpoSGController Class Reference

#include <KX_ObColorIpoSGController.h>

Inheritance diagram for KX_ObColorIpoSGController:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 KX_ObColorIpoSGController ()
virtual ~KX_ObColorIpoSGController ()
virtual SG_ControllerGetReplica (class SG_Node *destnode)
virtual bool Update (double time)
virtual void SetSimulatedTime (double time)
void SetOption (int option, int value)
void AddInterpolator (KX_IInterpolator *interp)

Public Attributes

MT_Vector4 m_rgba

Detailed Description

Definition at line 39 of file KX_ObColorIpoSGController.h.


Constructor & Destructor Documentation

KX_ObColorIpoSGController::KX_ObColorIpoSGController ( ) [inline]

Definition at line 51 of file KX_ObColorIpoSGController.h.

Referenced by GetReplica().

KX_ObColorIpoSGController::~KX_ObColorIpoSGController ( ) [virtual]

Definition at line 105 of file KX_ObColorIpoSGController.cpp.

References i.


Member Function Documentation

void KX_ObColorIpoSGController::AddInterpolator ( KX_IInterpolator interp)

Definition at line 71 of file KX_ObColorIpoSGController.cpp.

Referenced by BL_CreateIPO(), and GetReplica().

SG_Controller * KX_ObColorIpoSGController::GetReplica ( class SG_Node destnode) [virtual]
void KX_ObColorIpoSGController::SetOption ( int  option,
int  value 
) [inline, virtual]

Hacky way of passing options to specific controllers

Parameters:
optionAn integer identifying the option.
valueThe value of this option.
Attention:
This has been placed here to give sca-elements
some control over the controllers. This is
necessary because the identity of the controller
is lost on the way here.

Implements SG_Controller.

Definition at line 64 of file KX_ObColorIpoSGController.h.

virtual void KX_ObColorIpoSGController::SetSimulatedTime ( double  time) [inline, virtual]

Implements SG_Controller.

Definition at line 58 of file KX_ObColorIpoSGController.h.

bool KX_ObColorIpoSGController::Update ( double  time) [virtual]

Member Data Documentation

Definition at line 42 of file KX_ObColorIpoSGController.h.

Referenced by BL_CreateIPO(), and Update().


The documentation for this class was generated from the following files: