|
API Documentation
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
2#include <NDEVR/Model.h>
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"; }