Ignore:
Timestamp:
02/03/11 03:09:19 (13 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-factory.h

    r66 r69  
    8383#undef FIELDSTRUCT
    8484
    85 #define FIELDSTRUCT NI_VectorEye
    86 ParamEntry NI_VectorEye_tab []={
    87 {"Vector Eye [EXPERIMENTAL!]",1, 9 ,"VEye",},
    88 {"tx",0,0,"target.x","f   ",FIELD(target.x),},
    89 {"ty",0,0,"target.y","f   ",FIELD(target.y),},
    90 {"tz",0,0,"target.z","f   ",FIELD(target.z),},
    91 {"ts",0,0,"target shape","s 0 -1 0",FIELD(targetShape),},
    92 {"p",0,0,"perspective","f 0.1 10.0 1.0",FIELD(perspz),},
    93 {"s",0,0,"scale","f 0.1 100.0 1.0",FIELD(perspscale),},
    94 {"h",0,0,"show hidden lines","d 0 1 0",FIELD(showhidden),},
    95 {"o",0,0,"output lines count (each line needs four channels)","d 0 99 0",FIELD(outputcount),},
    96 {"d",0,0,"debug","d 0 1 0",FIELD(showdebug),},
    97  {0,0,0,},};
    98 #undef FIELDSTRUCT
    99 
    100 #define FIELDSTRUCT NI_VisualMotorNeuron
    101 ParamEntry NI_VisualMotorNeuron_tab []={
    102 {"Visual-Motor Cortex [EXPERIMENTAL!]",1, 3 ,"VMotor",},
    103 {"noIF",0,0,"number of basic features","d   ",FIELD(noIF),},
    104 {"noDim",0,0,"number of degrees of freedom","d   ",FIELD(noDim),},
    105 {"params",0,0,"parameters","s   ",FIELD(params),},
    106  {0,0,0,},};
    107 #undef FIELDSTRUCT
    108 
    10985#define FIELDSTRUCT NI_Sticky
    11086ParamEntry NI_Sticky_tab []={
     
    165141#undef FIELDSTRUCT
    166142
    167 
    168143#define SETIMPLEMENTATION \
    169144setImplementation("N",new NI_StdNeuron); \
     
    177152setImplementation("D",new NI_Diff); \
    178153setImplementation("Fuzzy",new NI_FuzzyNeuro); \
    179 setImplementation("VEye",new NI_VectorEye); \
    180 setImplementation("VMotor",new NI_VisualMotorNeuron); \
    181154setImplementation("Sti",new NI_Sticky); \
    182155setImplementation("LMu",new NI_LinearMuscle); \
Note: See TracChangeset for help on using the changeset viewer.