Ignore:
Timestamp:
02/08/13 03:22:37 (11 years ago)
Author:
Maciej Komosinski
Message:
  • new properties in Parts and Joints: visual red, green, blue, thickness
  • updated list of Neurons and their properties
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/neurocls-factory.h

    r69 r80  
    22// do not edit - generated automatically from "f0.def"
    33// (to be included in "neurofactory.cpp")
     4
    45
    56
     
    8384#undef FIELDSTRUCT
    8485
     86#define FIELDSTRUCT NI_VectorEye
     87ParamEntry NI_VectorEye_tab []={
     88{"Vector Eye [EXPERIMENTAL!]",1, 9 ,"VEye",},
     89{"tx",0,0,"target.x","f   ",FIELD(target.x),},
     90{"ty",0,0,"target.y","f   ",FIELD(target.y),},
     91{"tz",0,0,"target.z","f   ",FIELD(target.z),},
     92{"ts",0,0,"target shape","s 0 -1 0",FIELD(targetShape),},
     93{"p",0,0,"perspective","f 0.1 10.0 1.0",FIELD(perspz),},
     94{"s",0,0,"scale","f 0.1 100.0 1.0",FIELD(perspscale),},
     95{"h",0,0,"show hidden lines","d 0 1 0",FIELD(showhidden),},
     96{"o",0,0,"output lines count (each line needs four channels)","d 0 99 0",FIELD(outputcount),},
     97{"d",0,0,"debug","d 0 1 0",FIELD(showdebug),},
     98 {0,0,0,},};
     99#undef FIELDSTRUCT
     100
     101#define FIELDSTRUCT NI_VisualMotorNeuron
     102ParamEntry NI_VisualMotorNeuron_tab []={
     103{"Visual-Motor Cortex [EXPERIMENTAL!]",1, 3 ,"VMotor",},
     104{"noIF",0,0,"number of basic features","d   ",FIELD(noIF),},
     105{"noDim",0,0,"number of degrees of freedom","d   ",FIELD(noDim),},
     106{"params",0,0,"parameters","s   ",FIELD(params),},
     107 {0,0,0,},};
     108#undef FIELDSTRUCT
     109
    85110#define FIELDSTRUCT NI_Sticky
    86111ParamEntry NI_Sticky_tab []={
     
    141166#undef FIELDSTRUCT
    142167
     168
    143169#define SETIMPLEMENTATION \
    144170setImplementation("N",new NI_StdNeuron); \
     
    152178setImplementation("D",new NI_Diff); \
    153179setImplementation("Fuzzy",new NI_FuzzyNeuro); \
     180setImplementation("VEye",new NI_VectorEye); \
     181setImplementation("VMotor",new NI_VisualMotorNeuron); \
    154182setImplementation("Sti",new NI_Sticky); \
    155183setImplementation("LMu",new NI_LinearMuscle); \
Note: See TracChangeset for help on using the changeset viewer.