Dynamic Neural Field Composer
0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
Loading...
Searching...
No Matches
include
user_interface
node_utilities
node_widgets.h
Go to the documentation of this file.
1
#pragma once
2
#include <imgui.h>
3
#include "
drawing.h
"
4
5
namespace
ax
{
6
namespace
Widgets {
7
8
using
Drawing::IconType
;
9
10
void
Icon
(
const
ImVec2& size, IconType type,
bool
filled,
const
ImVec4& color = ImVec4(1, 1, 1, 1),
const
ImVec4& innerColor = ImVec4(0, 0, 0, 0));
11
12
}
// namespace Widgets
13
}
// namespace ax
drawing.h
ax::Drawing::IconType
IconType
Definition
drawing.h:7
ax::Widgets::Icon
void Icon(const ImVec2 &size, IconType type, bool filled, const ImVec4 &color=ImVec4(1, 1, 1, 1), const ImVec4 &innerColor=ImVec4(0, 0, 0, 0))
Definition
node_widgets.cpp:5
ax
Definition
builders.h:19
Generated by
1.9.8