Public Member Functions

xl7::direct3d::models::Weight Class Reference

#include <Weight.h>

List of all members.

Public Member Functions

 Weight (void)
 ~Weight (void)
 Weight (const Weight &rhs)
Weightoperator= (const Weight &rhs)
void swap (Weight &rhs)
Index GetJointIndex () const
void SetJointIndex (Index joint_index)
float GetBias () const
void SetBias (float bias)
bool operator== (const Weight &rhs) const
bool operator!= (const Weight &rhs) const

Constructor & Destructor Documentation

xl7::direct3d::models::Weight::Weight ( void   ) 

Default constructor.

xl7::direct3d::models::Weight::~Weight ( void   ) 

Destructor.

xl7::direct3d::models::Weight::Weight ( const Weight rhs  ) 

Copy constructor.


Member Function Documentation

float xl7::direct3d::models::Weight::GetBias (  )  const [inline]

Returns the weight of the joint.

Index xl7::direct3d::models::Weight::GetJointIndex (  )  const [inline]

Returns the index of the weighted joint.

bool xl7::direct3d::models::Weight::operator!= ( const Weight rhs  )  const
Weight & xl7::direct3d::models::Weight::operator= ( const Weight rhs  ) 

Copy assignment operator.

bool xl7::direct3d::models::Weight::operator== ( const Weight rhs  )  const
void xl7::direct3d::models::Weight::SetBias ( float  bias  )  [inline]

Sets the weight of the joint.

void xl7::direct3d::models::Weight::SetJointIndex ( Index  joint_index  )  [inline]

Sets the index of the weighted joint.

void xl7::direct3d::models::Weight::swap ( Weight rhs  ) 

Swap operation.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines