Ignore:
Timestamp:
06/30/13 17:05:31 (11 years ago)
Author:
sz
Message:

all test applications are compilable again

File:
1 edited

Legend:

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

    r80 r89  
    109109addClass(new NeuroClass(NI_FuzzyNeuro_tab,"Refer to publications to learn more about this neuron.",-1,1,0, FuzzyNeuro_xy,0,0));
    110110
    111      static int VectorEye_xy[]={122,11,7,100,50,90,50,90,40,70,40,80,50,70,60,90,60,90,50,14,70,50,65,40,60,35,45,30,30,30,15,35,10,40,5,50,10,60,15,65,30,70,45,70,60,65,65,60,70,50,8,38,67,28,62,23,52,28,42,38,37,48,42,53,52,48,62,38,67,4,33,52,38,47,43,52,38,57,33,52,5,70,50,60,40,45,35,30,35,15,40,5,50,1,53,33,58,22,1,62,36,68,26,1,45,30,47,19,1,35,30,35,19,1,27,31,24,20,1,18,34,12,24};   
    112 static ParamEntry NI_VectorEye_tab[]={
    113 {"Vector Eye [EXPERIMENTAL!]",1, 9 ,"VEye",},
    114 
    115 {"tx",0,0,"target.x","f   ",},
    116 {"ty",0,0,"target.y","f   ",},
    117 {"tz",0,0,"target.z","f   ",},
    118 {"ts",0,0,"target shape","s 0 -1 0",},
    119 {"p",0,0,"perspective","f 0.1 10.0 1.0",},
    120 {"s",0,0,"scale","f 0.1 100.0 1.0",},
    121 {"h",0,0,"show hidden lines","d 0 1 0",},
    122 {"o",0,0,"output lines count (each line needs four channels)","d 0 99 0",},
    123 {"d",0,0,"debug","d 0 1 0",},
    124  
    125 {0,0,0,},};
    126 addClass(new NeuroClass(NI_VectorEye_tab,"Refer to publications to learn more about this neuron.",1,1,1, VectorEye_xy,0,0));
    127 
    128      
    129 static ParamEntry NI_VisualMotorNeuron_tab[]={
    130 {"Visual-Motor Cortex [EXPERIMENTAL!]",1, 3 ,"VMotor",},
    131 {"noIF",0,0,"number of basic features","d   ",},
    132 {"noDim",0,0,"number of degrees of freedom","d   ",},
    133 {"params",0,0,"parameters","s   ",},
    134  
    135 {0,0,0,},};
    136 addClass(new NeuroClass(NI_VisualMotorNeuron_tab,"Must be connected to the VEye and properly set up. Refer to publications to learn more about this neuron.",-1,1,0, 0,0));
    137 
    138111     
    139112static ParamEntry NI_Sticky_tab[]={
Note: See TracChangeset for help on using the changeset viewer.