Ignore:
Timestamp:
02/03/11 03:09:19 (14 years ago)
Author:
sz
Message:

removed unnecessary files. all GDK samples can be built again (including neurotest). TODO: add #define GDK_WITHOUT_FRAMS to all VS projects! Note: read Makefile before syncing frams<->GDK!

File:
1 edited

Legend:

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

    r66 r69  
    108108addClass(new NeuroClass(NI_FuzzyNeuro_tab,"Refer to publications to learn more about this neuron.",-1,1,0, FuzzyNeuro_xy,0,0));
    109109
    110      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};   
    111 static ParamEntry NI_VectorEye_tab[]={
    112 {"Vector Eye [EXPERIMENTAL!]",1, 9 ,"VEye",},
    113 
    114 {"tx",0,0,"target.x","f   ",},
    115 {"ty",0,0,"target.y","f   ",},
    116 {"tz",0,0,"target.z","f   ",},
    117 {"ts",0,0,"target shape","s 0 -1 0",},
    118 {"p",0,0,"perspective","f 0.1 10.0 1.0",},
    119 {"s",0,0,"scale","f 0.1 100.0 1.0",},
    120 {"h",0,0,"show hidden lines","d 0 1 0",},
    121 {"o",0,0,"output lines count (each line needs four channels)","d 0 99 0",},
    122 {"d",0,0,"debug","d 0 1 0",},
    123  
    124 {0,0,0,},};
    125 addClass(new NeuroClass(NI_VectorEye_tab,"Refer to publications to learn more about this neuron.",1,1,1, VectorEye_xy,0,0));
    126 
    127      
    128 static ParamEntry NI_VisualMotorNeuron_tab[]={
    129 {"Visual-Motor Cortex [EXPERIMENTAL!]",1, 3 ,"VMotor",},
    130 {"noIF",0,0,"number of basic features","d   ",},
    131 {"noDim",0,0,"number of degrees of freedom","d   ",},
    132 {"params",0,0,"parameters","s   ",},
    133  
    134 {0,0,0,},};
    135 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));
    136 
    137110     
    138111static ParamEntry NI_Sticky_tab[]={
     
    209182{0,0,0,},};
    210183addClass(new NeuroClass(NI_Sinus_tab,"Output frequency = f0+input",1,1,0, Sinus_xy,0,0));
    211 
Note: See TracChangeset for help on using the changeset viewer.