Atoms Crowd  4.1.0
Operator.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 Atoms
10 {
12  {
13  return m_outPose;
14  }
15 }
Atoms::Operator::outPosePort
AtomsGraph::PosePort * outPosePort()
Get output pose port.
Definition: Operator.impl.h:11
AtomsGraph::PortTemplate
Generic node port class.
Definition: PortTemplate.h:24
Atoms
Atoms namespace.
Definition: Agent.h:28
Atoms::Operator::m_outPose
AtomsGraph::PosePort * m_outPose
Output pose port.
Definition: Operator.h:70