PixelLightAPI
.
|
Vertex weights class for managing a list of weights per vertex. More...
#include <VertexWeights.h>
Public Member Functions | |
PLMESH_API | VertexWeights () |
Constructor. | |
PLMESH_API | ~VertexWeights () |
Destructor. | |
PLMESH_API PLCore::Array < PLCore::uint32 > & | GetWeights () |
Get the vertex weight indices array. | |
PLMESH_API const PLCore::Array < PLCore::uint32 > & | GetWeights () const |
PLMESH_API VertexWeights & | operator= (const VertexWeights &cSource) |
Copy operator. | |
PLMESH_API bool | operator== (const VertexWeights &cVertexWeights) const |
Compares two vertex weights. |
Vertex weights class for managing a list of weights per vertex.
PLMESH_API PLMesh::VertexWeights::VertexWeights | ( | ) |
Constructor.
PLMESH_API PLMesh::VertexWeights::~VertexWeights | ( | ) |
Destructor.
PLMESH_API PLCore::Array<PLCore::uint32>& PLMesh::VertexWeights::GetWeights | ( | ) |
Get the vertex weight indices array.
PLMESH_API const PLCore::Array<PLCore::uint32>& PLMesh::VertexWeights::GetWeights | ( | ) | const |
PLMESH_API VertexWeights& PLMesh::VertexWeights::operator= | ( | const VertexWeights & | cSource | ) |
Copy operator.
[in] | cSource | Source to copy from |
PLMESH_API bool PLMesh::VertexWeights::operator== | ( | const VertexWeights & | cVertexWeights | ) | const |
Compares two vertex weights.
[in] | cVertexWeights | Vertex weights to compare with |
|