ImFusion C++ SDK 4.5.0
ImFusion::SharedImage::Representation Struct Reference

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< Imageimage
bool isDirty = true

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