Skip to content

Commit 295e6c2

Browse files
committed
missing functions TODO
1 parent b14a8bb commit 295e6c2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/services/AbstractDFG.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,11 +251,16 @@ Implement `getFactor(dfg::AbstractDFG, label::Symbol)`
251251
"""
252252
function getFactor end
253253

254+
#TODO implement
255+
function getFactorSkeleton end
256+
function getFactorSummary end
254257
"""
255258
$(SIGNATURES)
256259
Get the skeleton factors from a DFG as a Vector{FactorSkeleton}.
257260
"""
258261
function getFactorsSkeleton end
262+
#TODO implement
263+
function getFactorsSummary end
259264

260265
function Base.getindex(dfg::AbstractDFG, lbl::Symbol)
261266
if isVariable(dfg, lbl)

0 commit comments

Comments
 (0)