|
IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
DTO (data transfer object) for neural data input element mapping definition. More...
Inheritance diagram for IG::Neural::MapImputElementDefinitionDto:
Collaboration diagram for IG::Neural::MapImputElementDefinitionDto:Public Member Functions | |
| MapImputElementDefinitionDto () | |
| override InputMappingDefinitionElement | 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 input element mapping definition.
$A Igor Jul 19; tako78 Jul 19
| IG::Neural::MapImputElementDefinitionDto::MapImputElementDefinitionDto | ( | ) | [inline] |
| override InputMappingDefinitionElement IG::Neural::MapImputElementDefinitionDto::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::MapImputElementDefinitionDto::CopyFromPlain | ( | MappingDefinitionElement | obj | ) | [inline, protected] |
Reimplemented from IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >.
| override void IG::Neural::MapImputElementDefinitionDto::CopyToPlain | ( | ref MappingDefinitionElement | obj | ) | [inline, protected] |
Reimplemented from IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >.