|
API Documentation
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
2#include <NDEVR/Model.h>
13 ImageModel(
const Model& model);
14 void setImage(
const String& image_id);
15 void setImageFile(
const File& image_id);
16 void createGeometry();
17 void updateGeometryScale();
18 String getImage()
const;
19 static constexpr const char* TypeName() {
return "image_model"; }