Changeset 80 for cpp/gdk/neurocls-factory.h
- Timestamp:
- 02/08/13 03:22:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/gdk/neurocls-factory.h
r69 r80 2 2 // do not edit - generated automatically from "f0.def" 3 3 // (to be included in "neurofactory.cpp") 4 4 5 5 6 … … 83 84 #undef FIELDSTRUCT 84 85 86 #define FIELDSTRUCT NI_VectorEye 87 ParamEntry 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 102 ParamEntry 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 85 110 #define FIELDSTRUCT NI_Sticky 86 111 ParamEntry NI_Sticky_tab []={ … … 141 166 #undef FIELDSTRUCT 142 167 168 143 169 #define SETIMPLEMENTATION \ 144 170 setImplementation("N",new NI_StdNeuron); \ … … 152 178 setImplementation("D",new NI_Diff); \ 153 179 setImplementation("Fuzzy",new NI_FuzzyNeuro); \ 180 setImplementation("VEye",new NI_VectorEye); \ 181 setImplementation("VMotor",new NI_VisualMotorNeuron); \ 154 182 setImplementation("Sti",new NI_Sticky); \ 155 183 setImplementation("LMu",new NI_LinearMuscle); \
Note: See TracChangeset
for help on using the changeset viewer.