mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-10 23:38:38 -05:00
Implementing Translation classes for Keplerian elements as well as two-line element formats (#172)
This commit is contained in:
@@ -46,7 +46,16 @@ public:
|
||||
|
||||
glm::dvec3 position(double time);
|
||||
|
||||
// Registers a callback that gets called when a significant change has been made that
|
||||
// invalidates potentially stored points, for example in trails
|
||||
void onParameterChange(std::function<void()> callback);
|
||||
|
||||
static openspace::Documentation Documentation();
|
||||
|
||||
protected:
|
||||
void notifyObservers();
|
||||
|
||||
std::function<void()> _onParameterChangeCallback;
|
||||
};
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
Reference in New Issue
Block a user