Draft: Resolve "Implementation of new nodes creation"
Compare changes
- Joan Vallvé Navarro authored
+ 100
− 19
@@ -39,9 +39,9 @@ namespace wolf
@@ -39,9 +39,9 @@ namespace wolf
@@ -79,20 +79,39 @@ class CaptureBase : public NodeStateBlocks
@@ -79,20 +79,39 @@ class CaptureBase : public NodeStateBlocks
/** \brief Emplace a FactorBlockDifference with zero difference between the state _key of this capture and
virtual FactorBasePtr emplaceDriftFactor(CaptureBasePtr _capture_origin, char _key, bool _apply_loss_function);
@@ -134,13 +153,40 @@ class CaptureBase : public NodeStateBlocks
@@ -134,13 +153,40 @@ class CaptureBase : public NodeStateBlocks
@@ -148,6 +194,15 @@ class CaptureBase : public NodeStateBlocks
@@ -148,6 +194,15 @@ class CaptureBase : public NodeStateBlocks
@@ -155,22 +210,32 @@ class CaptureBase : public NodeStateBlocks
@@ -155,22 +210,32 @@ class CaptureBase : public NodeStateBlocks
@@ -182,6 +247,12 @@ class CaptureBase : public NodeStateBlocks
@@ -182,6 +247,12 @@ class CaptureBase : public NodeStateBlocks
@@ -289,4 +360,14 @@ inline void CaptureBase::setTimeStampToNow()
@@ -289,4 +360,14 @@ inline void CaptureBase::setTimeStampToNow()