ImFusion C++ SDK 4.5.0
ImFusion::ImageMath::internal::TaggingIndex Struct Reference

#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...

Detailed Description

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_indexexternal

The documentation for this struct was generated from the following file:
  • ImFusion/ImageMath/Utils/Types.h
Search Tab / S to search, Esc to close