API Documentation
Loading...
Searching...
No Matches
DesignObjectUpdateTarget.h
Go to the documentation of this file.
1#pragma once
2namespace NDEVR
3{
4 class DesignObjectLookup;
5 class Time;
6 /**--------------------------------------------------------------------------------------------------
7 \brief An object that will be call update, each time the lookup is updated
8 **/
10 {
11 public:
12 virtual void update(DesignObjectLookup* lookup, Time time) = 0;
13 };
14}
A core class where all Design Objects including models, materials, and geometries are stored....
Definition DesignObjectLookup.h:65
An object that will be call update, each time the lookup is updated.
Definition DesignObjectUpdateTarget.h:10
virtual void update(DesignObjectLookup *lookup, Time time)=0
Represents a timestamp with utilities for manipulation and conversion.
Definition Time.h:54
Definition ACIColor.h:37