Castor3D 0.14.0
Multiplatform 3D engine
Fonctions membres publiques | Fonctions membres protégées | Attributs protégés | Amis | Liste de tous les membres
Référence de la classe castor3d::SkeletonAnimationObjectabstract

#include <SkeletonAnimationObject.hpp>

Graphe d'héritage de castor3d::SkeletonAnimationObject:
Inheritance graph
[légende]
Graphe de collaboration de castor3d::SkeletonAnimationObject:
Collaboration graph
[légende]

Fonctions membres publiques

virtual C3D_API ~SkeletonAnimationObject ()=default
 Destructeur. Plus de détails...
 
C3D_API void addChild (SkeletonAnimationObjectSPtr object)
 Ajoute un objet enfant à celui-ci. Plus de détails...
 
virtual C3D_API castor::String const & getName () const =0
 Récupère le nom de l'objet. Plus de détails...
 
virtual C3D_API NodeTransform const & getNodeTransform () const noexcept=0
 
InterpolatorType getInterpolationMode () const
 
SkeletonNodeType getType () const
 
SkeletonAnimationObjectPtrArray const & getChildren () const
 
SkeletonAnimationObjectSPtr getParent () const
 

Fonctions membres protégées

C3D_API SkeletonAnimationObject (SkeletonAnimation &animation, SkeletonNodeType type)
 Constructeur. Plus de détails...
 
C3D_API SkeletonAnimationObject (SkeletonAnimationObject const &rhs)=default
 Constructeur par copie. Plus de détails...
 

Attributs protégés

InterpolatorType m_mode { InterpolatorType::eCount }
 
SkeletonNodeType m_type
 
SkeletonAnimationObjectPtrArray m_children
 
SkeletonAnimationObjectWPtr m_parent
 
castor::BoundingBox m_boundingBox
 

Amis

class BinaryWriter< SkeletonAnimationObject >
 
class BinaryParser< SkeletonAnimationObject >
 
class SkeletonAnimationInstanceObject
 

Documentation des constructeurs et destructeur

◆ SkeletonAnimationObject() [1/2]

C3D_API castor3d::SkeletonAnimationObject::SkeletonAnimationObject ( SkeletonAnimation animation,
SkeletonNodeType  type 
)
protected

Constructeur.

Paramètres
[in]animationL'animation parente.
[in]typeLe type d'objet d'animation de squelette.

◆ SkeletonAnimationObject() [2/2]

C3D_API castor3d::SkeletonAnimationObject::SkeletonAnimationObject ( SkeletonAnimationObject const &  rhs)
protecteddefault

Constructeur par copie.

◆ ~SkeletonAnimationObject()

virtual C3D_API castor3d::SkeletonAnimationObject::~SkeletonAnimationObject ( )
virtualdefault

Destructeur.

Documentation des fonctions membres

◆ addChild()

C3D_API void castor3d::SkeletonAnimationObject::addChild ( SkeletonAnimationObjectSPtr  object)

Ajoute un objet enfant à celui-ci.

Remarques
Les transformations de l'enfant sont affectées par celles de cet objet.
Paramètres
[in]objectL'enfant.

◆ getChildren()

SkeletonAnimationObjectPtrArray const & castor3d::SkeletonAnimationObject::getChildren ( ) const
inline
Renvoie
Le tableau d'enfants.

Références m_children.

◆ getInterpolationMode()

InterpolatorType castor3d::SkeletonAnimationObject::getInterpolationMode ( ) const
inline
Renvoie
Le mode d'interpolation des key frames de mise à l'échelle.

Références m_mode.

◆ getName()

virtual C3D_API castor::String const & castor3d::SkeletonAnimationObject::getName ( ) const
pure virtual

Récupère le nom de l'objet.

Renvoie
Le nom.

Implémenté dans castor3d::SkeletonAnimationBone, et castor3d::SkeletonAnimationNode.

◆ getNodeTransform()

virtual C3D_API NodeTransform const & castor3d::SkeletonAnimationObject::getNodeTransform ( ) const
pure virtualnoexcept
Renvoie
La transformation de noeud de l'objet.

Implémenté dans castor3d::SkeletonAnimationBone, et castor3d::SkeletonAnimationNode.

◆ getParent()

SkeletonAnimationObjectSPtr castor3d::SkeletonAnimationObject::getParent ( ) const
inline
Renvoie
L'objet parent.

Références m_parent.

◆ getType()

SkeletonNodeType castor3d::SkeletonAnimationObject::getType ( ) const
inline
Renvoie
Le type d'objet mouvant.

Références m_type.

Documentation des fonctions amies et associées

◆ BinaryParser< SkeletonAnimationObject >

friend class BinaryParser< SkeletonAnimationObject >
friend

◆ BinaryWriter< SkeletonAnimationObject >

friend class BinaryWriter< SkeletonAnimationObject >
friend

◆ SkeletonAnimationInstanceObject

friend class SkeletonAnimationInstanceObject
friend

Documentation des données membres

◆ m_boundingBox

castor::BoundingBox castor3d::SkeletonAnimationObject::m_boundingBox
protected

La bounding box.

◆ m_children

SkeletonAnimationObjectPtrArray castor3d::SkeletonAnimationObject::m_children
protected

Les objets dépendant de celui-ci.

Référencé par getChildren().

◆ m_mode

InterpolatorType castor3d::SkeletonAnimationObject::m_mode { InterpolatorType::eCount }
protected

Le mode d'interpolation.

Référencé par getInterpolationMode().

◆ m_parent

SkeletonAnimationObjectWPtr castor3d::SkeletonAnimationObject::m_parent
protected

L'objet parent.

Référencé par getParent().

◆ m_type

SkeletonNodeType castor3d::SkeletonAnimationObject::m_type
protected

Le type du machin mouvant.

Référencé par getType().


La documentation de cette classe a été générée à partir du fichier suivant :