IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
DTO (data transfer object) for neural data output element mapping definition. More...
Public Member Functions | |
MapOutputElementDefinitionDto () | |
override OutputMappingDefinitionElement | CreateObject () |
Creates and returns a new object of the type whose data is represented by the current DTO (Data Transfer Object). WARNING: Implement thread locking in overriding functions! | |
Protected Member Functions | |
override void | CopyFromPlain (MappingDefinitionElement obj) |
override void | CopyToPlain (ref MappingDefinitionElement obj) |
DTO (data transfer object) for neural data output element mapping definition.
$A Igor Jul 19; tako78 Jul 19
IG::Neural::MapOutputElementDefinitionDto::MapOutputElementDefinitionDto | ( | ) | [inline] |
override OutputMappingDefinitionElement IG::Neural::MapOutputElementDefinitionDto::CreateObject | ( | ) | [inline, virtual] |
Creates and returns a new object of the type whose data is represented by the current DTO (Data Transfer Object). WARNING: Implement thread locking in overriding functions!
Therad locking should be performed in overriding functions!
Reimplemented from IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >.
override void IG::Neural::MapOutputElementDefinitionDto::CopyFromPlain | ( | MappingDefinitionElement | obj | ) | [inline, protected] |
Reimplemented from IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >.
override void IG::Neural::MapOutputElementDefinitionDto::CopyToPlain | ( | ref MappingDefinitionElement | obj | ) | [inline, protected] |
Reimplemented from IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >.