#include <PyDumperDict.h>
Definition at line 63 of file PyDumperDict.h.
◆ getAuxIDVector() [1/2]
| std::vector< unsigned int > PyDumper::Utils::getAuxIDVector |
( |
const SG::AuxElement & | e | ) |
|
|
inlinestatic |
Definition at line 75 of file PyDumperDict.h.
76 {
77 const SG::auxid_set_t&
ids =
e.getAuxIDs();
78 std::vector<unsigned int>
v (
ids.begin(),
ids.end());
81 }
void sort(typename DataModel_detail::iterator< DVL > beg, typename DataModel_detail::iterator< DVL > end)
Specialization of sort for DataVector/List.
◆ getAuxIDVector() [2/2]
| std::vector< unsigned int > PyDumper::Utils::getAuxIDVector |
( |
const SG::AuxVectorData & | e | ) |
|
|
inlinestatic |
Definition at line 67 of file PyDumperDict.h.
68 {
69 const SG::auxid_set_t&
ids =
e.getAuxIDs();
70 std::vector<unsigned int>
v (
ids.begin(),
ids.end());
73 }
The documentation for this class was generated from the following file: