opensurgsim
Public Member Functions | Protected Attributes | List of all members
SurgSim::Math::PosedShape< T > Struct Template Reference

PosedShape is a transformed shape with a record of the pose used to transform it. More...

#include <Shape.h>

Public Member Functions

 PosedShape (const T &shapeInput, const Math::RigidTransform3d &poseInput)
 
void invalidate ()
 
const T & getShape () const
 
const Math::RigidTransform3dgetPose () const
 

Protected Attributes

shape
 
Math::RigidTransform3d pose
 

Detailed Description

template<class T>
struct SurgSim::Math::PosedShape< T >

PosedShape is a transformed shape with a record of the pose used to transform it.


The documentation for this struct was generated from the following file: