Visual Computing Library
|
The CustomComponentsVectorMap class stores a map of vectors of custom components. More...
#include <vclib/mesh/containers/custom_components_vector_map.h>
The CustomComponentsVectorMap class stores a map of vectors of custom components.
Each vector of custom components has two main properties:
The class allows to access to the vectors of custom components trough their name and type.
For each custom component, the class stores a vector of std::any, that allows to store any type of data. The actual type of the data stored in the vectors is required to access to the vector data.
HasCustomComponent | A boolean value that enables the functionalities of the class. |