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
Enumerations | Functions
ax::Drawing Namespace Reference

Enumerations

enum class  IconType : ImU32 {
  Flow , Circle , Square , Grid ,
  RoundSquare , Diamond
}
 

Functions

void DrawIcon (ImDrawList *drawList, const ImVec2 &a, const ImVec2 &b, IconType type, bool filled, ImU32 color, ImU32 innerColor)
 

Enumeration Type Documentation

◆ IconType

enum class ax::Drawing::IconType : ImU32
strong
Enumerator
Flow 
Circle 
Square 
Grid 
RoundSquare 
Diamond 

Function Documentation

◆ DrawIcon()

void ax::Drawing::DrawIcon ( ImDrawList *  drawList,
const ImVec2 &  a,
const ImVec2 &  b,
IconType  type,
bool  filled,
ImU32  color,
ImU32  innerColor 
)
Here is the caller graph for this function: