Atoms Crowd  7.0.0
Poser.impl.h
1 // ===========================================================================
2 // Copyright (c) 2015 Toolchefs Ltd. All rights reserved.
3 //
4 // Use of this software is subject to the terms of the Toolchefs license
5 // agreement provided at the time of installation or download, or which
6 // otherwise accompanies this software in either electronic or hard copy form.
7 // ===========================================================================
8 
9 namespace AtomsCore
10 {
11  const Skeleton* Poser::skeleton() const
12  {
13  return m_skeleton;
14  }
15 
16 }
const Skeleton * skeleton() const
Returns the skeleton.
Definition: Poser.impl.h:11
Skeleton class.
Definition: Skeleton.h:68
AtomsCore namespace.
Definition: Agent.h:344