|
IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Inheritance diagram for IG::Neural::MapDataDefinitionDto:
Collaboration diagram for IG::Neural::MapDataDefinitionDto:Public Member Functions | |
| MapDataDefinitionDto () | |
| override MappingDefinition | CreateObject () |
Public Attributes | |
| MapImputElementDefinitionDto[] | Input = null |
| MapOutputElementDefinitionDto[] | Output = null |
| int | InputLength = 10 |
| int | OutputLength = 10 |
| bool | CheckInputUniqueness = false |
| bool | CheckOutputUniqueness = false |
| bool | CheckInputNameConsistency = false |
| bool | CheckOutputNameConsistency = false |
Protected Member Functions | |
| override void | CopyFromPlain (MappingDefinition obj) |
| override void | CopyToPlain (ref MappingDefinition obj) |
| IG::Neural::MapDataDefinitionDto::MapDataDefinitionDto | ( | ) | [inline] |
| override MappingDefinition IG::Neural::MapDataDefinitionDto::CreateObject | ( | ) | [inline] |
| override void IG::Neural::MapDataDefinitionDto::CopyFromPlain | ( | MappingDefinition | obj | ) | [inline, protected] |
| override void IG::Neural::MapDataDefinitionDto::CopyToPlain | ( | ref MappingDefinition | obj | ) | [inline, protected] |