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
drawing.h
Go to the documentation of this file.
1
# pragma once
2
# include <imgui.h>
3
4
namespace
ax
{
5
namespace
Drawing {
6
7
enum class
IconType
: ImU32 {
Flow
,
Circle
,
Square
,
Grid
,
RoundSquare
,
Diamond
};
8
9
void
DrawIcon
(ImDrawList* drawList,
const
ImVec2& a,
const
ImVec2& b,
IconType
type,
bool
filled, ImU32 color, ImU32 innerColor);
10
11
}
// namespace Drawing
12
}
// namespace ax
ax::Drawing::IconType
IconType
Definition
drawing.h:7
ax::Drawing::IconType::Circle
@ Circle
ax::Drawing::IconType::Grid
@ Grid
ax::Drawing::IconType::RoundSquare
@ RoundSquare
ax::Drawing::IconType::Diamond
@ Diamond
ax::Drawing::IconType::Square
@ Square
ax::Drawing::IconType::Flow
@ Flow
ax::Drawing::DrawIcon
void DrawIcon(ImDrawList *drawList, const ImVec2 &a, const ImVec2 &b, IconType type, bool filled, ImU32 color, ImU32 innerColor)
Definition
drawing.cpp:5
ax
Definition
builders.h:19
Generated by
1.9.8