Resolve "New data structure for storing stateblocks"
Compare changes
Files
2- Joan Solà Ortega authored
+ 1
− 66
@@ -40,7 +40,6 @@ class FrameBase : public NodeBase, public HasStateBlocks, public std::enable_sha
@@ -40,7 +40,6 @@ class FrameBase : public NodeBase, public HasStateBlocks, public std::enable_sha
// std::vector<StateBlockPtr> state_block_vec_; ///< vector of state blocks, in the order: Position, Orientation, Velocity.
@@ -97,32 +96,14 @@ class FrameBase : public NodeBase, public HasStateBlocks, public std::enable_sha
@@ -97,32 +96,14 @@ class FrameBase : public NodeBase, public HasStateBlocks, public std::enable_sha
@@ -214,34 +195,6 @@ inline TimeStamp FrameBase::getTimeStamp() const
@@ -214,34 +195,6 @@ inline TimeStamp FrameBase::getTimeStamp() const
@@ -252,18 +205,6 @@ inline void FrameBase::setV(const StateBlockPtr _v_ptr)
@@ -252,18 +205,6 @@ inline void FrameBase::setV(const StateBlockPtr _v_ptr)
// assert (_i < state_block_vec_.size() && "Requested a state block pointer out of the vector range!");
// assert (_i < state_block_vec_.size() && "Requested a state block pointer out of the vector range!");
@@ -274,12 +215,6 @@ inline const CaptureBasePtrList& FrameBase::getCaptureList() const
@@ -274,12 +215,6 @@ inline const CaptureBasePtrList& FrameBase::getCaptureList() const