2#include <NDEVR/Model.h>
3#if NDEVR_FILE_RESOURCE_MODEL
14 class NDEVR_DESIGN_API FileResourceModel :
public Model
36 FileResourceModel(
const Model& model);
42 void setFile(
const File& file);
54 DataMode dataMode()
const;
60 static constexpr const char* TypeName() {
return "file_resource"; }
A core class that represents a node on model hierarchy.
The primary namespace for the NDEVR SDK.