NeuralEngine
A Game Engine with embeded Machine Learning algorithms based on Gaussian Processes.
NeuralEngine::MachineLearning::Size Struct Reference
Collaboration diagram for NeuralEngine::MachineLearning::Size:

Public Member Functions

 Size (int width, int height)
 

Public Attributes

int width
 
int height
 

Detailed Description

Definition at line 27 of file FgWindow.h.

Constructor & Destructor Documentation

◆ Size()

NeuralEngine::MachineLearning::Size::Size ( int  width,
int  height 
)
inline

Definition at line 30 of file FgWindow.h.

Member Data Documentation

◆ width

int NeuralEngine::MachineLearning::Size::width

Definition at line 29 of file FgWindow.h.

◆ height

int NeuralEngine::MachineLearning::Size::height

Definition at line 29 of file FgWindow.h.


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