Frontend::Utils::Loaders::COLLADA::AnimationSampler Class Reference

#include <AnimationSampler.h>

Inheritance diagram for Frontend::Utils::Loaders::COLLADA::AnimationSampler:

Frontend::Object List of all members.

Public Member Functions

 AnimationSampler ()
void AddRef ()
 Adds a reference to the object.
void Release ()
 Releases a reference on the object.
unsigned int GetRefCount ()
 Returns the number of references on the object.

Public Attributes

SourceInput
SourceOutput
SourceInterpolation
SourceInTangent
SourceOutTangent

Constructor & Destructor Documentation

Frontend::Utils::Loaders::COLLADA::AnimationSampler::AnimationSampler  )  [inline]
 


Member Function Documentation

void Frontend::Object::AddRef  )  [inherited]
 

Adds a reference to the object.

Aqcuires an additional ownership on the object. The object will not be deleted until all owners have called Release() on it.

See also:
Release()

unsigned int Frontend::Object::GetRefCount  )  [inline, inherited]
 

Returns the number of references on the object.

Returns:
The number of references on the object.

void Frontend::Object::Release  )  [inherited]
 

Releases a reference on the object.

If you are an owner of an object, use this function to release it when you are done with it. The object will not be deleted until all owners have called Release() on it.


Member Data Documentation

Source* Frontend::Utils::Loaders::COLLADA::AnimationSampler::Input
 

Source* Frontend::Utils::Loaders::COLLADA::AnimationSampler::InTangent
 

Source* Frontend::Utils::Loaders::COLLADA::AnimationSampler::Interpolation
 

Source* Frontend::Utils::Loaders::COLLADA::AnimationSampler::Output
 

Source* Frontend::Utils::Loaders::COLLADA::AnimationSampler::OutTangent
 


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