0.2.0
Loading...
Searching...
No Matches
FlowAnimation.hpp
Go to the documentation of this file.
1
// This file is part of INSTINCT, the INS Toolkit for Integrated
2
// Navigation Concepts and Training by the Institute of Navigation of
3
// the University of Stuttgart, Germany.
4
//
5
// This Source Code Form is subject to the terms of the Mozilla Public
6
// License, v. 2.0. If a copy of the MPL was not distributed with this
7
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
8
13
14
#pragma once
15
16
#include <imgui_node_editor.h>
17
18
namespace
NAV::FlowAnimation
19
{
20
24
void
Add
(ax::NodeEditor::LinkId
id
, ax::NodeEditor::FlowDirection direction = ax::NodeEditor::FlowDirection::Forward);
25
27
void
ProcessQueue
();
28
29
}
// namespace NAV::FlowAnimation
NAV::FlowAnimation::Add
void Add(ax::NodeEditor::LinkId id, ax::NodeEditor::FlowDirection direction=ax::NodeEditor::FlowDirection::Forward)
Thread safe flow animaton of links.
NAV::FlowAnimation::ProcessQueue
void ProcessQueue()
Triggers the queued flow animations.
src
internal
gui
FlowAnimation.hpp
Generated by
1.10.0