Skip to content
Snippets Groups Projects

Mutex state block

Merged Jeremie Deray requested to merge mutex_state_block into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -74,6 +74,11 @@ public:
@@ -74,6 +74,11 @@ public:
**/
**/
StateBlock(const Eigen::VectorXs& _state, bool _fixed = false, LocalParametrizationBasePtr _local_param_ptr = nullptr);
StateBlock(const Eigen::VectorXs& _state, bool _fixed = false, LocalParametrizationBasePtr _local_param_ptr = nullptr);
 
///< Explicitly not copyable/movable
 
StateBlock(const StateBlock& o) = delete;
 
StateBlock(StateBlock&& o) = delete;
 
StateBlock& operator=(const StateBlock& o) = delete;
 
/** \brief Destructor
/** \brief Destructor
**/
**/
virtual ~StateBlock();
virtual ~StateBlock();
Loading