Castor3D  ..
Fonctions membres publiques | Amis | Liste de tous les membres
Référence de la classe castor3d::SkeletonAnimationNode

Implémentation de SkeletonAnimationObject pour des noeuds abstraits. Plus de détails...

+ Graphe d'héritage de castor3d::SkeletonAnimationNode:
+ Graphe de collaboration de castor3d::SkeletonAnimationNode:

Fonctions membres publiques

C3D_API SkeletonAnimationNode (SkeletonAnimation &animation, castor::String const &name=castor::cuEmptyString)
 Constructeur. Plus de détails...
 
C3D_API ~SkeletonAnimationNode ()
 Destructeur. Plus de détails...
 
C3D_API SkeletonAnimationNode (SkeletonAnimationNode &&rhs)=default
 Constructeur par déplacement. Plus de détails...
 
C3D_API SkeletonAnimationNodeoperator= (SkeletonAnimationNode &&rhs)=default
 Opérateur d'affectation par déplacement. Plus de détails...
 
C3D_API SkeletonAnimationNode (SkeletonAnimationNode const &rhs)=delete
 Constructeur par copie. Plus de détails...
 
C3D_API SkeletonAnimationNodeoperator= (SkeletonAnimationNode const &rhs)=delete
 Opérateur d'affectation par copie. Plus de détails...
 
virtual C3D_API castor::String const & getName () const
 Récupère le nom de l'objet. Plus de détails...
 
- Fonctions membres publiques hérités de castor3d::SkeletonAnimationObject
virtual C3D_API ~SkeletonAnimationObject ()
 Destructeur. Plus de détails...
 
C3D_API void addChild (SkeletonAnimationObjectSPtr object)
 Ajoute un objet enfant à celui-ci. Plus de détails...
 
InterpolatorType getInterpolationMode () const
 
SkeletonAnimationObjectType getType () const
 
castor::Matrix4x4r const & getNodeTransform () const
 Récupère les animations du noeud de transformation. Plus de détails...
 
void setNodeTransform (castor::Matrix4x4r const &transform)
 Définit les animations du noeud de transformation. Plus de détails...
 
SkeletonAnimationObjectPtrArray const & getChildren () const
 
SkeletonAnimationObjectSPtr getParent () const
 

Amis

class BinaryWriter< SkeletonAnimationNode >
 
class BinaryParser< SkeletonAnimationNode >
 

Membres hérités additionnels

- Fonctions membres protégées hérités de castor3d::SkeletonAnimationObject
C3D_API SkeletonAnimationObject (SkeletonAnimation &animation, SkeletonAnimationObjectType type)
 Constructeur. Plus de détails...
 
C3D_API SkeletonAnimationObject (SkeletonAnimationObject const &rhs)=delete
 Constructeur par copie. Plus de détails...
 
- Attributs protégés hérités de castor3d::SkeletonAnimationObject
InterpolatorType m_mode { InterpolatorType::eCount }
 
SkeletonAnimationObjectType m_type
 
castor::Matrix4x4r m_nodeTransform
 
SkeletonAnimationObjectPtrArray m_children
 
SkeletonAnimationObjectWPtr m_parent
 
castor::BoundingBox m_boundingBox
 

Description détaillée

Implémentation de SkeletonAnimationObject pour des noeuds abstraits.

Auteur
Sylvain DOREMUS
Version
0.7.0
Date
09/12/2013
Remarques
Utilisé afin de décomposer le modèle et ajouter des noeuds d'animation intermédiaires.

Documentation des constructeurs et destructeur

◆ SkeletonAnimationNode() [1/3]

C3D_API castor3d::SkeletonAnimationNode::SkeletonAnimationNode ( SkeletonAnimation animation,
castor::String const &  name = castor::cuEmptyString 
)

Constructeur.

Paramètres
[in]animationL'animation parente.
[in]nameLe nom du noeud.

◆ ~SkeletonAnimationNode()

C3D_API castor3d::SkeletonAnimationNode::~SkeletonAnimationNode ( )

Destructeur.

◆ SkeletonAnimationNode() [2/3]

C3D_API castor3d::SkeletonAnimationNode::SkeletonAnimationNode ( SkeletonAnimationNode &&  rhs)
default

Constructeur par déplacement.

◆ SkeletonAnimationNode() [3/3]

C3D_API castor3d::SkeletonAnimationNode::SkeletonAnimationNode ( SkeletonAnimationNode const &  rhs)
delete

Constructeur par copie.

Documentation des fonctions membres

◆ getName()

virtual C3D_API castor::String const& castor3d::SkeletonAnimationNode::getName ( ) const
inlinevirtual

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

Renvoie
Le nom

Implémente castor3d::SkeletonAnimationObject.

◆ operator=() [1/2]

C3D_API SkeletonAnimationNode& castor3d::SkeletonAnimationNode::operator= ( SkeletonAnimationNode &&  rhs)
default

Opérateur d'affectation par déplacement.

◆ operator=() [2/2]

C3D_API SkeletonAnimationNode& castor3d::SkeletonAnimationNode::operator= ( SkeletonAnimationNode const &  rhs)
delete

Opérateur d'affectation par copie.

Documentation des fonctions amies et associées

◆ BinaryParser< SkeletonAnimationNode >

friend class BinaryParser< SkeletonAnimationNode >
friend

◆ BinaryWriter< SkeletonAnimationNode >

friend class BinaryWriter< SkeletonAnimationNode >
friend

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