![]() |
ImFusion SDK 4.3
|
#include <ImFusion/Base/ElementwiseDataComponentData.h>
Class for augmenting Data classes with an ElementwiseDataComponentList. More...
Class for augmenting Data classes with an ElementwiseDataComponentList.
Make sure to include m_elementwiseComponents in all relevant operations, e.g. clone, add, remove, clear, etc.
Public Member Functions | |
ElementwiseDataComponentList & | elementwiseComponents () |
Returns elementwise data component list. | |
const ElementwiseDataComponentList & | elementwiseComponents () const |
Returns elementwise data component list. | |
DataComponentList & | mutableComponents (int i) |
Returns the DataComponents associated to the element with that index, creating it if necessary. | |
const DataComponentList & | components (int i) const |
Returns the DataComponents associated to the element with that index. | |
Protected Attributes | |
ElementwiseDataComponentList | m_elementwiseComponents |
Encodes elementwise data components. | |
DataComponentList & mutableComponents | ( | int | i | ) |
Returns the DataComponents associated to the element with that index, creating it if necessary.