![]() |
ImFusion C++ SDK 4.5.0
|
Public Member Functions | |
| Representation () | |
| Default construction yields an invalid representation (e.g. "not found"). Check isValid() before use. | |
| Representation (const std::type_index &type, std::shared_ptr< Image > img, bool dirty) | |
| bool | isValid () const |
| True if this representation refers to an image. False for "not found" / failure (e.g. default-constructed). | |
Public Attributes | |
| std::type_index | imageType |
| std::shared_ptr< Image > | image |
| bool | isDirty = true |