base class for RelationVector<T>
More...
#include <RelationVector.h>
|
void | add (const RelationVectorBase &other) |
| add another list of relations. More...
|
|
void | apply (int index, const std::function< void(std::vector< unsigned int > &, std::vector< float > &, size_t)> &f) |
| apply function to the relation associated with the RelationEntry at given index.
|
|
|
std::string | m_name |
| entry name of array containing object these relations belong to.
|
|
int | m_index { -1} |
| index of object these relations belong to.
|
|
std::vector< RelationEntry > | m_relations |
| The vector of relation entries.
|
|
std::vector< std::string > | m_relationNames |
| Names of associated relations.
|
|
base class for RelationVector<T>
Definition at line 24 of file RelationVector.h.
◆ RelationVectorBase()
◆ add()
The documentation for this class was generated from the following files: