![]() |
ImFusion C++ SDK 4.5.0
|
#include <ImFusion/ImageMath/Utils/Types.h>
In order to tag leafs in an expression we need to be able to re-identify leafs which represent the same information. More...
In order to tag leafs in an expression we need to be able to re-identify leafs which represent the same information.
E.g. Two Arrays that wrap the same image AND if their template parameters match. Therefore we have an internal id internal which in this case identifies the image and an external one which identifies the Array type. The external
Public Member Functions | |
| bool | operator== (const TaggingIndex &other) const |
Public Attributes | |
| uintptr_t | internal = 0 |
| std::optional< std::type_index > | external |