API Documentation
Loading...
Searching...
No Matches
ImageModel.h
Go to the documentation of this file.
1#pragma once
2#include <NDEVR/Model.h>
3#if NDEVR_IMAGE_MODEL
4namespace NDEVR
5{
6 class NDEVR_DESIGN_API ImageModel : public Model
7 {
8 public:
9 ImageModel();
10 ImageModel(const Model& model);
11 void setImage(const String& image_id);
12 void setImageFile(const File& image_id);
13 void createGeometry();
14 void updateGeometryScale();
15 String getImage() const;
16 static constexpr const char* TypeName() { return "image_model"; }
17 };
18}
19#endif
#define NDEVR_DESIGN_API
Definition DLLInfo.h:77
Definition ACIColor.h:37