Fixed Image ENUMs

ty
This commit is contained in:
Jan Schuffenhauer
2020-01-09 10:45:54 +01:00
parent ccbe3336a8
commit e3b2968f4d
4 changed files with 7 additions and 7 deletions

View File

@@ -4,13 +4,13 @@
#include "Image/IntelliImage.h"
/*!
* \brief The IntelliRasterImage manages a Rasterimage.
* \brief The IntelliRasterImage manages a RASTERIMAGE.
*/
class IntelliRasterImage : public IntelliImage {
friend IntelliTool;
protected:
/*!
* \brief A function that calculates the visibility of the image if a polygon is given. [does nothing in Rasterimage]
* \brief A function that calculates the visibility of the image if a polygon is given. [does nothing in RASTERIMAGE]
*/
virtual void calculateVisiblity() override;
public: