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
Public Member Functions | List of all members
ax::NodeEditor::Utilities::BlueprintNodeBuilder Struct Reference

#include <builders.h>

Collaboration diagram for ax::NodeEditor::Utilities::BlueprintNodeBuilder:

Public Member Functions

void Begin (NodeId id)
 
 BlueprintNodeBuilder (ImTextureID texture=reinterpret_cast< ImTextureID >(nullptr), int textureWidth=0, int textureHeight=0)
 
void End ()
 
void EndHeader ()
 
void EndInput ()
 
void EndOutput ()
 
void Header (const ImVec4 &color=ImVec4(1, 1, 1, 1))
 
void Input (PinId id)
 
void Middle ()
 
void Output (PinId id)
 

Constructor & Destructor Documentation

◆ BlueprintNodeBuilder()

ax::NodeEditor::Utilities::BlueprintNodeBuilder::BlueprintNodeBuilder ( ImTextureID  texture = reinterpret_cast<ImTextureID>(nullptr),
int  textureWidth = 0,
int  textureHeight = 0 
)

Member Function Documentation

◆ Begin()

void ax::NodeEditor::Utilities::BlueprintNodeBuilder::Begin ( NodeId  id)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ End()

void ax::NodeEditor::Utilities::BlueprintNodeBuilder::End ( )

◆ EndHeader()

void ax::NodeEditor::Utilities::BlueprintNodeBuilder::EndHeader ( )

◆ EndInput()

void ax::NodeEditor::Utilities::BlueprintNodeBuilder::EndInput ( )
Here is the call graph for this function:

◆ EndOutput()

void ax::NodeEditor::Utilities::BlueprintNodeBuilder::EndOutput ( )
Here is the call graph for this function:

◆ Header()

void ax::NodeEditor::Utilities::BlueprintNodeBuilder::Header ( const ImVec4 &  color = ImVec4(1, 1, 1, 1))
Here is the caller graph for this function:

◆ Input()

void ax::NodeEditor::Utilities::BlueprintNodeBuilder::Input ( PinId  id)
Here is the caller graph for this function:

◆ Middle()

void ax::NodeEditor::Utilities::BlueprintNodeBuilder::Middle ( )

◆ Output()

void ax::NodeEditor::Utilities::BlueprintNodeBuilder::Output ( PinId  id)
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this struct was generated from the following files: