Go to the documentation of this file.
18 #ifndef IGNITION_RENDERING_OGRE2_OGRE2THERMALCAMERA_HH_
19 #define IGNITION_RENDERING_OGRE2_OGRE2THERMALCAMERA_HH_
31 #include "ignition/rendering/ogre2/Export.hh"
50 inline namespace IGNITION_RENDERING_VERSION_NAMESPACE {
53 class Ogre2ThermalCameraPrivate;
66 public:
virtual void Init()
override;
69 public:
virtual void Destroy()
override;
72 public:
virtual void PreRender()
override;
75 public:
virtual void PostRender()
override;
81 std::function<
void(
const uint16_t *,
unsigned int,
unsigned int,
82 unsigned int,
const std::string &)> _subscriber)
override;
85 public:
virtual void Render()
override;
92 protected:
void CreateCamera();
95 protected:
virtual void CreateRenderTexture();
98 protected:
virtual void CreateThermalTexture();
101 protected: Ogre::Camera *ogreCamera =
nullptr;
Definition: OgreCamera.hh:27
Ogre2.x implementation of the scene class.
Definition: Ogre2Scene.hh:41
Represents a render-target to which cameras can render images.
Definition: RenderTarget.hh:37
Base implementation of the ThermalCamera class.
Definition: BaseThermalCamera.hh:33
Thermal camera used to render thermal data into an image buffer.
Definition: Ogre2ThermalCamera.hh:56