inline const Render::ImageBase* GetImage() const; inline Render::ImageBase* GetImage();
Returns the referenced image. All Render::ImageBase derived classes are created by ImageCreator::CreateImage or Render::ImageCreator::CreateSubImage. If the user overrides both of those functions to return a custom class, they can use type-casts to access they custom data structures.
The referenced image.