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

KX_SlowParentRelation Class Reference

#include <KX_SG_NodeRelationships.h>

Inheritance diagram for KX_SlowParentRelation:
Inheritance graph
[legend]

List of all members.

Public Member Functions

bool UpdateChildCoordinates (SG_Spatial *child, const SG_Spatial *parent, bool &parentUpdated)
SG_ParentRelationNewCopy ()
MT_Scalar GetTimeOffset ()
void SetTimeOffset (MT_Scalar relaxation)
 ~KX_SlowParentRelation ()
bool IsSlowRelation ()

Static Public Member Functions

static KX_SlowParentRelationNew (MT_Scalar relaxation)

Detailed Description

Definition at line 155 of file KX_SG_NodeRelationships.h.


Constructor & Destructor Documentation

KX_SlowParentRelation::~KX_SlowParentRelation ( )

Definition at line 291 of file KX_SG_NodeRelationships.cpp.


Member Function Documentation

MT_Scalar KX_SlowParentRelation::GetTimeOffset ( ) [inline]

Definition at line 191 of file KX_SG_NodeRelationships.h.

bool KX_SlowParentRelation::IsSlowRelation ( ) [inline, virtual]

Need this to see if we are able to adjust time-offset from the python api

Reimplemented from SG_ParentRelation.

Definition at line 203 of file KX_SG_NodeRelationships.h.

KX_SlowParentRelation * KX_SlowParentRelation::New ( MT_Scalar  relaxation) [static]

Allocate and construct a new KX_VertexParentRelation on the heap.

Slow parent relationship

Definition at line 175 of file KX_SG_NodeRelationships.cpp.

Referenced by BL_ConvertBlenderObjects().

SG_ParentRelation * KX_SlowParentRelation::NewCopy ( ) [virtual]

Method inherited from KX_ParentRelation

Implements SG_ParentRelation.

Definition at line 275 of file KX_SG_NodeRelationships.cpp.

void KX_SlowParentRelation::SetTimeOffset ( MT_Scalar  relaxation) [inline]

Definition at line 195 of file KX_SG_NodeRelationships.h.

bool KX_SlowParentRelation::UpdateChildCoordinates ( SG_Spatial child,
const SG_Spatial parent,
bool &  parentUpdated 
) [virtual]

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