#include <Assignment.h>
List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
| xl7::direct3d::models::Assignment::Assignment |
( |
void |
|
) |
|
| xl7::direct3d::models::Assignment::Assignment |
( |
Index |
vertex_index |
) |
|
| xl7::direct3d::models::Assignment::~Assignment |
( |
void |
|
) |
|
| xl7::direct3d::models::Assignment::Assignment |
( |
const Assignment & |
rhs |
) |
|
Member Function Documentation
| void xl7::direct3d::models::Assignment::FixWeights |
( |
|
) |
|
Fixes the assigned weighted joints: 0-biased joints are eliminated; the sum of biases is forced to be 1.
| Index xl7::direct3d::models::Assignment::GetVertexIndex |
( |
|
) |
const [inline] |
Returns the index of the vertex.
| const Weights* xl7::direct3d::models::Assignment::GetWeights |
( |
|
) |
const [inline] |
Returns the weights of the joints the vertex is assigned to (and the joints themselves).
| Weights* xl7::direct3d::models::Assignment::GetWeights |
( |
|
) |
[inline] |
Returns the weights of the joints the vertex is assigned to (and the joints themselves).
| bool xl7::direct3d::models::Assignment::operator!= |
( |
const Assignment & |
rhs |
) |
const |
| bool xl7::direct3d::models::Assignment::operator< |
( |
const Assignment & |
rhs |
) |
const |
Copy assignment operator.
| bool xl7::direct3d::models::Assignment::operator== |
( |
const Assignment & |
rhs |
) |
const |
| void xl7::direct3d::models::Assignment::SetVertexIndex |
( |
Index |
vertex_index |
) |
[inline] |
Sets the index of the vertex.
| void xl7::direct3d::models::Assignment::swap |
( |
Assignment & |
rhs |
) |
|
Member Data Documentation
The documentation for this class was generated from the following files: