![]() |
MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The FormGym displays the gym visualization. More...
Public Member Functions | |
| FormGym (string strName, MyCaffeGymControl ctrl=null, bool bStartRecording=false) | |
| The constructor. More... | |
| void | Render (Image bmp, Image bmpAction) |
| Renders the bitmap and action image (if exists). More... | |
| void | Render (double[] rgData, Image bmp, Image bmpAction) |
| Renders the bitmap and action image (if exists). More... | |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. More... | |
Properties | |
| string | GymName [get] |
| Returns the Gym name. More... | |
The FormGym displays the gym visualization.
Definition at line 19 of file FormGym.cs.
| MyCaffe.gym.FormGym.FormGym | ( | string | strName, |
| MyCaffeGymControl | ctrl = null, |
||
| bool | bStartRecording = false |
||
| ) |
The constructor.
| strName | Specifies the name of the Gym. |
| ctrl | Specifies the MyCaffeGymControl instance to use. |
| bStartRecording | Optionally, specifies to start recording at the start. |
Definition at line 32 of file FormGym.cs.
|
protected |
Clean up any resources being used.
| disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 14 of file FormGym.Designer.cs.
| void MyCaffe.gym.FormGym.Render | ( | double[] | rgData, |
| Image | bmp, | ||
| Image | bmpAction | ||
| ) |
Renders the bitmap and action image (if exists).
| rgData | Specifies the gym data used to render the visualization. |
| bmp | Specifies the gym visualization. |
| bmpAction | Optionally, specifies the action image. |
Definition at line 83 of file FormGym.cs.
| void MyCaffe.gym.FormGym.Render | ( | Image | bmp, |
| Image | bmpAction | ||
| ) |
Renders the bitmap and action image (if exists).
| bmp | Specifies the gym visualization. |
| bmpAction | Optionally, specifies the action image. |
Definition at line 62 of file FormGym.cs.
|
get |
Returns the Gym name.
Definition at line 52 of file FormGym.cs.