CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | Public 属性 | 所有成员列表
FSkeletonHierarchy结构体 参考

#include <SpringBasedVegetationComponent.h>

+ FSkeletonHierarchy 的协作图:

Public 成员函数

void AddForce (const FString &BoneName, const FVector &Force)
 
void Clear ()
 
void ClearExternalForces ()
 
void ComputeChildrenJointsAndBones ()
 
void ComputeEndJoints ()
 
FSkeletonJointGetRootJoint ()
 

Public 属性

TArray< int > EndJoints
 
TArray< int > EndToRootOrder
 
TArray< FSkeletonJointJoints
 
TArray< int > RootToEndOrder
 

详细描述

在文件 SpringBasedVegetationComponent.h106 行定义.

成员函数说明

◆ AddForce()

void FSkeletonHierarchy::AddForce ( const FString & BoneName,
const FVector & Force )

在文件 SpringBasedVegetationComponent.cpp217 行定义.

引用了 AddForce() , 以及 Joints.

被这些函数引用 AddForce().

+ 函数调用图:
+ 这是这个函数的调用关系图:

◆ Clear()

void FSkeletonHierarchy::Clear ( )

在文件 SpringBasedVegetationComponent.cpp140 行定义.

引用了 EndJoints, EndToRootOrder, Joints , 以及 RootToEndOrder.

◆ ClearExternalForces()

void FSkeletonHierarchy::ClearExternalForces ( )

在文件 SpringBasedVegetationComponent.cpp228 行定义.

引用了 ClearExternalForces() , 以及 Joints.

被这些函数引用 ClearExternalForces().

+ 函数调用图:
+ 这是这个函数的调用关系图:

◆ ComputeChildrenJointsAndBones()

void FSkeletonHierarchy::ComputeChildrenJointsAndBones ( )

在文件 SpringBasedVegetationComponent.cpp147 行定义.

引用了 FSkeletonJoint::ChildrenIds, ComputeChildrenJointsAndBones(), Joints, OTHER_LOG , 以及 FSkeletonJoint::ParentId.

被这些函数引用 ComputeChildrenJointsAndBones().

+ 函数调用图:
+ 这是这个函数的调用关系图:

◆ ComputeEndJoints()

void FSkeletonHierarchy::ComputeEndJoints ( )

在文件 SpringBasedVegetationComponent.cpp170 行定义.

引用了 FSkeletonJoint::ChildrenIds, ComputeEndJoints(), EndJoints, EndToRootOrder, Joints, OTHER_LOG , 以及 RootToEndOrder.

被这些函数引用 ComputeEndJoints().

+ 函数调用图:
+ 这是这个函数的调用关系图:

◆ GetRootJoint()

FSkeletonJoint & FSkeletonHierarchy::GetRootJoint ( )
inline

在文件 SpringBasedVegetationComponent.h124 行定义.

类成员变量说明

◆ EndJoints

TArray<int> FSkeletonHierarchy::EndJoints

在文件 SpringBasedVegetationComponent.h113 行定义.

被这些函数引用 Clear() , 以及 ComputeEndJoints().

◆ EndToRootOrder

TArray<int> FSkeletonHierarchy::EndToRootOrder

在文件 SpringBasedVegetationComponent.h115 行定义.

被这些函数引用 Clear() , 以及 ComputeEndJoints().

◆ Joints

TArray<FSkeletonJoint> FSkeletonHierarchy::Joints

◆ RootToEndOrder

TArray<int> FSkeletonHierarchy::RootToEndOrder

在文件 SpringBasedVegetationComponent.h117 行定义.

被这些函数引用 Clear() , 以及 ComputeEndJoints().


该结构体的文档由以下文件生成: