OpenClonk
StdMeshBone Class Reference

#include <StdMesh.h>

Collaboration diagram for StdMeshBone:
[legend]

Public Member Functions

 StdMeshBone ()=default
 
const StdMeshBoneGetParent () const
 

Public Attributes

unsigned int Index
 
int ID
 
StdCopyStrBuf Name
 
StdMeshTransformation Transformation
 
StdMeshTransformation InverseTransformation
 

Friends

class StdMeshSkeleton
 
class StdMeshSkeletonLoader
 
class StdMeshXML
 

Detailed Description

Definition at line 24 of file StdMesh.h.

Constructor & Destructor Documentation

◆ StdMeshBone()

StdMeshBone::StdMeshBone ( )
default

Member Function Documentation

◆ GetParent()

const StdMeshBone* StdMeshBone::GetParent ( ) const
inline

Definition at line 41 of file StdMesh.h.

41 { return Parent; }

Referenced by StdMeshSkeleton::MirrorAnimation(), and StdMeshInstance::UpdateBoneTransforms().

Here is the caller graph for this function:

Friends And Related Function Documentation

◆ StdMeshSkeleton

friend class StdMeshSkeleton
friend

Definition at line 26 of file StdMesh.h.

◆ StdMeshSkeletonLoader

friend class StdMeshSkeletonLoader
friend

Definition at line 27 of file StdMesh.h.

◆ StdMeshXML

friend class StdMeshXML
friend

Definition at line 28 of file StdMesh.h.

Member Data Documentation

◆ ID

int StdMeshBone::ID

Definition at line 33 of file StdMesh.h.

Referenced by StdMeshSkeletonLoader::LoadSkeletonXml().

◆ Index

◆ InverseTransformation

◆ Name

◆ Transformation


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