Changeset 1035


Ignore:
Timestamp:
11/29/20 01:27:31 (3 years ago)
Author:
Maciej Komosinski
Message:

Added a demo program to scale a Model and a simple test

Location:
cpp
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/Makefile-SDK

    r1007 r1035  
    55include frams/Makefile-SDK-files
    66
    7 SDK_TESTS=genoconv_test genomanipulation geno_test genooper_test genooper_test_fTest neuro_test loader_test_geno loader_test_param saver_test_geno serial_test multiline_f0_test f0_variants_test full_props shapeconvert part_shapes neuro_layout_test geometry_apices_test geometry_info_test geometry_surface_test geometry_volume_test simil_test simil_unittests paramtree_stdin_test paramtree_paramlist_test mutableparam_test evol_test
     7SDK_TESTS=genoconv_test genomanipulation geno_test genooper_test genooper_test_fTest neuro_test loader_test_geno loader_test_param saver_test_geno serial_test multiline_f0_test f0_variants_test full_props resize_f0 shapeconvert part_shapes neuro_layout_test geometry_apices_test geometry_info_test geometry_surface_test geometry_volume_test simil_test simil_unittests paramtree_stdin_test paramtree_paramlist_test mutableparam_test evol_test
    88
    99sdk_tests: $(SDK_TESTS)
     
    6565        $(CXX) $(FULL_PROPS_OBJS) $(LDFLAGS) -o $@
    6666
     67resize_f0: $(RESIZE_F0_OBJS)
     68        $(CXX) $(RESIZE_F0_OBJS) $(LDFLAGS) -o $@
     69
    6770shapeconvert: $(SHAPECONVERT_OBJS)
    6871        $(CXX) $(SHAPECONVERT_OBJS) $(LDFLAGS) -o $@
  • cpp/frams/Makefile-SDK-files

    r1017 r1035  
    7676FULL_PROPS_OBJS= frams/_demos/full_props.o $(STDOUT_LOGGER_OBJS) common/virtfile/stdiofile.o $(SDK_OBJS) $(GENOCONV_AND_GENMAN_SDK_OBJS)
    7777
     78RESIZE_F0_OBJS= frams/_demos/resize_f0.o $(STDOUT_LOGGER_OBJS) common/virtfile/stdiofile.o $(SDK_OBJS) $(GENOCONV_AND_GENMAN_SDK_OBJS)
     79
    7880SHAPECONVERT_OBJS= frams/_demos/shapeconvert.o $(STDOUT_LOGGER_OBJS) common/virtfile/stdiofile.o $(SDK_OBJS) $(GENOCONV_AND_GENMAN_SDK_OBJS)
    7981
  • cpp/tests/SDK-tests.txt

    r1033 r1035  
    258258################################## another executable... ##################################
    259259
     260TESTNAME:resize_f0
     261exe:resize_f0
     262out:*INSERTPLATFORMDEPENDENTFILE*:resize_f0
     263arg:0.33
     264arg:-
     265in://0s
     266in:p:1.0, sh=2, sy=0.4000000059604645, sz=0.4000000059604645, rx=-1.5707963267948966, rz=3.141592653589793
     267in:p:2.499997879272546, -0.8660266281835431, sh=2, sy=0.4000000059604645, sz=0.4000000059604645, rz=2.0943926535897934
     268in:p:2.499997879272546, 0.8660266281835431, sh=2, sy=0.4000000059604645, sz=0.4000000059604645, rz=-2.0943926535897934
     269in:j:0, 1, sh=1
     270in:j:0, 2, sh=1
     271in:n:d=*
     272in:n:d=N
     273in:c:1,0,1.234
     274RUNTEST
     275
     276################################## another executable... ##################################
     277
    260278exe:evol_test
    261279
Note: See TracChangeset for help on using the changeset viewer.