Abstract class representing a set of edges.
More...
#include <edge_set.h>
◆ Ptr
◆ ~EdgeSetInterface()
virtual corbo::EdgeSetInterface::~EdgeSetInterface |
( |
| ) |
|
|
inlinevirtual |
Virtual destructor.
Definition at line 52 of file edge_set.h.
◆ clear()
virtual void corbo::EdgeSetInterface::clear |
( |
| ) |
|
|
pure virtual |
◆ computeEdgeIndices()
virtual void corbo::EdgeSetInterface::computeEdgeIndices |
( |
| ) |
|
|
pure virtual |
◆ isModified()
bool corbo::EdgeSetInterface::isModified |
( |
| ) |
const |
|
inline |
◆ reserveEdgeCacheMemory()
virtual void corbo::EdgeSetInterface::reserveEdgeCacheMemory |
( |
int |
est_value_cache_size, |
|
|
int |
est_jacobians_cache_size |
|
) |
| |
|
pure virtual |
◆ setEdgeIdx() [1/2]
void corbo::EdgeSetInterface::setEdgeIdx |
( |
BaseEdge & |
edge, |
|
|
int |
idx |
|
) |
| |
|
inlineprotected |
◆ setEdgeIdx() [2/2]
◆ setModified()
void corbo::EdgeSetInterface::setModified |
( |
bool |
modified | ) |
|
|
inline |
◆ _modified
bool corbo::EdgeSetInterface::_modified = true |
|
protected |
The documentation for this class was generated from the following file: