Exception when trying to optimize a disconnected graph. More...
#include <exception.h>
Public Member Functions | |
DisconnectedComponentException (const unsigned n, const unsigned n2) | |
Public Attributes | |
const unsigned | n |
const unsigned | n2 |
Exception when trying to optimize a disconnected graph.
Definition at line 113 of file exception.h.
pose_graph::DisconnectedComponentException::DisconnectedComponentException | ( | const unsigned | n, | |
const unsigned | n2 | |||
) | [inline] |
Definition at line 115 of file exception.h.
const unsigned pose_graph::DisconnectedComponentException::n |
Definition at line 120 of file exception.h.
const unsigned pose_graph::DisconnectedComponentException::n2 |
Definition at line 120 of file exception.h.