#include <SurgSim/Physics/MlcpMapping.h>
|
| | MlcpMapping () |
| |
| void | clear () |
| | Clear the mapping. More...
|
| |
| void | setValue (const T *key, size_t value) |
| | Sets the key/value (add an entry if the key is not found, change the value otherwise) More...
|
| |
| ptrdiff_t | getValue (const T *key) const |
| | Gets the value from a given key. More...
|
| |
◆ MlcpMapping()
◆ clear()
◆ getValue()
Gets the value from a given key.
◆ setValue()
Sets the key/value (add an entry if the key is not found, change the value otherwise)
◆ m_indexMapping
The index mapping data structure.
The documentation for this class was generated from the following file: