From 00e16d76d28ce09b6219779b284ac8f2c944ac1d Mon Sep 17 00:00:00 2001 From: Nicola Covallero <ncovallero@iri.upc.edu> Date: Fri, 1 Apr 2016 10:49:56 +0200 Subject: [PATCH] to emrge --- trunk/bin/tos_supervoxels_test | Bin 123513 -> 123513 bytes trunk/build/CMakeCache.txt | 1006 +++++ .../CMakeFiles/2.8.12.2/CMakeCCompiler.cmake | 56 + .../2.8.12.2/CMakeCXXCompiler.cmake | 57 + .../2.8.12.2/CMakeDetermineCompilerABI_C.bin | Bin 0 -> 8587 bytes .../CMakeDetermineCompilerABI_CXX.bin | Bin 0 -> 8600 bytes .../CMakeFiles/2.8.12.2/CMakeSystem.cmake | 15 + .../2.8.12.2/CompilerIdC/CMakeCCompilerId.c | 389 ++ .../CMakeFiles/2.8.12.2/CompilerIdC/a.out | Bin 0 -> 8683 bytes .../CompilerIdCXX/CMakeCXXCompilerId.cpp | 377 ++ .../CMakeFiles/2.8.12.2/CompilerIdCXX/a.out | Bin 0 -> 8692 bytes .../CMakeDirectoryInformation.cmake | 16 + trunk/build/CMakeFiles/CMakeOutput.log | 263 ++ trunk/build/CMakeFiles/CMakeRuleHashes.txt | 4 + trunk/build/CMakeFiles/Makefile.cmake | 100 + trunk/build/CMakeFiles/Makefile2 | 262 ++ trunk/build/CMakeFiles/TargetDirectories.txt | 5 + trunk/build/CMakeFiles/cmake.check_cache | 1 + .../CMakeFiles/distclean.dir/DependInfo.cmake | 15 + .../build/CMakeFiles/distclean.dir/build.make | 72 + .../distclean.dir/cmake_clean.cmake | 8 + .../CMakeFiles/distclean.dir/progress.make | 1 + .../build/CMakeFiles/doc.dir/DependInfo.cmake | 15 + trunk/build/CMakeFiles/doc.dir/build.make | 69 + .../CMakeFiles/doc.dir/cmake_clean.cmake | 8 + trunk/build/CMakeFiles/doc.dir/progress.make | 1 + trunk/build/CMakeFiles/progress.marks | 1 + .../CMakeFiles/uninstall.dir/DependInfo.cmake | 15 + .../build/CMakeFiles/uninstall.dir/build.make | 71 + .../uninstall.dir/cmake_clean.cmake | 8 + .../CMakeFiles/uninstall.dir/progress.make | 1 + trunk/build/Makefile | 240 ++ trunk/build/cmake_install.cmake | 50 + .../CMakeDirectoryInformation.cmake | 16 + trunk/build/src/CMakeFiles/progress.marks | 1 + .../tos_supervoxels.dir/CXX.includecache | 3768 ++++++++++++++++ .../tos_supervoxels.dir/DependInfo.cmake | 41 + .../CMakeFiles/tos_supervoxels.dir/build.make | 210 + .../tos_supervoxels.dir/cmake_clean.cmake | 10 + .../tos_supervoxels.dir/depend.internal | 528 +++ .../tos_supervoxels.dir/depend.make | 528 +++ .../CMakeFiles/tos_supervoxels.dir/flags.make | 8 + .../CMakeFiles/tos_supervoxels.dir/link.txt | 1 + .../tos_supervoxels.dir/progress.make | 2 + .../tos_supervoxels.dir/tos_supervoxels.o | Bin 0 -> 356880 bytes trunk/build/src/Makefile | 203 + trunk/build/src/cmake_install.cmake | 74 + .../CMakeDirectoryInformation.cmake | 16 + .../src/examples/CMakeFiles/progress.marks | 1 + .../tos_supervoxels_test.dir/CXX.includecache | 3780 +++++++++++++++++ .../tos_supervoxels_test.dir/DependInfo.cmake | 43 + .../tos_supervoxels_test.dir/build.make | 240 ++ .../cmake_clean.cmake | 10 + .../tos_supervoxels_test.dir/depend.internal | 528 +++ .../tos_supervoxels_test.dir/depend.make | 528 +++ .../tos_supervoxels_test.dir/flags.make | 8 + .../tos_supervoxels_test.dir/link.txt | 1 + .../tos_supervoxels_test.dir/progress.make | 2 + .../tos_supervoxels_test.o | Bin 0 -> 172072 bytes trunk/build/src/examples/Makefile | 203 + trunk/build/src/examples/cmake_install.cmake | 34 + trunk/lib/libtos_supervoxels.so | Bin 262573 -> 262573 bytes 62 files changed, 13910 insertions(+) create mode 100644 trunk/build/CMakeCache.txt create mode 100644 trunk/build/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake create mode 100644 trunk/build/CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake create mode 100755 trunk/build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_C.bin create mode 100755 trunk/build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_CXX.bin create mode 100644 trunk/build/CMakeFiles/2.8.12.2/CMakeSystem.cmake create mode 100644 trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c create mode 100755 trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/a.out create mode 100644 trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp create mode 100755 trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out create mode 100644 trunk/build/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 trunk/build/CMakeFiles/CMakeOutput.log create mode 100644 trunk/build/CMakeFiles/CMakeRuleHashes.txt create mode 100644 trunk/build/CMakeFiles/Makefile.cmake create mode 100644 trunk/build/CMakeFiles/Makefile2 create mode 100644 trunk/build/CMakeFiles/TargetDirectories.txt create mode 100644 trunk/build/CMakeFiles/cmake.check_cache create mode 100644 trunk/build/CMakeFiles/distclean.dir/DependInfo.cmake create mode 100644 trunk/build/CMakeFiles/distclean.dir/build.make create mode 100644 trunk/build/CMakeFiles/distclean.dir/cmake_clean.cmake create mode 100644 trunk/build/CMakeFiles/distclean.dir/progress.make create mode 100644 trunk/build/CMakeFiles/doc.dir/DependInfo.cmake create mode 100644 trunk/build/CMakeFiles/doc.dir/build.make create mode 100644 trunk/build/CMakeFiles/doc.dir/cmake_clean.cmake create mode 100644 trunk/build/CMakeFiles/doc.dir/progress.make create mode 100644 trunk/build/CMakeFiles/progress.marks create mode 100644 trunk/build/CMakeFiles/uninstall.dir/DependInfo.cmake create mode 100644 trunk/build/CMakeFiles/uninstall.dir/build.make create mode 100644 trunk/build/CMakeFiles/uninstall.dir/cmake_clean.cmake create mode 100644 trunk/build/CMakeFiles/uninstall.dir/progress.make create mode 100644 trunk/build/Makefile create mode 100644 trunk/build/cmake_install.cmake create mode 100644 trunk/build/src/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 trunk/build/src/CMakeFiles/progress.marks create mode 100644 trunk/build/src/CMakeFiles/tos_supervoxels.dir/CXX.includecache create mode 100644 trunk/build/src/CMakeFiles/tos_supervoxels.dir/DependInfo.cmake create mode 100644 trunk/build/src/CMakeFiles/tos_supervoxels.dir/build.make create mode 100644 trunk/build/src/CMakeFiles/tos_supervoxels.dir/cmake_clean.cmake create mode 100644 trunk/build/src/CMakeFiles/tos_supervoxels.dir/depend.internal create mode 100644 trunk/build/src/CMakeFiles/tos_supervoxels.dir/depend.make create mode 100644 trunk/build/src/CMakeFiles/tos_supervoxels.dir/flags.make create mode 100644 trunk/build/src/CMakeFiles/tos_supervoxels.dir/link.txt create mode 100644 trunk/build/src/CMakeFiles/tos_supervoxels.dir/progress.make create mode 100644 trunk/build/src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o create mode 100644 trunk/build/src/Makefile create mode 100644 trunk/build/src/cmake_install.cmake create mode 100644 trunk/build/src/examples/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 trunk/build/src/examples/CMakeFiles/progress.marks create mode 100644 trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/CXX.includecache create mode 100644 trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/DependInfo.cmake create mode 100644 trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make create mode 100644 trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/cmake_clean.cmake create mode 100644 trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/depend.internal create mode 100644 trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/depend.make create mode 100644 trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/flags.make create mode 100644 trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/link.txt create mode 100644 trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/progress.make create mode 100644 trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o create mode 100644 trunk/build/src/examples/Makefile create mode 100644 trunk/build/src/examples/cmake_install.cmake diff --git a/trunk/bin/tos_supervoxels_test b/trunk/bin/tos_supervoxels_test index 10b4d22901fc3d1632d6bc74201ec96e259e547b..c5d71660f0ce2a6c29b7d774df49dc22a4393e5e 100755 GIT binary patch delta 1370 zcmXw3ZA@EL7(VZT4hka!T2@-16p(JEw0AAl!SqMF9~3YHGB=P!T8fd;jfBtPXk;r) zmSJ=h-XC`}(a3&mNTO_BlLn@IiE|@<bkQuLF_HLVh*?s9%!tO1b9*l5=H7GP=Y5{{ zdC$4IXJ;*CXD#K{>r`7CD0OHa-<=bpp0RP8yXd9R-8<4%>Q<||D+$TQ2cVJS>74*E z5&A(V^<?}BU=*|Z*n4<iV=|PAjzQ4jmgW#_iqmI7r}qei6q5{cYu-)d(Vut{(uTEK z0lvW@tw3+ua8~Ps=TV*Gr`ifUowKOEU&jndI*FlU|08<BE*W%t0K!<5>!<h2aWvNl z^|;A`EQfSd-vNdbhhzaEu{Yg{1)om3aMj?0Ygm*g&?*-m&%0r`qBIr$lyiSm6bFuA zcK#sku;Cl|K3eR;Z8pt2v96%HHk;L#7ZSU}HGe3YBdk#wk9^MY80Cph=21lUk(kz# z05TQ+e%vVV>YK`Wx2AEfQj+9jtTKARk0VAMjN&z;Kp$Ii-8iV<vT>XE92c}Gihr@C z&`VD{@p_@%Nvk;N=S@yBD5M21Az8#g!Y>9A2q<`y6{+bVxNyTXp}*)*#0y+}N+G?4 zBSjPXqbw^g=e<0>oK7V>g_dH!!&kwzZTGl#O34-+=6Ga<<95aQ63!P3^gjn~7u#uN zB^pYq;UNY}bkHLWm0SS$1b3eDLO*&+1;;;5ZoO>a*6c$h#wuHt+)_A~<GVZj98Q;d z^=U3{O_UAWtEj$5FbnVlI?MuHs=#)0HC1_W)@+9*+%QiVwi0dzviw3Iq1bhscH-!P z8?cC$gRdIyF;xEOjY@HoQv8V>7Y<&b+H$P3_@EWvx7?&ZR^ainYC3Jlx6ABwrUKX5 z6td%AWp-#pi**S?_^Z_qDN=2@-ztr@G^9u~%|C(kUE2VN`VZk5IEP<%SjFWP$P<?~ z!6k!k=}G(bB&=ySis3m(my%DtyBELeNX6NHTh`0ngMqHDSNghzU|-PI6=;`!>95=) z<%hnc1#+jruJhG|$UA0YccXbIosbmLgD_lJbnY0>d^>kWMTm-AQsM#2R4O4!WD-4$ z^^SsSgTV|!lF5t`pEU&4gi!L4G%{SDt||D!L~6#C2UJ_nvLB=7;#%rw()Q)2```n~ z^mlC<4Thp;RB*C}Mx5g6F*whT7Ee7)z@qq|9{gFE7u>8rxi>x{qNf1_h>N`qPzc88 zWCJ|f!^lHTAgGNYcY<XUZ#ThVb^J9R#>L;|Ffz=;i0Ei$;cn$ju~!abmw7f8z1<9= yik)h#v__RgQb}A4w6c?ISD&y@9!VsPWQvn4&H7$xg`DVOE39iE79H<}c+dak+(W+r delta 1366 zcmYjPZA@EL7(VZTLOUSHC_*o+Eg-nkkK4i+n?DRlq?BZ^%xnx3T3VBhu15LV7I1uY z&ZHP38*j3^`D5`TW0PdE<;FBXU@##zBqkungs6$=k5x>R5u;ZAcyG@k@%%Y?p7(j) zuX7U1>51j^hu5gyoEEO%y|Z0^e|IjvXP@s(dHLR`e2doVG}dE;9K?0Vm3J~aLG!@1 z54*Dd0oaq)dmvvP$v&B?*{bFtjORLC8aE*&B#U(H))MuIki3XdNucr%XKIr~FQZ8j zdh{Z!V!vLb*F>Dsd!Ye!c|N*g#S3{0y5%M%JINq1bUpu+x}36*p9b&_78m&Fqyw)O zc)^2P3i!QJe#LMO1XrbMAY^Tf72<VBnjN1AUO0`#g(BUy;i<w&A;g;+nP=MHxcHaj zc(CXatrzkAA}`&r;kI&Juwv7p2G1Ydvo^;(e{oN>(x^J%^%cgiQ5JYr(HE0!vZk*~ z63=mc4sITD8>$?vTk|M$@gV8K<3=~Uj$vay4B~C0NLTH+YP@7v5m}j?X=Z5Sjs&)u z+|+#pKQTEf7nH|Sd--XLi3BeCLV27VB9M`@{v^ZShE&;+n!f`PH_hXQjw)`RW#;qT z9Kmq$xWS}E)p0&5WaD)5Xfs+$e6DO8^LE6TcY;SZk23!H65}1bau{byMEXM&ZkIUd zpEW3yHoye>OY<Ql_m>U>L^1J#8{WdYGST(9m6cu;SZOCuKCeurwlq?}`27vn;KyZd z!yIpk@P%b^*9Jnl2shDHF48U=2Fe?#^Cg@rcfc%emX8a!lhp*W_?kcI*spfVidSEp zgaNc1zAW5TKAXDelRUYZC;!HYvxh&R&+OP_@xodB%yN&8DSxh_fetzG!wLs&v*D_8 zwL0<N3I}AO#rha7;;&X8P}yViS>?aIKZ1O}wIyBtwxbX5`*TKVaR~~g$6IhjP6U2V z!9?IF^y6^ADveA-hMao-P9_cov^dpk&kVlt_M3h&*c0?!?v>-c$I@iez}FOat`tBB zb%Unj-V=nVi`tkDX$aAfFvoqC2`wQhWDGru>K149!C)34spM0RFA6~&A(T9jM+ciT z3d_DSlg9TJ`!w--<<~d9yR7|^FM`P1k?J0}E1UN`2k1aB8q&b&MryQ6PfoxP#H6}r z7>5~Yy%~Ht+Tq%yEuEVqQe6v(5SO}Jzyw0{MhiSmQ^fseK-38XOe{!`&OnVWeucrf z^h|}3K?Wm|t5t#fnYB{43S$u#jYS`|f}{aKQc~w?QiztsC4W2Q8}|L=e<y_;AX@2$ Y5?1<NYKOe&LOZPHLM%Gk4Le=`0eiefNB{r; diff --git a/trunk/build/CMakeCache.txt b/trunk/build/CMakeCache.txt new file mode 100644 index 0000000..53d55f7 --- /dev/null +++ b/trunk/build/CMakeCache.txt @@ -0,0 +1,1006 @@ +# This is the CMakeCache file. +# For build in directory: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//The threading library used by boost-thread +BOOST_THREAD_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libpthread.so + +//Boost chrono library (debug) +Boost_CHRONO_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_chrono.so + +//Boost chrono library (release) +Boost_CHRONO_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_chrono.so + +//Boost date_time library (debug) +Boost_DATE_TIME_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_date_time.so + +//Boost date_time library (release) +Boost_DATE_TIME_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_date_time.so + +//Boost filesystem library (debug) +Boost_FILESYSTEM_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_filesystem.so + +//Boost filesystem library (release) +Boost_FILESYSTEM_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_filesystem.so + +//Path to a file. +Boost_INCLUDE_DIR:PATH=/usr/include + +//Boost iostreams library (debug) +Boost_IOSTREAMS_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_iostreams.so + +//Boost iostreams library (release) +Boost_IOSTREAMS_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_iostreams.so + +//Boost library directory +Boost_LIBRARY_DIR:PATH=/usr/lib/x86_64-linux-gnu + +//Boost serialization library (debug) +Boost_SERIALIZATION_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_serialization.so + +//Boost serialization library (release) +Boost_SERIALIZATION_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_serialization.so + +//Boost system library (debug) +Boost_SYSTEM_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_system.so + +//Boost system library (release) +Boost_SYSTEM_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_system.so + +//Boost thread library (debug) +Boost_THREAD_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_thread.so + +//Boost thread library (release) +Boost_THREAD_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_thread.so + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//For backwards compatibility, what version of CMake commands and +// syntax should this version of CMake try to support. +CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4 + +//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or +// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel. +CMAKE_BUILD_TYPE:STRING= + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//CXX compiler. +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ + +//Flags used by the compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the compiler during debug builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the compiler during release minsize builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the compiler during release builds (/MD /Ob1 /Oi +// /Ot /Oy /Gs will produce slightly less optimized but smaller +// files). +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the compiler during Release with Debug Info builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//C compiler. +CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc + +//Flags used by the compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the compiler during debug builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the compiler during release minsize builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the compiler during release builds (/MD /Ob1 /Oi +// /Ot /Oy /Gs will produce slightly less optimized but smaller +// files). +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the compiler during Release with Debug Info builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Flags used by the linker. +CMAKE_EXE_LINKER_FLAGS:STRING=' ' + +//Flags used by the linker during debug builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make + +//Flags used by the linker during the creation of modules. +CMAKE_MODULE_LINKER_FLAGS:STRING=' ' + +//Flags used by the linker during debug builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=tos-supervoxels + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Flags used by the linker during the creation of dll's. +CMAKE_SHARED_LINKER_FLAGS:STRING=' ' + +//Flags used by the linker during debug builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during debug builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//If true, cmake will use relative paths in makefiles and projects. +CMAKE_USE_RELATIVE_PATHS:BOOL=OFF + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Path to a file. +DAVIDSDK_INCLUDE_DIR:PATH=DAVIDSDK_INCLUDE_DIR-NOTFOUND + +//Path to a library. +DAVIDSDK_LIBRARY:FILEPATH=DAVIDSDK_LIBRARY-NOTFOUND + +//Graphviz Dot tool for using Doxygen +DOXYGEN_DOT_EXECUTABLE:FILEPATH=/usr/bin/dot + +DOXYGEN_DOT_PATH:FILEPATH=/usr/bin + +//Doxygen documentation generation tool (http://www.doxygen.org) +DOXYGEN_EXECUTABLE:FILEPATH=/usr/bin/doxygen + +//DepthSense SDK directory +DSSDK_DIR:PATH=DSSDK_DIR-NOTFOUND + +//Path to a library. +DSSDK_LIBRARY_DepthSense:FILEPATH=DSSDK_LIBRARY_DepthSense-NOTFOUND + +//Path to a library. +DSSDK_LIBRARY_DepthSensePlugins:FILEPATH=DSSDK_LIBRARY_DepthSensePlugins-NOTFOUND + +//Path to a library. +DSSDK_LIBRARY_turbojpeg:FILEPATH=DSSDK_LIBRARY_turbojpeg-NOTFOUND + +//Path to a file. +EIGEN_INCLUDE_DIRS:PATH=/usr/include/eigen3 + +//Path to a file. +ENSENSO_INCLUDE_DIR:PATH=ENSENSO_INCLUDE_DIR-NOTFOUND + +//Path to a library. +ENSENSO_LIBRARY:FILEPATH=ENSENSO_LIBRARY-NOTFOUND + +//Single output directory for building all executables. +EXECUTABLE_OUTPUT_PATH:PATH= + +//Path to a file. +FLANN_INCLUDE_DIRS:PATH=/usr/include + +//Path to a library. +FLANN_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a + +//Path to a library. +FLANN_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a + +//Path to a file. +IRI_DOC_DIR:PATH=IRI_DOC_DIR-NOTFOUND + +//Single output directory for building all libraries. +LIBRARY_OUTPUT_PATH:PATH= + +//Path to a file. +LIBUSB_1_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +LIBUSB_1_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libusb-1.0.so + +//Path to a file. +OPENNI2_INCLUDE_DIRS:PATH=/usr/include/openni2 + +//Path to a library. +OPENNI2_LIBRARY:FILEPATH=/usr/lib/libOpenNI2.so + +//Path to a file. +OPENNI_INCLUDE_DIRS:PATH=/usr/include/ni + +//Path to a library. +OPENNI_LIBRARY:FILEPATH=/usr/lib/libOpenNI.so + +//Path where debug 3rdpaty OpenCV dependencies are located +OpenCV_3RDPARTY_LIB_DIR_DBG:PATH= + +//Path where release 3rdpaty OpenCV dependencies are located +OpenCV_3RDPARTY_LIB_DIR_OPT:PATH= + +OpenCV_CONFIG_PATH:FILEPATH=/usr/share/OpenCV + +//The directory containing a CMake configuration file for OpenCV. +OpenCV_DIR:PATH=/usr/share/OpenCV + +//Path where debug OpenCV libraries are located +OpenCV_LIB_DIR_DBG:PATH= + +//Path where release OpenCV libraries are located +OpenCV_LIB_DIR_OPT:PATH= + +//path to 2d headers +PCL_2D_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to common headers +PCL_COMMON_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_common library +PCL_COMMON_LIBRARY:FILEPATH=/usr/local/lib/libpcl_common.so + +//path to pcl_common library debug +PCL_COMMON_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_common.so + +//The directory containing a CMake configuration file for PCL. +PCL_DIR:PATH=/usr/local/share/pcl-1.8 + +//path to features headers +PCL_FEATURES_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_features library +PCL_FEATURES_LIBRARY:FILEPATH=/usr/local/lib/libpcl_features.so + +//path to pcl_features library debug +PCL_FEATURES_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_features.so + +//path to filters headers +PCL_FILTERS_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_filters library +PCL_FILTERS_LIBRARY:FILEPATH=/usr/local/lib/libpcl_filters.so + +//path to pcl_filters library debug +PCL_FILTERS_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_filters.so + +//path to geometry headers +PCL_GEOMETRY_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to io headers +PCL_IO_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_io library +PCL_IO_LIBRARY:FILEPATH=/usr/local/lib/libpcl_io.so + +//path to pcl_io library debug +PCL_IO_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_io.so + +//path to kdtree headers +PCL_KDTREE_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_kdtree library +PCL_KDTREE_LIBRARY:FILEPATH=/usr/local/lib/libpcl_kdtree.so + +//path to pcl_kdtree library debug +PCL_KDTREE_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_kdtree.so + +//path to keypoints headers +PCL_KEYPOINTS_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_keypoints library +PCL_KEYPOINTS_LIBRARY:FILEPATH=/usr/local/lib/libpcl_keypoints.so + +//path to pcl_keypoints library debug +PCL_KEYPOINTS_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_keypoints.so + +//path to ml headers +PCL_ML_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_ml library +PCL_ML_LIBRARY:FILEPATH=/usr/local/lib/libpcl_ml.so + +//path to pcl_ml library debug +PCL_ML_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_ml.so + +//path to octree headers +PCL_OCTREE_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_octree library +PCL_OCTREE_LIBRARY:FILEPATH=/usr/local/lib/libpcl_octree.so + +//path to pcl_octree library debug +PCL_OCTREE_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_octree.so + +//path to outofcore headers +PCL_OUTOFCORE_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_outofcore library +PCL_OUTOFCORE_LIBRARY:FILEPATH=/usr/local/lib/libpcl_outofcore.so + +//path to pcl_outofcore library debug +PCL_OUTOFCORE_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_outofcore.so + +//path to people headers +PCL_PEOPLE_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_people library +PCL_PEOPLE_LIBRARY:FILEPATH=/usr/local/lib/libpcl_people.so + +//path to pcl_people library debug +PCL_PEOPLE_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_people.so + +//path to recognition headers +PCL_RECOGNITION_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_recognition library +PCL_RECOGNITION_LIBRARY:FILEPATH=/usr/local/lib/libpcl_recognition.so + +//path to pcl_recognition library debug +PCL_RECOGNITION_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_recognition.so + +//path to registration headers +PCL_REGISTRATION_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_registration library +PCL_REGISTRATION_LIBRARY:FILEPATH=/usr/local/lib/libpcl_registration.so + +//path to pcl_registration library debug +PCL_REGISTRATION_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_registration.so + +//path to sample_consensus headers +PCL_SAMPLE_CONSENSUS_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_sample_consensus library +PCL_SAMPLE_CONSENSUS_LIBRARY:FILEPATH=/usr/local/lib/libpcl_sample_consensus.so + +//path to pcl_sample_consensus library debug +PCL_SAMPLE_CONSENSUS_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_sample_consensus.so + +//path to search headers +PCL_SEARCH_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_search library +PCL_SEARCH_LIBRARY:FILEPATH=/usr/local/lib/libpcl_search.so + +//path to pcl_search library debug +PCL_SEARCH_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_search.so + +//path to segmentation headers +PCL_SEGMENTATION_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_segmentation library +PCL_SEGMENTATION_LIBRARY:FILEPATH=/usr/local/lib/libpcl_segmentation.so + +//path to pcl_segmentation library debug +PCL_SEGMENTATION_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_segmentation.so + +//path to stereo headers +PCL_STEREO_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_stereo library +PCL_STEREO_LIBRARY:FILEPATH=/usr/local/lib/libpcl_stereo.so + +//path to pcl_stereo library debug +PCL_STEREO_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_stereo.so + +//path to surface headers +PCL_SURFACE_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_surface library +PCL_SURFACE_LIBRARY:FILEPATH=/usr/local/lib/libpcl_surface.so + +//path to pcl_surface library debug +PCL_SURFACE_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_surface.so + +//path to tracking headers +PCL_TRACKING_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_tracking library +PCL_TRACKING_LIBRARY:FILEPATH=/usr/local/lib/libpcl_tracking.so + +//path to pcl_tracking library debug +PCL_TRACKING_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_tracking.so + +//path to visualization headers +PCL_VISUALIZATION_INCLUDE_DIR:PATH=/usr/local/include/pcl-1.8 + +//path to pcl_visualization library +PCL_VISUALIZATION_LIBRARY:FILEPATH=/usr/local/lib/libpcl_visualization.so + +//path to pcl_visualization library debug +PCL_VISUALIZATION_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libpcl_visualization.so + +//pkg-config executable +PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config + +//Path to a file. +QHULL_INCLUDE_DIRS:PATH=/usr/include + +//Path to a library. +QHULL_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libqhull.so + +//Path to a library. +QHULL_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libqhull.so + +//RealSense SDK directory +RSSDK_DIR:PATH=RSSDK_DIR-NOTFOUND + +//Path to a library. +RSSDK_LIBRARY:FILEPATH=RSSDK_LIBRARY-NOTFOUND + +//Path to a library. +RSSDK_LIBRARY_DEBUG:FILEPATH=RSSDK_LIBRARY_DEBUG-NOTFOUND + +//Value Computed by CMake +tos-supervoxels_BINARY_DIR:STATIC=/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build + +//Value Computed by CMake +tos-supervoxels_SOURCE_DIR:STATIC=/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk + +//Dependencies for the target +tos_supervoxels_LIB_DEPENDS:STATIC=general;/usr/lib/x86_64-linux-gnu/libboost_system.so;general;/usr/lib/x86_64-linux-gnu/libboost_filesystem.so;general;/usr/lib/x86_64-linux-gnu/libboost_thread.so;general;/usr/lib/x86_64-linux-gnu/libboost_date_time.so;general;/usr/lib/x86_64-linux-gnu/libboost_iostreams.so;general;/usr/lib/x86_64-linux-gnu/libboost_serialization.so;general;/usr/lib/x86_64-linux-gnu/libboost_chrono.so;general;/usr/lib/x86_64-linux-gnu/libpthread.so;optimized;/usr/local/lib/libpcl_common.so;debug;/usr/local/lib/libpcl_common.so;optimized;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;debug;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;optimized;/usr/local/lib/libpcl_kdtree.so;debug;/usr/local/lib/libpcl_kdtree.so;optimized;/usr/local/lib/libpcl_octree.so;debug;/usr/local/lib/libpcl_octree.so;optimized;/usr/local/lib/libpcl_search.so;debug;/usr/local/lib/libpcl_search.so;optimized;/usr/local/lib/libpcl_sample_consensus.so;debug;/usr/local/lib/libpcl_sample_consensus.so;optimized;/usr/local/lib/libpcl_filters.so;debug;/usr/local/lib/libpcl_filters.so;general;/usr/lib/libOpenNI.so;general;/usr/lib/libOpenNI2.so;general;vtkCommon;general;vtkFiltering;general;vtkImaging;general;vtkGraphics;general;vtkGenericFiltering;general;vtkIO;general;vtkRendering;general;vtkVolumeRendering;general;vtkHybrid;general;vtkWidgets;general;vtkParallel;general;vtkInfovis;general;vtkGeovis;general;vtkViews;general;vtkCharts;optimized;/usr/local/lib/libpcl_io.so;debug;/usr/local/lib/libpcl_io.so;optimized;/usr/local/lib/libpcl_features.so;debug;/usr/local/lib/libpcl_features.so;optimized;/usr/local/lib/libpcl_visualization.so;debug;/usr/local/lib/libpcl_visualization.so;optimized;/usr/local/lib/libpcl_ml.so;debug;/usr/local/lib/libpcl_ml.so;optimized;/usr/local/lib/libpcl_segmentation.so;debug;/usr/local/lib/libpcl_segmentation.so;optimized;/usr/local/lib/libpcl_people.so;debug;/usr/local/lib/libpcl_people.so;optimized;/usr/local/lib/libpcl_registration.so;debug;/usr/local/lib/libpcl_registration.so;optimized;/usr/local/lib/libpcl_keypoints.so;debug;/usr/local/lib/libpcl_keypoints.so;optimized;/usr/local/lib/libpcl_outofcore.so;debug;/usr/local/lib/libpcl_outofcore.so;optimized;/usr/local/lib/libpcl_stereo.so;debug;/usr/local/lib/libpcl_stereo.so;optimized;/usr/lib/x86_64-linux-gnu/libqhull.so;debug;/usr/lib/x86_64-linux-gnu/libqhull.so;optimized;/usr/local/lib/libpcl_surface.so;debug;/usr/local/lib/libpcl_surface.so;optimized;/usr/local/lib/libpcl_recognition.so;debug;/usr/local/lib/libpcl_recognition.so;optimized;/usr/local/lib/libpcl_tracking.so;debug;/usr/local/lib/libpcl_tracking.so;general;/usr/lib/x86_64-linux-gnu/libboost_system.so;general;/usr/lib/x86_64-linux-gnu/libboost_filesystem.so;general;/usr/lib/x86_64-linux-gnu/libboost_thread.so;general;/usr/lib/x86_64-linux-gnu/libboost_date_time.so;general;/usr/lib/x86_64-linux-gnu/libboost_iostreams.so;general;/usr/lib/x86_64-linux-gnu/libboost_serialization.so;general;/usr/lib/x86_64-linux-gnu/libboost_chrono.so;general;/usr/lib/x86_64-linux-gnu/libpthread.so;optimized;/usr/lib/x86_64-linux-gnu/libqhull.so;debug;/usr/lib/x86_64-linux-gnu/libqhull.so;general;/usr/lib/libOpenNI.so;general;/usr/lib/libOpenNI2.so;optimized;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;debug;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;general;vtkCommon;general;vtkFiltering;general;vtkImaging;general;vtkGraphics;general;vtkGenericFiltering;general;vtkIO;general;vtkRendering;general;vtkVolumeRendering;general;vtkHybrid;general;vtkWidgets;general;vtkParallel;general;vtkInfovis;general;vtkGeovis;general;vtkViews;general;vtkCharts; + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: Boost_CHRONO_LIBRARY_DEBUG +Boost_CHRONO_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_CHRONO_LIBRARY_RELEASE +Boost_CHRONO_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_DATE_TIME_LIBRARY_DEBUG +Boost_DATE_TIME_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_DATE_TIME_LIBRARY_RELEASE +Boost_DATE_TIME_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_FILESYSTEM_LIBRARY_DEBUG +Boost_FILESYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_FILESYSTEM_LIBRARY_RELEASE +Boost_FILESYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_INCLUDE_DIR +Boost_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_IOSTREAMS_LIBRARY_DEBUG +Boost_IOSTREAMS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_IOSTREAMS_LIBRARY_RELEASE +Boost_IOSTREAMS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_LIBRARY_DIR +Boost_LIBRARY_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_SERIALIZATION_LIBRARY_DEBUG +Boost_SERIALIZATION_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_SERIALIZATION_LIBRARY_RELEASE +Boost_SERIALIZATION_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_DEBUG +Boost_SYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_RELEASE +Boost_SYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_THREAD_LIBRARY_DEBUG +Boost_THREAD_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Boost_THREAD_LIBRARY_RELEASE +Boost_THREAD_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_BUILD_TOOL +CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1 +//What is the target build tool cmake is generating for. +CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/make +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=8 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=12 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Start directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=3 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake-2.8 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/bin/uname +//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS +CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DOXYGEN_DOT_EXECUTABLE +DOXYGEN_DOT_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DOXYGEN_DOT_PATH +DOXYGEN_DOT_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DOXYGEN_EXECUTABLE +DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DSSDK_LIBRARY_DepthSense +DSSDK_LIBRARY_DepthSense-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DSSDK_LIBRARY_DepthSensePlugins +DSSDK_LIBRARY_DepthSensePlugins-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DSSDK_LIBRARY_turbojpeg +DSSDK_LIBRARY_turbojpeg-ADVANCED:INTERNAL=1 +//Details about finding Doxygen +FIND_PACKAGE_MESSAGE_DETAILS_Doxygen:INTERNAL=[/usr/bin/doxygen][v1.8.6()] +//Details about finding Flann +FIND_PACKAGE_MESSAGE_DETAILS_Flann:INTERNAL=[/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a][/usr/include][v()] +//Details about finding OpenNI2 +FIND_PACKAGE_MESSAGE_DETAILS_OpenNI2:INTERNAL=[/usr/lib/libOpenNI2.so][/usr/include/openni2][v()] +//Details about finding PCL +FIND_PACKAGE_MESSAGE_DETAILS_PCL:INTERNAL=[/usr/lib/x86_64-linux-gnu/libboost_system.so;/usr/lib/x86_64-linux-gnu/libboost_filesystem.so;/usr/lib/x86_64-linux-gnu/libboost_thread.so;/usr/lib/x86_64-linux-gnu/libboost_date_time.so;/usr/lib/x86_64-linux-gnu/libboost_iostreams.so;/usr/lib/x86_64-linux-gnu/libboost_serialization.so;/usr/lib/x86_64-linux-gnu/libboost_chrono.so;/usr/lib/x86_64-linux-gnu/libpthread.so;optimized;/usr/local/lib/libpcl_common.so;debug;/usr/local/lib/libpcl_common.so;optimized;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;debug;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;optimized;/usr/local/lib/libpcl_kdtree.so;debug;/usr/local/lib/libpcl_kdtree.so;optimized;/usr/local/lib/libpcl_octree.so;debug;/usr/local/lib/libpcl_octree.so;optimized;/usr/local/lib/libpcl_search.so;debug;/usr/local/lib/libpcl_search.so;optimized;/usr/local/lib/libpcl_sample_consensus.so;debug;/usr/local/lib/libpcl_sample_consensus.so;optimized;/usr/local/lib/libpcl_filters.so;debug;/usr/local/lib/libpcl_filters.so;/usr/lib/libOpenNI.so;/usr/lib/libOpenNI2.so;vtkCommon;vtkFiltering;vtkImaging;vtkGraphics;vtkGenericFiltering;vtkIO;vtkRendering;vtkVolumeRendering;vtkHybrid;vtkWidgets;vtkParallel;vtkInfovis;vtkGeovis;vtkViews;vtkCharts;optimized;/usr/local/lib/libpcl_io.so;debug;/usr/local/lib/libpcl_io.so;optimized;/usr/local/lib/libpcl_features.so;debug;/usr/local/lib/libpcl_features.so;optimized;/usr/local/lib/libpcl_visualization.so;debug;/usr/local/lib/libpcl_visualization.so;optimized;/usr/local/lib/libpcl_ml.so;debug;/usr/local/lib/libpcl_ml.so;optimized;/usr/local/lib/libpcl_segmentation.so;debug;/usr/local/lib/libpcl_segmentation.so;optimized;/usr/local/lib/libpcl_people.so;debug;/usr/local/lib/libpcl_people.so;optimized;/usr/local/lib/libpcl_registration.so;debug;/usr/local/lib/libpcl_registration.so;optimized;/usr/local/lib/libpcl_keypoints.so;debug;/usr/local/lib/libpcl_keypoints.so;optimized;/usr/local/lib/libpcl_outofcore.so;debug;/usr/local/lib/libpcl_outofcore.so;optimized;/usr/local/lib/libpcl_stereo.so;debug;/usr/local/lib/libpcl_stereo.so;optimized;/usr/lib/x86_64-linux-gnu/libqhull.so;debug;/usr/lib/x86_64-linux-gnu/libqhull.so;optimized;/usr/local/lib/libpcl_surface.so;debug;/usr/local/lib/libpcl_surface.so;optimized;/usr/local/lib/libpcl_recognition.so;debug;/usr/local/lib/libpcl_recognition.so;optimized;/usr/local/lib/libpcl_tracking.so;debug;/usr/local/lib/libpcl_tracking.so;/usr/lib/x86_64-linux-gnu/libboost_system.so;/usr/lib/x86_64-linux-gnu/libboost_filesystem.so;/usr/lib/x86_64-linux-gnu/libboost_thread.so;/usr/lib/x86_64-linux-gnu/libboost_date_time.so;/usr/lib/x86_64-linux-gnu/libboost_iostreams.so;/usr/lib/x86_64-linux-gnu/libboost_serialization.so;/usr/lib/x86_64-linux-gnu/libboost_chrono.so;/usr/lib/x86_64-linux-gnu/libpthread.so;optimized;/usr/lib/x86_64-linux-gnu/libqhull.so;debug;/usr/lib/x86_64-linux-gnu/libqhull.so;/usr/lib/libOpenNI.so;/usr/lib/libOpenNI2.so;optimized;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;debug;/usr/lib/x86_64-linux-gnu/libflann_cpp_s.a;vtkCommon;vtkFiltering;vtkImaging;vtkGraphics;vtkGenericFiltering;vtkIO;vtkRendering;vtkVolumeRendering;vtkHybrid;vtkWidgets;vtkParallel;vtkInfovis;vtkGeovis;vtkViews;vtkCharts][/usr/local/include/pcl-1.8;/usr/include/eigen3;/usr/include;/usr/include/ni;/usr/include/openni2;/usr/include/vtk-5.8][v(1.8)] +//Details about finding PCL_2D +FIND_PACKAGE_MESSAGE_DETAILS_PCL_2D:INTERNAL=[/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_COMMON +FIND_PACKAGE_MESSAGE_DETAILS_PCL_COMMON:INTERNAL=[/usr/local/lib/libpcl_common.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_FEATURES +FIND_PACKAGE_MESSAGE_DETAILS_PCL_FEATURES:INTERNAL=[/usr/local/lib/libpcl_features.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_FILTERS +FIND_PACKAGE_MESSAGE_DETAILS_PCL_FILTERS:INTERNAL=[/usr/local/lib/libpcl_filters.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_GEOMETRY +FIND_PACKAGE_MESSAGE_DETAILS_PCL_GEOMETRY:INTERNAL=[/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_IO +FIND_PACKAGE_MESSAGE_DETAILS_PCL_IO:INTERNAL=[/usr/local/lib/libpcl_io.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_KDTREE +FIND_PACKAGE_MESSAGE_DETAILS_PCL_KDTREE:INTERNAL=[/usr/local/lib/libpcl_kdtree.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_KEYPOINTS +FIND_PACKAGE_MESSAGE_DETAILS_PCL_KEYPOINTS:INTERNAL=[/usr/local/lib/libpcl_keypoints.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_ML +FIND_PACKAGE_MESSAGE_DETAILS_PCL_ML:INTERNAL=[/usr/local/lib/libpcl_ml.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_OCTREE +FIND_PACKAGE_MESSAGE_DETAILS_PCL_OCTREE:INTERNAL=[/usr/local/lib/libpcl_octree.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_OUTOFCORE +FIND_PACKAGE_MESSAGE_DETAILS_PCL_OUTOFCORE:INTERNAL=[/usr/local/lib/libpcl_outofcore.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_PEOPLE +FIND_PACKAGE_MESSAGE_DETAILS_PCL_PEOPLE:INTERNAL=[/usr/local/lib/libpcl_people.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_RECOGNITION +FIND_PACKAGE_MESSAGE_DETAILS_PCL_RECOGNITION:INTERNAL=[/usr/local/lib/libpcl_recognition.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_REGISTRATION +FIND_PACKAGE_MESSAGE_DETAILS_PCL_REGISTRATION:INTERNAL=[/usr/local/lib/libpcl_registration.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_SAMPLE_CONSENSUS +FIND_PACKAGE_MESSAGE_DETAILS_PCL_SAMPLE_CONSENSUS:INTERNAL=[/usr/local/lib/libpcl_sample_consensus.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_SEARCH +FIND_PACKAGE_MESSAGE_DETAILS_PCL_SEARCH:INTERNAL=[/usr/local/lib/libpcl_search.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_SEGMENTATION +FIND_PACKAGE_MESSAGE_DETAILS_PCL_SEGMENTATION:INTERNAL=[/usr/local/lib/libpcl_segmentation.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_STEREO +FIND_PACKAGE_MESSAGE_DETAILS_PCL_STEREO:INTERNAL=[/usr/local/lib/libpcl_stereo.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_SURFACE +FIND_PACKAGE_MESSAGE_DETAILS_PCL_SURFACE:INTERNAL=[/usr/local/lib/libpcl_surface.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_TRACKING +FIND_PACKAGE_MESSAGE_DETAILS_PCL_TRACKING:INTERNAL=[/usr/local/lib/libpcl_tracking.so][/usr/local/include/pcl-1.8][v()] +//Details about finding PCL_VISUALIZATION +FIND_PACKAGE_MESSAGE_DETAILS_PCL_VISUALIZATION:INTERNAL=[/usr/local/lib/libpcl_visualization.so][/usr/local/include/pcl-1.8][v()] +//Details about finding eigen +FIND_PACKAGE_MESSAGE_DETAILS_eigen:INTERNAL=[/usr/include/eigen3][v()] +//Details about finding libusb-1.0 +FIND_PACKAGE_MESSAGE_DETAILS_libusb-1.0:INTERNAL=[/usr/include][v()] +//Details about finding openni +FIND_PACKAGE_MESSAGE_DETAILS_openni:INTERNAL=[/usr/lib/libOpenNI.so][/usr/include/ni][v()] +//Details about finding qhull +FIND_PACKAGE_MESSAGE_DETAILS_qhull:INTERNAL=[/usr/lib/x86_64-linux-gnu/libqhull.so][/usr/include][v()] +//ADVANCED property for variable: OpenCV_3RDPARTY_LIB_DIR_DBG +OpenCV_3RDPARTY_LIB_DIR_DBG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OpenCV_3RDPARTY_LIB_DIR_OPT +OpenCV_3RDPARTY_LIB_DIR_OPT-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OpenCV_CONFIG_PATH +OpenCV_CONFIG_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OpenCV_LIB_DIR_DBG +OpenCV_LIB_DIR_DBG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OpenCV_LIB_DIR_OPT +OpenCV_LIB_DIR_OPT-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_COMMON_LIBRARY +PCL_COMMON_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_COMMON_LIBRARY_DEBUG +PCL_COMMON_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_FEATURES_LIBRARY +PCL_FEATURES_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_FEATURES_LIBRARY_DEBUG +PCL_FEATURES_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_FILTERS_LIBRARY +PCL_FILTERS_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_FILTERS_LIBRARY_DEBUG +PCL_FILTERS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_IO_LIBRARY +PCL_IO_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_IO_LIBRARY_DEBUG +PCL_IO_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_KDTREE_LIBRARY +PCL_KDTREE_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_KDTREE_LIBRARY_DEBUG +PCL_KDTREE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_KEYPOINTS_LIBRARY +PCL_KEYPOINTS_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_KEYPOINTS_LIBRARY_DEBUG +PCL_KEYPOINTS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_ML_LIBRARY +PCL_ML_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_ML_LIBRARY_DEBUG +PCL_ML_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_OCTREE_LIBRARY +PCL_OCTREE_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_OCTREE_LIBRARY_DEBUG +PCL_OCTREE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_OUTOFCORE_LIBRARY +PCL_OUTOFCORE_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_OUTOFCORE_LIBRARY_DEBUG +PCL_OUTOFCORE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_PEOPLE_LIBRARY +PCL_PEOPLE_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_PEOPLE_LIBRARY_DEBUG +PCL_PEOPLE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_RECOGNITION_LIBRARY +PCL_RECOGNITION_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_RECOGNITION_LIBRARY_DEBUG +PCL_RECOGNITION_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_REGISTRATION_LIBRARY +PCL_REGISTRATION_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_REGISTRATION_LIBRARY_DEBUG +PCL_REGISTRATION_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_SAMPLE_CONSENSUS_LIBRARY +PCL_SAMPLE_CONSENSUS_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_SAMPLE_CONSENSUS_LIBRARY_DEBUG +PCL_SAMPLE_CONSENSUS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_SEARCH_LIBRARY +PCL_SEARCH_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_SEARCH_LIBRARY_DEBUG +PCL_SEARCH_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_SEGMENTATION_LIBRARY +PCL_SEGMENTATION_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_SEGMENTATION_LIBRARY_DEBUG +PCL_SEGMENTATION_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_STEREO_LIBRARY +PCL_STEREO_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_STEREO_LIBRARY_DEBUG +PCL_STEREO_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_SURFACE_LIBRARY +PCL_SURFACE_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_SURFACE_LIBRARY_DEBUG +PCL_SURFACE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_TRACKING_LIBRARY +PCL_TRACKING_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_TRACKING_LIBRARY_DEBUG +PCL_TRACKING_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_VISUALIZATION_LIBRARY +PCL_VISUALIZATION_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PCL_VISUALIZATION_LIBRARY_DEBUG +PCL_VISUALIZATION_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +PC_EIGEN_CFLAGS:INTERNAL=-I/usr/include/eigen3 +PC_EIGEN_CFLAGS_I:INTERNAL= +PC_EIGEN_CFLAGS_OTHER:INTERNAL= +PC_EIGEN_FOUND:INTERNAL=1 +PC_EIGEN_INCLUDEDIR:INTERNAL= +PC_EIGEN_INCLUDE_DIRS:INTERNAL=/usr/include/eigen3 +PC_EIGEN_LDFLAGS:INTERNAL= +PC_EIGEN_LDFLAGS_OTHER:INTERNAL= +PC_EIGEN_LIBDIR:INTERNAL= +PC_EIGEN_LIBRARIES:INTERNAL= +PC_EIGEN_LIBRARY_DIRS:INTERNAL= +PC_EIGEN_LIBS:INTERNAL= +PC_EIGEN_LIBS_L:INTERNAL= +PC_EIGEN_LIBS_OTHER:INTERNAL= +PC_EIGEN_LIBS_PATHS:INTERNAL= +PC_EIGEN_PREFIX:INTERNAL= +PC_EIGEN_STATIC_CFLAGS:INTERNAL=-I/usr/include/eigen3 +PC_EIGEN_STATIC_CFLAGS_I:INTERNAL= +PC_EIGEN_STATIC_CFLAGS_OTHER:INTERNAL= +PC_EIGEN_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/eigen3 +PC_EIGEN_STATIC_LDFLAGS:INTERNAL= +PC_EIGEN_STATIC_LDFLAGS_OTHER:INTERNAL= +PC_EIGEN_STATIC_LIBDIR:INTERNAL= +PC_EIGEN_STATIC_LIBRARIES:INTERNAL= +PC_EIGEN_STATIC_LIBRARY_DIRS:INTERNAL= +PC_EIGEN_STATIC_LIBS:INTERNAL= +PC_EIGEN_STATIC_LIBS_L:INTERNAL= +PC_EIGEN_STATIC_LIBS_OTHER:INTERNAL= +PC_EIGEN_STATIC_LIBS_PATHS:INTERNAL= +PC_EIGEN_VERSION:INTERNAL=3.2.0 +PC_EIGEN_eigen3_INCLUDEDIR:INTERNAL= +PC_EIGEN_eigen3_LIBDIR:INTERNAL= +PC_EIGEN_eigen3_PREFIX:INTERNAL= +PC_EIGEN_eigen3_VERSION:INTERNAL= +PC_FLANN_CFLAGS:INTERNAL= +PC_FLANN_CFLAGS_I:INTERNAL= +PC_FLANN_CFLAGS_OTHER:INTERNAL= +PC_FLANN_FOUND:INTERNAL=1 +PC_FLANN_INCLUDEDIR:INTERNAL=/usr/include +PC_FLANN_INCLUDE_DIRS:INTERNAL= +PC_FLANN_LDFLAGS:INTERNAL=-lflann_cpp +PC_FLANN_LDFLAGS_OTHER:INTERNAL= +PC_FLANN_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_FLANN_LIBRARIES:INTERNAL=flann_cpp +PC_FLANN_LIBRARY_DIRS:INTERNAL= +PC_FLANN_LIBS:INTERNAL= +PC_FLANN_LIBS_L:INTERNAL= +PC_FLANN_LIBS_OTHER:INTERNAL= +PC_FLANN_LIBS_PATHS:INTERNAL= +PC_FLANN_PREFIX:INTERNAL=/usr +PC_FLANN_STATIC_CFLAGS:INTERNAL= +PC_FLANN_STATIC_CFLAGS_I:INTERNAL= +PC_FLANN_STATIC_CFLAGS_OTHER:INTERNAL= +PC_FLANN_STATIC_INCLUDE_DIRS:INTERNAL= +PC_FLANN_STATIC_LDFLAGS:INTERNAL=-lflann_cpp +PC_FLANN_STATIC_LDFLAGS_OTHER:INTERNAL= +PC_FLANN_STATIC_LIBDIR:INTERNAL= +PC_FLANN_STATIC_LIBRARIES:INTERNAL=flann_cpp +PC_FLANN_STATIC_LIBRARY_DIRS:INTERNAL= +PC_FLANN_STATIC_LIBS:INTERNAL= +PC_FLANN_STATIC_LIBS_L:INTERNAL= +PC_FLANN_STATIC_LIBS_OTHER:INTERNAL= +PC_FLANN_STATIC_LIBS_PATHS:INTERNAL= +PC_FLANN_VERSION:INTERNAL=1.8.4 +PC_FLANN_flann_INCLUDEDIR:INTERNAL= +PC_FLANN_flann_LIBDIR:INTERNAL= +PC_FLANN_flann_PREFIX:INTERNAL= +PC_FLANN_flann_VERSION:INTERNAL= +PC_OPENNI2_CFLAGS:INTERNAL=-I/usr/include/openni2 +PC_OPENNI2_CFLAGS_I:INTERNAL= +PC_OPENNI2_CFLAGS_OTHER:INTERNAL= +PC_OPENNI2_FOUND:INTERNAL=1 +PC_OPENNI2_INCLUDEDIR:INTERNAL=/usr/include/openni2 +PC_OPENNI2_INCLUDE_DIRS:INTERNAL=/usr/include/openni2 +PC_OPENNI2_LDFLAGS:INTERNAL=-L/usr/lib/OpenNI2/Drivers;-lOpenNI2;-lDummyDevice;-lOniFile;-lPS1080 +PC_OPENNI2_LDFLAGS_OTHER:INTERNAL= +PC_OPENNI2_LIBDIR:INTERNAL=/usr/lib +PC_OPENNI2_LIBRARIES:INTERNAL=OpenNI2;DummyDevice;OniFile;PS1080 +PC_OPENNI2_LIBRARY_DIRS:INTERNAL=/usr/lib/OpenNI2/Drivers +PC_OPENNI2_LIBS:INTERNAL= +PC_OPENNI2_LIBS_L:INTERNAL= +PC_OPENNI2_LIBS_OTHER:INTERNAL= +PC_OPENNI2_LIBS_PATHS:INTERNAL= +PC_OPENNI2_PREFIX:INTERNAL=/usr +PC_OPENNI2_STATIC_CFLAGS:INTERNAL=-I/usr/include/openni2 +PC_OPENNI2_STATIC_CFLAGS_I:INTERNAL= +PC_OPENNI2_STATIC_CFLAGS_OTHER:INTERNAL= +PC_OPENNI2_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/openni2 +PC_OPENNI2_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/OpenNI2/Drivers;-lOpenNI2;-lDummyDevice;-lOniFile;-lPS1080 +PC_OPENNI2_STATIC_LDFLAGS_OTHER:INTERNAL= +PC_OPENNI2_STATIC_LIBDIR:INTERNAL= +PC_OPENNI2_STATIC_LIBRARIES:INTERNAL=OpenNI2;DummyDevice;OniFile;PS1080 +PC_OPENNI2_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/OpenNI2/Drivers +PC_OPENNI2_STATIC_LIBS:INTERNAL= +PC_OPENNI2_STATIC_LIBS_L:INTERNAL= +PC_OPENNI2_STATIC_LIBS_OTHER:INTERNAL= +PC_OPENNI2_STATIC_LIBS_PATHS:INTERNAL= +PC_OPENNI2_VERSION:INTERNAL=2.2.0.3 +PC_OPENNI2_libopenni2_INCLUDEDIR:INTERNAL= +PC_OPENNI2_libopenni2_LIBDIR:INTERNAL= +PC_OPENNI2_libopenni2_PREFIX:INTERNAL= +PC_OPENNI2_libopenni2_VERSION:INTERNAL= +PC_OPENNI_CFLAGS:INTERNAL=-I/usr/include/ni +PC_OPENNI_CFLAGS_I:INTERNAL= +PC_OPENNI_CFLAGS_OTHER:INTERNAL= +PC_OPENNI_FOUND:INTERNAL=1 +PC_OPENNI_INCLUDEDIR:INTERNAL=/usr/include/ni +PC_OPENNI_INCLUDE_DIRS:INTERNAL=/usr/include/ni +PC_OPENNI_LDFLAGS:INTERNAL=-lOpenNI +PC_OPENNI_LDFLAGS_OTHER:INTERNAL= +PC_OPENNI_LIBDIR:INTERNAL=/usr/lib +PC_OPENNI_LIBRARIES:INTERNAL=OpenNI +PC_OPENNI_LIBRARY_DIRS:INTERNAL= +PC_OPENNI_LIBS:INTERNAL= +PC_OPENNI_LIBS_L:INTERNAL= +PC_OPENNI_LIBS_OTHER:INTERNAL= +PC_OPENNI_LIBS_PATHS:INTERNAL= +PC_OPENNI_PREFIX:INTERNAL=/usr +PC_OPENNI_STATIC_CFLAGS:INTERNAL=-I/usr/include/ni +PC_OPENNI_STATIC_CFLAGS_I:INTERNAL= +PC_OPENNI_STATIC_CFLAGS_OTHER:INTERNAL= +PC_OPENNI_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/ni +PC_OPENNI_STATIC_LDFLAGS:INTERNAL=-lOpenNI +PC_OPENNI_STATIC_LDFLAGS_OTHER:INTERNAL= +PC_OPENNI_STATIC_LIBDIR:INTERNAL= +PC_OPENNI_STATIC_LIBRARIES:INTERNAL=OpenNI +PC_OPENNI_STATIC_LIBRARY_DIRS:INTERNAL= +PC_OPENNI_STATIC_LIBS:INTERNAL= +PC_OPENNI_STATIC_LIBS_L:INTERNAL= +PC_OPENNI_STATIC_LIBS_OTHER:INTERNAL= +PC_OPENNI_STATIC_LIBS_PATHS:INTERNAL= +PC_OPENNI_VERSION:INTERNAL=1.5.4.0 +PC_OPENNI_libopenni_INCLUDEDIR:INTERNAL= +PC_OPENNI_libopenni_LIBDIR:INTERNAL= +PC_OPENNI_libopenni_PREFIX:INTERNAL= +PC_OPENNI_libopenni_VERSION:INTERNAL= +//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE +PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: RSSDK_LIBRARY +RSSDK_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: RSSDK_LIBRARY_DEBUG +RSSDK_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//Last used BOOST_INCLUDEDIR value. +_BOOST_INCLUDEDIR_LAST:INTERNAL=/usr/include +//Last used Boost_ADDITIONAL_VERSIONS value. +_Boost_ADDITIONAL_VERSIONS_LAST:INTERNAL=1.47;1.47.0 +//Components requested for this build tree. +_Boost_COMPONENTS_SEARCHED:INTERNAL=chrono;date_time;filesystem;iostreams;serialization;system;thread +//Last used Boost_INCLUDE_DIR value. +_Boost_INCLUDE_DIR_LAST:INTERNAL=/usr/include +//Last used Boost_LIBRARY_DIR value. +_Boost_LIBRARY_DIR_LAST:INTERNAL=/usr/lib/x86_64-linux-gnu +//Last used Boost_USE_MULTITHREADED value. +_Boost_USE_MULTITHREADED_LAST:INTERNAL=TRUE +__pkg_config_checked_PC_EIGEN:INTERNAL=1 +__pkg_config_checked_PC_FLANN:INTERNAL=1 +__pkg_config_checked_PC_OPENNI:INTERNAL=1 +__pkg_config_checked_PC_OPENNI2:INTERNAL=1 + diff --git a/trunk/build/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake b/trunk/build/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake new file mode 100644 index 0000000..f4a508b --- /dev/null +++ b/trunk/build/CMakeFiles/2.8.12.2/CMakeCCompiler.cmake @@ -0,0 +1,56 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "4.8.4") +set(CMAKE_C_PLATFORM_ID "Linux") + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) +set(CMAKE_COMPILER_IS_MINGW ) +set(CMAKE_COMPILER_IS_CYGWIN ) +if(CMAKE_COMPILER_IS_CYGWIN) + set(CYGWIN 1) + set(UNIX 1) +endif() + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +if(CMAKE_COMPILER_IS_MINGW) + set(MINGW 1) +endif() +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") +endif() + + + + +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") + + + diff --git a/trunk/build/CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake b/trunk/build/CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..1ca40db --- /dev/null +++ b/trunk/build/CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake @@ -0,0 +1,57 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "4.8.4") +set(CMAKE_CXX_PLATFORM_ID "Linux") + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) +set(CMAKE_COMPILER_IS_MINGW ) +set(CMAKE_COMPILER_IS_CYGWIN ) +if(CMAKE_COMPILER_IS_CYGWIN) + set(CYGWIN 1) + set(UNIX 1) +endif() + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +if(CMAKE_COMPILER_IS_MINGW) + set(MINGW 1) +endif() +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP) +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") +endif() + + + + +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") + + + diff --git a/trunk/build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_C.bin b/trunk/build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000000000000000000000000000000000000..ffacac862dd52881b6ea403fc6e984f4d67891d8 GIT binary patch literal 8587 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 Z@74b6+dZya`I67NdHh^AeX_O0e*k!atdIZz literal 0 HcmV?d00001 diff --git a/trunk/build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_CXX.bin b/trunk/build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000000000000000000000000000000000000..5103deb825aa61fb9e732c9a96deb0f7830f8d47 GIT binary patch literal 8600 zcmeHMdu&tJ8UJkOS%Ph7wuMKDx51XSikpOx8BoV{UfeJTSV$-x4L45gB&Lp?+SfFp zj3TA9vltz!HkDNqs-{)TADvX~kB&XGhEWw%brS8?s#{kHl`-+uKs**rwBGlfdp`U6 z<|0u|llBM4^8L>DJKy7+bI;?R^F7@W>U26Bz{v^U1mXtD6ag7efI|xeE3p7nf&$B6 z36vpHiho6v5H)g4XQgST6;jTHv;_YFrvU_<ipVfsYQVshYe<y*6_O&e28~x5EK>lV z07#GO>U9ei>43;Et&{a=kd*a^CA~VSS10wDo{|+~%I%}J(Z5&P>vbx~5w8$|cJVAw zlBKlytRA6!yEN2Zp%9F`L7N2!z?AjAje1niJ563G*dzVju3xUm_A!+#JQR-&wlqH! zkJQIwiOfX(M4+X<rP-fO`kO?%$v(-h-`FQSaX;1|M|G~oKaBw@zcCV0UpUfQ+jsSA zzkKnDS6;a>w)asgqxO(qIsOlM_f^1`t1Bx?O6GsB1QaTxS51CeJKn#vv$E}j-=2A4 zPt}?i=e_!^Gc$kv<C!B(gCAY~@QH0pcRu~no?jol>aME(<jBQ8{Zqb4RJ2L;i1}>r zd5A5v!TS;O+2B994gT6~@Giu?Py+$)0Oks5GiC{|v)~5=z6cZx-h;T$Mm~=C0`P!W zjw2p7Pa(b#=EI?K1#<vV@dVh4l<<KvMIr_{gv1Mr=G2qkE6I0DJ8PxZeu2*euf@)N zQXXV|<TQb=3)~GQ5|?HGaJ&uC@M-}~qr8^Z!zo=G3&#?S45c&La4Zo6t*f_Ni$qh= zkyu)frh2>E;>kp`H#``Rf)<U0^)RXsF^nKHGL}q8iyEqL!h9r_&@$<0#B3dn>u4cC z;9xq<>Kk@xJ<?ZOJe*EP(?%6+E3iJ))!L>t`J4Q!MB}*S4xBG`KcfeX5@Wm*l35(X z;qQdEjbfPf42T@f3z|EeYUKE!ImDi*%xA*Q^6J#33iUwg$CW-%_s{61=N?31b?VKE z<D><UTlF3m<yQO|pPpI;bHtBQ(fQLkOe@|do~Hi!Q^+=6?#jNqL(P7oPW}DL=H9Lo zGxWyQ6US)4sV7d*cschg6uds{sci>1x(+MWr`FRvP^V_yYWD1t&i>;^$pKa9djA_# zlsoOI-AC9_;#mIJtPADU>>t!)7uKncQ|i038C3oa399?wLuEDlmZATN)Zh1TBi0u( z3;Iy=++M6m|68TY5OQ2QPVG~t9-b{j0exA%3e|mY_;43M`P`}g^G~6Qrxwnqk&=z< zcQ2{g%;^&yx5(>(j!Wuc&+Geq*l5r1XB-{37+GaPZuO(DXGk7`j|8*1;MT6}&0t?w z_WfXQ=-`S`tU#Z7u%76a(EVo{KT?l<>Y_JwuKTlGPThZ5U&i{O?1fPFW;@!*RsT($ zI_^+cU(8&f7r4DY_*k$%xFe_?A0GCz{55>9;+@M^>?j%~09_k9H?2v>c1M%LT4Y>L zZEpzl8(?@awjDnnZ~=5Iajk8@x|ibr(x<uH9;8dLVj-lJ*eyRp8bbOe(%&Ji!qGwN zKPAWR9&k)}9ZRapD-Jozy@b=Ae-iCHKmsz^%L6ROa*`iKd8z}ry`Aow4W4;VR_udy zi`PD|a`{&XCYg5p_hY@p+7xtqpLMp)FWZHVWmyF2J}i$Sg;uxs2hI+6&GW7fx9?y{ zhr90krK-E(*)r7~m@4mfD{*%q=xzwQ>ssBuR(B1`x4J7tyIw{0X|!XWZ)Eary4wSH zd*E&l{6F`A5BFn{n99o1hE9oTmBHq}>*h<IzuOjZxjZi|kvy%nlolHVYGgUB&y=|Q z#%H-C@rRuXk^Gr&y2Rk=JBQM&Qy~KPh$p}YlG67&r5c047bInp|K`EZ2THtFi#-H+ z-f!r;iPD!00;fwAkz@R%<hkDLPaZ?_{&71H?U|PHxD5)P`}2zA_sVkV?tf1B9BXyd zS*8eRtEATQ^=)lye06<;nS`G4HTwhp=K7|L;2QTfHv1cz{f+k<ILr}ks&8B^Weu4o z0DpRNOb-tt)l&u?<y<U*-|*w$PbBrIKiJw;uZKq@H<HNs2Qx7|g~lS_CvG&H9tD47 zGJ*CCs;7*SUC~rJmP`~e8kVJ^@h~aK+<06EzxdAg>(L3!ixY)El@!MYe{@tEPKC#! z+GqrInKLxBa4Hp^G&DHBa|p%IdUz~0gszil5FdWw#juFy2=EUj$Ht-w-P+5apQm|7 zV~WRfz^NctxM$&cCO~}f_+$R7n4z)F`n^sCxxzh$PjH1tNg*q8jrcU{>rO@Bx-__4 zaD|6eza5Ki;#^?=hn<QLJ}iO91XoxOc-~1EHe!b6KI_jq736505CmS64W{*jvaHYZ zmd?GjHn2XgH`B7ByuP4_NY?(_fhf&w*5~=Wmp+a$ar-5k_rvm!qYSMT%=3CNEfsuZ z1e3M?1`4nnGgMX9=k@8N)aQ1xe{1`nvFP)9cUmg&`baG80apFz5u-lg^_kE8UJ3BJ zk0K(;Ze<p-m^14)lqsUDLF%)AR`ALU(;p&l*5~_+0jd8}%L`*Yw)c`npZBv8*-&2B zS>9Uzm!&@UKi{`_rT$7*l+@~f+M>_*etaL;Y|*#+f8C-#fyYcr6Vm^6!4)17&I2=; zqYE<LANhWi?+2~&R{kB-^_cW|f3K0ZZdQ3K{~_wqD`Nk2(x&9QL;a6YmR>dM^Zv&7 zw|q}4heLk+@_YCP>YDxYy~->#3X`?I%rm`+GG={{-xuPd63gnyh$*oiQ+hvUeZKdr zlNIE8vI*8>{@<7(jN4DwBa{MC(JD{A%qfQqVGU*w^Q^zgg0ntT3KOtzv*>f|p9N*1 zg%!Se?wIwx@`IAsf%~wK_8M*vuWK|v?ffgXhP7=L<5vHMl>O6%wF@|vIfX7<ZF_BT z7wEQlN&dUmY|MpUxwE$NWx)GTv3xo3{!)xr0Ph>ccqQ<DP>kP`|E?{@=ib{=xeHf* zUYCpI=iV0^@;3Lm!cO5ny4a34AMYr}7vMUkm?4pO;mtFzQ|3Y!+?zjN6yw#no(z~F zk$2%Kf!7Ojp$op4zh5oJ@l?R`+f?APxqqi(m(9Jofm?S)V-A+URho`PiS}Fvo=&Xw zr|IDYyvLXOB`f(QK4Zay5{GhyMFo8XpAJ(!d43EFd~SapM4bHkEOve@<mbMZqlnwJ z>y(i909}+);`5rZ9(#bUODV~1K&%sXcCMj}10x-yl?sXH6NNbK`i%ta?93MpUpQy{ zEE9HWpuzIq9~Ai9@zX5rSjXpjX@}QmuILtl&mC7W#3{Z)x96028Jk4hCy?UDj|4t9 zZuBzZc5$YkBfb!Om%n$|+AjpoT!FqL?ePA@C4WKO$Bc=dL)<R@^e@Ei;!ow+K#DUd zmVT~6+%7J4uavj;XRVaC#-)}cZdXr=N88~&!j8>)IF!=UdIoRQhcG6zp{+*?b#3X@ zG$@3hG<{4Pq5xDHI3Q$#Fc6j0M&ilAa9oS%$y8bkXC?s8gX8h29*y{0R)1q9TDB1q zu`c7Bi6JRHH3`PaG?Ez`n?w~8r_q77NVKgx{CKo&+qO1z6pKewc&_#jjgN!&ols*- zEHRwaOqc$I1_X$g{%E<gC)nMgb!=?Mb{dW5e32iDl10)<Z8V&SP~@%s(T&0Gt~NwX zVj_%(5C-Yk;`-30)?i56)Y-YEqgU$<wuU;$kBIu+QH;+V+LPfvBQ9u-94d-A8uwqv T1i3AR(4Y~X{9N%t(K+xR(2$%? literal 0 HcmV?d00001 diff --git a/trunk/build/CMakeFiles/2.8.12.2/CMakeSystem.cmake b/trunk/build/CMakeFiles/2.8.12.2/CMakeSystem.cmake new file mode 100644 index 0000000..44529c1 --- /dev/null +++ b/trunk/build/CMakeFiles/2.8.12.2/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-3.13.0-55-generic") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "3.13.0-55-generic") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-3.13.0-55-generic") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "3.13.0-55-generic") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..cba81d4 --- /dev/null +++ b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,389 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" + /* __INTEL_COMPILER = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100) + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_C = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) +# if defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" +# else +# if __IBMC__ >= 800 +# define COMPILER_ID "XL" +# else +# define COMPILER_ID "VisualAge" +# endif + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +/* Analog VisualDSP++ >= 4.5.6 */ +#elif defined(__VISUALDSPVERSION__) +# define COMPILER_ID "ADSP" + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) + +/* Analog VisualDSP++ < 4.5.6 */ +#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" + +/* IAR Systems compiler for embedded systems. + http://www.iar.com */ +#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" + +/* sdcc, the small devices C compiler for embedded systems, + http://sdcc.sourceforge.net */ +#elif defined(SDCC) +# define COMPILER_ID "SDCC" + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) + +#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) +# define COMPILER_ID "MIPSpro" +# if defined(_SGI_COMPILER_VERSION) + /* _SGI_COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) +# else + /* _COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) +# endif + +/* This compiler is either not known or is too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__sgi) +# define COMPILER_ID "MIPSpro" + +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" + +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) +# define PLATFORM_ID "IRIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#else /* unknown platform */ +# define PLATFORM_ID "" + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM) +# define ARCHITECTURE_ID "ARM" + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID "" +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number components. */ +#ifdef COMPILER_VERSION_MAJOR +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif + (void)argv; + return require; +} +#endif diff --git a/trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/a.out b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/a.out new file mode 100755 index 0000000000000000000000000000000000000000..ddaaadc8f0be09eb9f5be82df6e9271de5cf5e27 GIT binary patch literal 8683 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 CEN~D2 literal 0 HcmV?d00001 diff --git a/trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..e8220b2 --- /dev/null +++ b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,377 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" + /* __INTEL_COMPILER = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100) + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) +# if defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" +# else +# if __IBMCPP__ >= 800 +# define COMPILER_ID "XL" +# else +# define COMPILER_ID "VisualAge" +# endif + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +/* Analog VisualDSP++ >= 4.5.6 */ +#elif defined(__VISUALDSPVERSION__) +# define COMPILER_ID "ADSP" + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) + +/* Analog VisualDSP++ < 4.5.6 */ +#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" + +/* IAR Systems compiler for embedded systems. + http://www.iar.com */ +#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" + +#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) +# define COMPILER_ID "MIPSpro" +# if defined(_SGI_COMPILER_VERSION) + /* _SGI_COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) +# else + /* _COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) +# endif + +/* This compiler is either not known or is too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__sgi) +# define COMPILER_ID "MIPSpro" + +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" + +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) +# define PLATFORM_ID "IRIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#else /* unknown platform */ +# define PLATFORM_ID "" + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM) +# define ARCHITECTURE_ID "ARM" + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID "" +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number components. */ +#ifdef COMPILER_VERSION_MAJOR +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif + (void)argv; + return require; +} diff --git a/trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out new file mode 100755 index 0000000000000000000000000000000000000000..7e0fa3c8fd0dde946881102dca0d107963998684 GIT binary patch literal 8692 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 UE~Pf}z^G`k=tZ+4bb|-~2FC_z6aWAK literal 0 HcmV?d00001 diff --git a/trunk/build/CMakeFiles/CMakeDirectoryInformation.cmake b/trunk/build/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..7dfd782 --- /dev/null +++ b/trunk/build/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# Relative path conversion top directories. +SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk") +SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build") + +# Force unix paths in dependencies. +SET(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/trunk/build/CMakeFiles/CMakeOutput.log b/trunk/build/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000..a120b86 --- /dev/null +++ b/trunk/build/CMakeFiles/CMakeOutput.log @@ -0,0 +1,263 @@ +The system is: Linux - 3.13.0-55-generic - x86_64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: /usr/bin/cc +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + +The C compiler identification is GNU, found in "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/a.out" + +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: /usr/bin/c++ +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + +The CXX compiler identification is GNU, found in "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out" + +Determining if the C compiler works passed with the following output: +Change Dir: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp + +Run Build Command:/usr/bin/make "cmTryCompileExec3752985224/fast" +/usr/bin/make -f CMakeFiles/cmTryCompileExec3752985224.dir/build.make CMakeFiles/cmTryCompileExec3752985224.dir/build +make[1]: Entering directory `/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp' +/usr/bin/cmake -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1 +Building C object CMakeFiles/cmTryCompileExec3752985224.dir/testCCompiler.c.o +/usr/bin/cc -o CMakeFiles/cmTryCompileExec3752985224.dir/testCCompiler.c.o -c /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/testCCompiler.c +Linking C executable cmTryCompileExec3752985224 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3752985224.dir/link.txt --verbose=1 +/usr/bin/cc CMakeFiles/cmTryCompileExec3752985224.dir/testCCompiler.c.o -o cmTryCompileExec3752985224 -rdynamic +make[1]: Leaving directory `/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp' + + +Detecting C compiler ABI info compiled with the following output: +Change Dir: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp + +Run Build Command:/usr/bin/make "cmTryCompileExec2724954513/fast" +/usr/bin/make -f CMakeFiles/cmTryCompileExec2724954513.dir/build.make CMakeFiles/cmTryCompileExec2724954513.dir/build +make[1]: Entering directory `/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp' +/usr/bin/cmake -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1 +Building C object CMakeFiles/cmTryCompileExec2724954513.dir/CMakeCCompilerABI.c.o +/usr/bin/cc -o CMakeFiles/cmTryCompileExec2724954513.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c +Linking C executable cmTryCompileExec2724954513 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2724954513.dir/link.txt --verbose=1 +/usr/bin/cc -v CMakeFiles/cmTryCompileExec2724954513.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec2724954513 -rdynamic +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04.1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.1) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2724954513' '-rdynamic' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec2724954513 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec2724954513.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o +make[1]: Leaving directory `/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp' + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec2724954513/fast"] + ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec2724954513.dir/build.make CMakeFiles/cmTryCompileExec2724954513.dir/build] + ignore line: [make[1]: Entering directory `/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp'] + ignore line: [/usr/bin/cmake -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1] + ignore line: [Building C object CMakeFiles/cmTryCompileExec2724954513.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -o CMakeFiles/cmTryCompileExec2724954513.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c] + ignore line: [Linking C executable cmTryCompileExec2724954513] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2724954513.dir/link.txt --verbose=1] + ignore line: [/usr/bin/cc -v CMakeFiles/cmTryCompileExec2724954513.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec2724954513 -rdynamic ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04.1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.1) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2724954513' '-rdynamic' '-mtune=generic' '-march=x86-64'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec2724954513 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec2724954513.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/collect2] ==> ignore + arg [--sysroot=/] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-export-dynamic] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-zrelro] ==> ignore + arg [-o] ==> ignore + arg [cmTryCompileExec2724954513] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o] ==> ignore + arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] + arg [CMakeFiles/cmTryCompileExec2724954513.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--no-as-needed] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--no-as-needed] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] ==> ignore + remove lib [gcc] + remove lib [gcc_s] + remove lib [gcc] + remove lib [gcc_s] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> [/usr/lib/gcc/x86_64-linux-gnu/4.8] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> [/usr/lib] + implicit libs: [c] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + +Determining if the CXX compiler works passed with the following output: +Change Dir: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp + +Run Build Command:/usr/bin/make "cmTryCompileExec2343575089/fast" +/usr/bin/make -f CMakeFiles/cmTryCompileExec2343575089.dir/build.make CMakeFiles/cmTryCompileExec2343575089.dir/build +make[1]: Entering directory `/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp' +/usr/bin/cmake -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1 +Building CXX object CMakeFiles/cmTryCompileExec2343575089.dir/testCXXCompiler.cxx.o +/usr/bin/c++ -o CMakeFiles/cmTryCompileExec2343575089.dir/testCXXCompiler.cxx.o -c /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx +Linking CXX executable cmTryCompileExec2343575089 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2343575089.dir/link.txt --verbose=1 +/usr/bin/c++ CMakeFiles/cmTryCompileExec2343575089.dir/testCXXCompiler.cxx.o -o cmTryCompileExec2343575089 -rdynamic +make[1]: Leaving directory `/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp' + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp + +Run Build Command:/usr/bin/make "cmTryCompileExec532000627/fast" +/usr/bin/make -f CMakeFiles/cmTryCompileExec532000627.dir/build.make CMakeFiles/cmTryCompileExec532000627.dir/build +make[1]: Entering directory `/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp' +/usr/bin/cmake -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1 +Building CXX object CMakeFiles/cmTryCompileExec532000627.dir/CMakeCXXCompilerABI.cpp.o +/usr/bin/c++ -o CMakeFiles/cmTryCompileExec532000627.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp +Linking CXX executable cmTryCompileExec532000627 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec532000627.dir/link.txt --verbose=1 +/usr/bin/c++ -v CMakeFiles/cmTryCompileExec532000627.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec532000627 -rdynamic +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04.1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.1) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec532000627' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec532000627 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec532000627.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o +make[1]: Leaving directory `/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp' + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec532000627/fast"] + ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec532000627.dir/build.make CMakeFiles/cmTryCompileExec532000627.dir/build] + ignore line: [make[1]: Entering directory `/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp'] + ignore line: [/usr/bin/cmake -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/CMakeTmp/CMakeFiles 1] + ignore line: [Building CXX object CMakeFiles/cmTryCompileExec532000627.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -o CMakeFiles/cmTryCompileExec532000627.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Linking CXX executable cmTryCompileExec532000627] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec532000627.dir/link.txt --verbose=1] + ignore line: [/usr/bin/c++ -v CMakeFiles/cmTryCompileExec532000627.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec532000627 -rdynamic ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04.1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.1) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec532000627' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec532000627 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec532000627.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/collect2] ==> ignore + arg [--sysroot=/] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-export-dynamic] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-zrelro] ==> ignore + arg [-o] ==> ignore + arg [cmTryCompileExec532000627] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o] ==> ignore + arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] + arg [CMakeFiles/cmTryCompileExec532000627.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] ==> ignore + remove lib [gcc_s] + remove lib [gcc] + remove lib [gcc_s] + remove lib [gcc] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> [/usr/lib/gcc/x86_64-linux-gnu/4.8] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;c] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + diff --git a/trunk/build/CMakeFiles/CMakeRuleHashes.txt b/trunk/build/CMakeFiles/CMakeRuleHashes.txt new file mode 100644 index 0000000..24d9d38 --- /dev/null +++ b/trunk/build/CMakeFiles/CMakeRuleHashes.txt @@ -0,0 +1,4 @@ +# Hashes of file build rules. +5dff4c3be749e9c56d21c354b2d2b5be CMakeFiles/distclean +fb69216cfbeef17613033c32a2697871 CMakeFiles/doc +2ccaf6576ee8bd7cb628aad7384d3f1d CMakeFiles/uninstall diff --git a/trunk/build/CMakeFiles/Makefile.cmake b/trunk/build/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000..27e6acb --- /dev/null +++ b/trunk/build/CMakeFiles/Makefile.cmake @@ -0,0 +1,100 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# The generator used is: +SET(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +SET(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "../CMakeLists.txt" + "CMakeFiles/2.8.12.2/CMakeCCompiler.cmake" + "CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake" + "CMakeFiles/2.8.12.2/CMakeSystem.cmake" + "../src/CMakeLists.txt" + "../src/examples/CMakeLists.txt" + "/usr/lib/vtk-5.8/CMake/vtkMakeInstantiator.cmake" + "/usr/lib/vtk-5.8/UseVTK.cmake" + "/usr/lib/vtk-5.8/VTKConfig-Java.cmake" + "/usr/lib/vtk-5.8/VTKConfig-Python.cmake" + "/usr/lib/vtk-5.8/VTKConfig-Tcl.cmake" + "/usr/lib/vtk-5.8/VTKConfig.cmake" + "/usr/lib/vtk-5.8/VTKConfigQt.cmake" + "/usr/lib/vtk-5.8/VTKConfigVersion.cmake" + "/usr/lib/vtk-5.8/VTKTargets-release.cmake" + "/usr/lib/vtk-5.8/VTKTargets.cmake" + "/usr/local/share/pcl-1.8/PCLConfig.cmake" + "/usr/local/share/pcl-1.8/PCLConfigVersion.cmake" + "/usr/share/OpenCV/OpenCVConfig-version.cmake" + "/usr/share/OpenCV/OpenCVConfig.cmake" + "/usr/share/OpenCV/OpenCVModules-release.cmake" + "/usr/share/OpenCV/OpenCVModules.cmake" + "/usr/share/cmake-2.8/Modules/CMakeCCompiler.cmake.in" + "/usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c" + "/usr/share/cmake-2.8/Modules/CMakeCInformation.cmake" + "/usr/share/cmake-2.8/Modules/CMakeCXXCompiler.cmake.in" + "/usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp" + "/usr/share/cmake-2.8/Modules/CMakeCXXInformation.cmake" + "/usr/share/cmake-2.8/Modules/CMakeClDeps.cmake" + "/usr/share/cmake-2.8/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake-2.8/Modules/CMakeDetermineCCompiler.cmake" + "/usr/share/cmake-2.8/Modules/CMakeDetermineCXXCompiler.cmake" + "/usr/share/cmake-2.8/Modules/CMakeDetermineCompiler.cmake" + "/usr/share/cmake-2.8/Modules/CMakeDetermineCompilerABI.cmake" + "/usr/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake" + "/usr/share/cmake-2.8/Modules/CMakeDetermineSystem.cmake" + "/usr/share/cmake-2.8/Modules/CMakeFindBinUtils.cmake" + "/usr/share/cmake-2.8/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake-2.8/Modules/CMakeImportBuildSettings.cmake" + "/usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake" + "/usr/share/cmake-2.8/Modules/CMakeParseImplicitLinkInfo.cmake" + "/usr/share/cmake-2.8/Modules/CMakeSystem.cmake.in" + "/usr/share/cmake-2.8/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake" + "/usr/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake" + "/usr/share/cmake-2.8/Modules/CMakeTestCompilerCommon.cmake" + "/usr/share/cmake-2.8/Modules/CMakeUnixFindMake.cmake" + "/usr/share/cmake-2.8/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake-2.8/Modules/Compiler/GNU-CXX.cmake" + "/usr/share/cmake-2.8/Modules/Compiler/GNU.cmake" + "/usr/share/cmake-2.8/Modules/FindBoost.cmake" + "/usr/share/cmake-2.8/Modules/FindDoxygen.cmake" + "/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake" + "/usr/share/cmake-2.8/Modules/FindPackageMessage.cmake" + "/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake" + "/usr/share/cmake-2.8/Modules/FindVTK.cmake" + "/usr/share/cmake-2.8/Modules/MultiArchCross.cmake" + "/usr/share/cmake-2.8/Modules/Platform/Linux-CXX.cmake" + "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU-C.cmake" + "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU-CXX.cmake" + "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU.cmake" + "/usr/share/cmake-2.8/Modules/Platform/Linux.cmake" + "/usr/share/cmake-2.8/Modules/Platform/UnixPaths.cmake" + ) + +# The corresponding makefile is: +SET(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +SET(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/2.8.12.2/CMakeSystem.cmake" + "CMakeFiles/2.8.12.2/CMakeCCompiler.cmake" + "CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake" + "CMakeFiles/2.8.12.2/CMakeCCompiler.cmake" + "CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake" + "CMakeFiles/CMakeDirectoryInformation.cmake" + "src/CMakeFiles/CMakeDirectoryInformation.cmake" + "src/examples/CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +SET(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/distclean.dir/DependInfo.cmake" + "CMakeFiles/doc.dir/DependInfo.cmake" + "CMakeFiles/uninstall.dir/DependInfo.cmake" + "src/CMakeFiles/tos_supervoxels.dir/DependInfo.cmake" + "src/examples/CMakeFiles/tos_supervoxels_test.dir/DependInfo.cmake" + ) diff --git a/trunk/build/CMakeFiles/Makefile2 b/trunk/build/CMakeFiles/Makefile2 new file mode 100644 index 0000000..7e35a4c --- /dev/null +++ b/trunk/build/CMakeFiles/Makefile2 @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# The main recursive all target +all: +.PHONY : all + +# The main recursive preinstall target +preinstall: +.PHONY : preinstall + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The program to use to edit the cache. +CMAKE_EDIT_COMMAND = /usr/bin/ccmake + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build + +#============================================================================= +# Target rules for target CMakeFiles/distclean.dir + +# All Build rule for target. +CMakeFiles/distclean.dir/all: + $(MAKE) -f CMakeFiles/distclean.dir/build.make CMakeFiles/distclean.dir/depend + $(MAKE) -f CMakeFiles/distclean.dir/build.make CMakeFiles/distclean.dir/build + $(CMAKE_COMMAND) -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles + @echo "Built target distclean" +.PHONY : CMakeFiles/distclean.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/distclean.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/distclean.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0 +.PHONY : CMakeFiles/distclean.dir/rule + +# Convenience name for target. +distclean: CMakeFiles/distclean.dir/rule +.PHONY : distclean + +# clean rule for target. +CMakeFiles/distclean.dir/clean: + $(MAKE) -f CMakeFiles/distclean.dir/build.make CMakeFiles/distclean.dir/clean +.PHONY : CMakeFiles/distclean.dir/clean + +# clean rule for target. +clean: CMakeFiles/distclean.dir/clean +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/doc.dir + +# All Build rule for target. +CMakeFiles/doc.dir/all: + $(MAKE) -f CMakeFiles/doc.dir/build.make CMakeFiles/doc.dir/depend + $(MAKE) -f CMakeFiles/doc.dir/build.make CMakeFiles/doc.dir/build + $(CMAKE_COMMAND) -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles + @echo "Built target doc" +.PHONY : CMakeFiles/doc.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/doc.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/doc.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0 +.PHONY : CMakeFiles/doc.dir/rule + +# Convenience name for target. +doc: CMakeFiles/doc.dir/rule +.PHONY : doc + +# clean rule for target. +CMakeFiles/doc.dir/clean: + $(MAKE) -f CMakeFiles/doc.dir/build.make CMakeFiles/doc.dir/clean +.PHONY : CMakeFiles/doc.dir/clean + +# clean rule for target. +clean: CMakeFiles/doc.dir/clean +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/uninstall.dir + +# All Build rule for target. +CMakeFiles/uninstall.dir/all: + $(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/depend + $(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build + $(CMAKE_COMMAND) -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles + @echo "Built target uninstall" +.PHONY : CMakeFiles/uninstall.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/uninstall.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0 +.PHONY : CMakeFiles/uninstall.dir/rule + +# Convenience name for target. +uninstall: CMakeFiles/uninstall.dir/rule +.PHONY : uninstall + +# clean rule for target. +CMakeFiles/uninstall.dir/clean: + $(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/clean +.PHONY : CMakeFiles/uninstall.dir/clean + +# clean rule for target. +clean: CMakeFiles/uninstall.dir/clean +.PHONY : clean + +#============================================================================= +# Directory level rules for directory src + +# Convenience name for "all" pass in the directory. +src/all: src/CMakeFiles/tos_supervoxels.dir/all +src/all: src/examples/all +.PHONY : src/all + +# Convenience name for "clean" pass in the directory. +src/clean: src/CMakeFiles/tos_supervoxels.dir/clean +src/clean: src/examples/clean +.PHONY : src/clean + +# Convenience name for "preinstall" pass in the directory. +src/preinstall: src/examples/preinstall +.PHONY : src/preinstall + +#============================================================================= +# Target rules for target src/CMakeFiles/tos_supervoxels.dir + +# All Build rule for target. +src/CMakeFiles/tos_supervoxels.dir/all: + $(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/depend + $(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/build + $(CMAKE_COMMAND) -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 1 + @echo "Built target tos_supervoxels" +.PHONY : src/CMakeFiles/tos_supervoxels.dir/all + +# Include target in all. +all: src/CMakeFiles/tos_supervoxels.dir/all +.PHONY : all + +# Build rule for subdir invocation for target. +src/CMakeFiles/tos_supervoxels.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 1 + $(MAKE) -f CMakeFiles/Makefile2 src/CMakeFiles/tos_supervoxels.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0 +.PHONY : src/CMakeFiles/tos_supervoxels.dir/rule + +# Convenience name for target. +tos_supervoxels: src/CMakeFiles/tos_supervoxels.dir/rule +.PHONY : tos_supervoxels + +# clean rule for target. +src/CMakeFiles/tos_supervoxels.dir/clean: + $(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/clean +.PHONY : src/CMakeFiles/tos_supervoxels.dir/clean + +# clean rule for target. +clean: src/CMakeFiles/tos_supervoxels.dir/clean +.PHONY : clean + +#============================================================================= +# Directory level rules for directory src/examples + +# Convenience name for "all" pass in the directory. +src/examples/all: src/examples/CMakeFiles/tos_supervoxels_test.dir/all +.PHONY : src/examples/all + +# Convenience name for "clean" pass in the directory. +src/examples/clean: src/examples/CMakeFiles/tos_supervoxels_test.dir/clean +.PHONY : src/examples/clean + +# Convenience name for "preinstall" pass in the directory. +src/examples/preinstall: +.PHONY : src/examples/preinstall + +#============================================================================= +# Target rules for target src/examples/CMakeFiles/tos_supervoxels_test.dir + +# All Build rule for target. +src/examples/CMakeFiles/tos_supervoxels_test.dir/all: src/CMakeFiles/tos_supervoxels.dir/all + $(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/depend + $(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/build + $(CMAKE_COMMAND) -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 2 + @echo "Built target tos_supervoxels_test" +.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/all + +# Include target in all. +all: src/examples/CMakeFiles/tos_supervoxels_test.dir/all +.PHONY : all + +# Build rule for subdir invocation for target. +src/examples/CMakeFiles/tos_supervoxels_test.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 2 + $(MAKE) -f CMakeFiles/Makefile2 src/examples/CMakeFiles/tos_supervoxels_test.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0 +.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/rule + +# Convenience name for target. +tos_supervoxels_test: src/examples/CMakeFiles/tos_supervoxels_test.dir/rule +.PHONY : tos_supervoxels_test + +# clean rule for target. +src/examples/CMakeFiles/tos_supervoxels_test.dir/clean: + $(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/clean +.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/clean + +# clean rule for target. +clean: src/examples/CMakeFiles/tos_supervoxels_test.dir/clean +.PHONY : clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/trunk/build/CMakeFiles/TargetDirectories.txt b/trunk/build/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..4183157 --- /dev/null +++ b/trunk/build/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,5 @@ +/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/distclean.dir +/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/doc.dir +/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/CMakeFiles/tos_supervoxels.dir +/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir +/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/uninstall.dir diff --git a/trunk/build/CMakeFiles/cmake.check_cache b/trunk/build/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/trunk/build/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/trunk/build/CMakeFiles/distclean.dir/DependInfo.cmake b/trunk/build/CMakeFiles/distclean.dir/DependInfo.cmake new file mode 100644 index 0000000..fb7ed47 --- /dev/null +++ b/trunk/build/CMakeFiles/distclean.dir/DependInfo.cmake @@ -0,0 +1,15 @@ +# The set of languages for which implicit dependencies are needed: +SET(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +SET(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# The include file search paths: +SET(CMAKE_C_TARGET_INCLUDE_PATH + ) +SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/trunk/build/CMakeFiles/distclean.dir/build.make b/trunk/build/CMakeFiles/distclean.dir/build.make new file mode 100644 index 0000000..bd525bf --- /dev/null +++ b/trunk/build/CMakeFiles/distclean.dir/build.make @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The program to use to edit the cache. +CMAKE_EDIT_COMMAND = /usr/bin/ccmake + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build + +# Utility rule file for distclean. + +# Include the progress variables for this target. +include CMakeFiles/distclean.dir/progress.make + +CMakeFiles/distclean: + @echo cleaning cmake files + +distclean: CMakeFiles/distclean +distclean: CMakeFiles/distclean.dir/build.make + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "distribution clean" + make clean + rm -rf /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/* +.PHONY : distclean + +# Rule to build all files generated by this target. +CMakeFiles/distclean.dir/build: distclean +.PHONY : CMakeFiles/distclean.dir/build + +CMakeFiles/distclean.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/distclean.dir/cmake_clean.cmake +.PHONY : CMakeFiles/distclean.dir/clean + +CMakeFiles/distclean.dir/depend: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/distclean.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/distclean.dir/depend + diff --git a/trunk/build/CMakeFiles/distclean.dir/cmake_clean.cmake b/trunk/build/CMakeFiles/distclean.dir/cmake_clean.cmake new file mode 100644 index 0000000..2c45f34 --- /dev/null +++ b/trunk/build/CMakeFiles/distclean.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +FILE(REMOVE_RECURSE + "CMakeFiles/distclean" +) + +# Per-language clean rules from dependency scanning. +FOREACH(lang) + INCLUDE(CMakeFiles/distclean.dir/cmake_clean_${lang}.cmake OPTIONAL) +ENDFOREACH(lang) diff --git a/trunk/build/CMakeFiles/distclean.dir/progress.make b/trunk/build/CMakeFiles/distclean.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/trunk/build/CMakeFiles/distclean.dir/progress.make @@ -0,0 +1 @@ + diff --git a/trunk/build/CMakeFiles/doc.dir/DependInfo.cmake b/trunk/build/CMakeFiles/doc.dir/DependInfo.cmake new file mode 100644 index 0000000..fb7ed47 --- /dev/null +++ b/trunk/build/CMakeFiles/doc.dir/DependInfo.cmake @@ -0,0 +1,15 @@ +# The set of languages for which implicit dependencies are needed: +SET(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +SET(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# The include file search paths: +SET(CMAKE_C_TARGET_INCLUDE_PATH + ) +SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/trunk/build/CMakeFiles/doc.dir/build.make b/trunk/build/CMakeFiles/doc.dir/build.make new file mode 100644 index 0000000..240c113 --- /dev/null +++ b/trunk/build/CMakeFiles/doc.dir/build.make @@ -0,0 +1,69 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The program to use to edit the cache. +CMAKE_EDIT_COMMAND = /usr/bin/ccmake + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build + +# Utility rule file for doc. + +# Include the progress variables for this target. +include CMakeFiles/doc.dir/progress.make + +CMakeFiles/doc: + /usr/bin/doxygen /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/doc/doxygen.conf + +doc: CMakeFiles/doc +doc: CMakeFiles/doc.dir/build.make +.PHONY : doc + +# Rule to build all files generated by this target. +CMakeFiles/doc.dir/build: doc +.PHONY : CMakeFiles/doc.dir/build + +CMakeFiles/doc.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/doc.dir/cmake_clean.cmake +.PHONY : CMakeFiles/doc.dir/clean + +CMakeFiles/doc.dir/depend: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/doc.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/doc.dir/depend + diff --git a/trunk/build/CMakeFiles/doc.dir/cmake_clean.cmake b/trunk/build/CMakeFiles/doc.dir/cmake_clean.cmake new file mode 100644 index 0000000..29c6e21 --- /dev/null +++ b/trunk/build/CMakeFiles/doc.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +FILE(REMOVE_RECURSE + "CMakeFiles/doc" +) + +# Per-language clean rules from dependency scanning. +FOREACH(lang) + INCLUDE(CMakeFiles/doc.dir/cmake_clean_${lang}.cmake OPTIONAL) +ENDFOREACH(lang) diff --git a/trunk/build/CMakeFiles/doc.dir/progress.make b/trunk/build/CMakeFiles/doc.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/trunk/build/CMakeFiles/doc.dir/progress.make @@ -0,0 +1 @@ + diff --git a/trunk/build/CMakeFiles/progress.marks b/trunk/build/CMakeFiles/progress.marks new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/trunk/build/CMakeFiles/progress.marks @@ -0,0 +1 @@ +2 diff --git a/trunk/build/CMakeFiles/uninstall.dir/DependInfo.cmake b/trunk/build/CMakeFiles/uninstall.dir/DependInfo.cmake new file mode 100644 index 0000000..fb7ed47 --- /dev/null +++ b/trunk/build/CMakeFiles/uninstall.dir/DependInfo.cmake @@ -0,0 +1,15 @@ +# The set of languages for which implicit dependencies are needed: +SET(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +SET(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# The include file search paths: +SET(CMAKE_C_TARGET_INCLUDE_PATH + ) +SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/trunk/build/CMakeFiles/uninstall.dir/build.make b/trunk/build/CMakeFiles/uninstall.dir/build.make new file mode 100644 index 0000000..deac1c6 --- /dev/null +++ b/trunk/build/CMakeFiles/uninstall.dir/build.make @@ -0,0 +1,71 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The program to use to edit the cache. +CMAKE_EDIT_COMMAND = /usr/bin/ccmake + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build + +# Utility rule file for uninstall. + +# Include the progress variables for this target. +include CMakeFiles/uninstall.dir/progress.make + +CMakeFiles/uninstall: + @echo uninstall package + +uninstall: CMakeFiles/uninstall +uninstall: CMakeFiles/uninstall.dir/build.make + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "uninstall package" + xargs rm < install_manifest.txt +.PHONY : uninstall + +# Rule to build all files generated by this target. +CMakeFiles/uninstall.dir/build: uninstall +.PHONY : CMakeFiles/uninstall.dir/build + +CMakeFiles/uninstall.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/uninstall.dir/cmake_clean.cmake +.PHONY : CMakeFiles/uninstall.dir/clean + +CMakeFiles/uninstall.dir/depend: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/uninstall.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/uninstall.dir/depend + diff --git a/trunk/build/CMakeFiles/uninstall.dir/cmake_clean.cmake b/trunk/build/CMakeFiles/uninstall.dir/cmake_clean.cmake new file mode 100644 index 0000000..828e2a2 --- /dev/null +++ b/trunk/build/CMakeFiles/uninstall.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +FILE(REMOVE_RECURSE + "CMakeFiles/uninstall" +) + +# Per-language clean rules from dependency scanning. +FOREACH(lang) + INCLUDE(CMakeFiles/uninstall.dir/cmake_clean_${lang}.cmake OPTIONAL) +ENDFOREACH(lang) diff --git a/trunk/build/CMakeFiles/uninstall.dir/progress.make b/trunk/build/CMakeFiles/uninstall.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/trunk/build/CMakeFiles/uninstall.dir/progress.make @@ -0,0 +1 @@ + diff --git a/trunk/build/Makefile b/trunk/build/Makefile new file mode 100644 index 0000000..40f9cf4 --- /dev/null +++ b/trunk/build/Makefile @@ -0,0 +1,240 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The program to use to edit the cache. +CMAKE_EDIT_COMMAND = /usr/bin/ccmake + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: install/local +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: install/strip +.PHONY : install/strip/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles/progress.marks + $(MAKE) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named distclean + +# Build rule for target. +distclean: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 distclean +.PHONY : distclean + +# fast build rule for target. +distclean/fast: + $(MAKE) -f CMakeFiles/distclean.dir/build.make CMakeFiles/distclean.dir/build +.PHONY : distclean/fast + +#============================================================================= +# Target rules for targets named doc + +# Build rule for target. +doc: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 doc +.PHONY : doc + +# fast build rule for target. +doc/fast: + $(MAKE) -f CMakeFiles/doc.dir/build.make CMakeFiles/doc.dir/build +.PHONY : doc/fast + +#============================================================================= +# Target rules for targets named uninstall + +# Build rule for target. +uninstall: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 uninstall +.PHONY : uninstall + +# fast build rule for target. +uninstall/fast: + $(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build +.PHONY : uninstall/fast + +#============================================================================= +# Target rules for targets named tos_supervoxels + +# Build rule for target. +tos_supervoxels: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 tos_supervoxels +.PHONY : tos_supervoxels + +# fast build rule for target. +tos_supervoxels/fast: + $(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/build +.PHONY : tos_supervoxels/fast + +#============================================================================= +# Target rules for targets named tos_supervoxels_test + +# Build rule for target. +tos_supervoxels_test: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 tos_supervoxels_test +.PHONY : tos_supervoxels_test + +# fast build rule for target. +tos_supervoxels_test/fast: + $(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/build +.PHONY : tos_supervoxels_test/fast + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... distclean" + @echo "... doc" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... uninstall" + @echo "... tos_supervoxels" + @echo "... tos_supervoxels_test" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/trunk/build/cmake_install.cmake b/trunk/build/cmake_install.cmake new file mode 100644 index 0000000..f0edda4 --- /dev/null +++ b/trunk/build/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk + +# Set the install prefix +IF(NOT DEFINED CMAKE_INSTALL_PREFIX) + SET(CMAKE_INSTALL_PREFIX "/usr/local") +ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) +STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + IF(BUILD_TYPE) + STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + ELSE(BUILD_TYPE) + SET(CMAKE_INSTALL_CONFIG_NAME "RELEASE") + ENDIF(BUILD_TYPE) + MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + +# Set the component getting installed. +IF(NOT CMAKE_INSTALL_COMPONENT) + IF(COMPONENT) + MESSAGE(STATUS "Install component: \"${COMPONENT}\"") + SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + ELSE(COMPONENT) + SET(CMAKE_INSTALL_COMPONENT) + ENDIF(COMPONENT) +ENDIF(NOT CMAKE_INSTALL_COMPONENT) + +# Install shared libraries without execute permission? +IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + SET(CMAKE_INSTALL_SO_NO_EXE "1") +ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + +IF(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + INCLUDE("/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/cmake_install.cmake") + +ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY) + +IF(CMAKE_INSTALL_COMPONENT) + SET(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +ELSE(CMAKE_INSTALL_COMPONENT) + SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +ENDIF(CMAKE_INSTALL_COMPONENT) + +FILE(WRITE "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/${CMAKE_INSTALL_MANIFEST}" "") +FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES}) + FILE(APPEND "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/${CMAKE_INSTALL_MANIFEST}" "${file}\n") +ENDFOREACH(file) diff --git a/trunk/build/src/CMakeFiles/CMakeDirectoryInformation.cmake b/trunk/build/src/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..7dfd782 --- /dev/null +++ b/trunk/build/src/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# Relative path conversion top directories. +SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk") +SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build") + +# Force unix paths in dependencies. +SET(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/trunk/build/src/CMakeFiles/progress.marks b/trunk/build/src/CMakeFiles/progress.marks new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/trunk/build/src/CMakeFiles/progress.marks @@ -0,0 +1 @@ +2 diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/CXX.includecache b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/CXX.includecache new file mode 100644 index 0000000..446149b --- /dev/null +++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/CXX.includecache @@ -0,0 +1,3768 @@ +#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.cpp +tos_supervoxels.h +/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.h + +/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.h +pcl/point_cloud.h +- +pcl/point_types.h +- +pcl/console/parse.h +- +pcl/io/pcd_io.h +- +pcl/visualization/pcl_visualizer.h +- +pcl/segmentation/supervoxel_clustering.h +- +iostream +- +pcl/ModelCoefficients.h +- +pcl/sample_consensus/method_types.h +- +pcl/sample_consensus/model_types.h +- +pcl/segmentation/sac_segmentation.h +- +pcl/segmentation/lccp_segmentation.h +- +vtkPolyLine.h +- +pcl/sample_consensus/method_types.h +- +pcl/sample_consensus/model_types.h +- +pcl/segmentation/sac_segmentation.h +- +pcl/filters/extract_indices.h +- +pcl/surface/convex_hull.h +- +pcl/segmentation/extract_polygonal_prism_data.h +- + +/usr/include/eigen3/Eigen/Cholesky +Core +/usr/include/eigen3/Eigen/Core +src/Core/util/DisableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +src/misc/Solve.h +/usr/include/eigen3/Eigen/src/misc/Solve.h +src/Cholesky/LLT.h +/usr/include/eigen3/Eigen/src/Cholesky/LLT.h +src/Cholesky/LDLT.h +/usr/include/eigen3/Eigen/src/Cholesky/LDLT.h +src/Cholesky/LLT_MKL.h +/usr/include/eigen3/Eigen/src/Cholesky/LLT_MKL.h +src/Core/util/ReenableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h + +/usr/include/eigen3/Eigen/Core +src/Core/util/DisableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +src/Core/util/Macros.h +/usr/include/eigen3/Eigen/src/Core/util/Macros.h +complex +- +src/Core/util/MKL_support.h +/usr/include/eigen3/Eigen/src/Core/util/MKL_support.h +malloc.h +- +immintrin.h +- +emmintrin.h +- +xmmintrin.h +- +pmmintrin.h +- +tmmintrin.h +- +smmintrin.h +- +nmmintrin.h +- +altivec.h +- +arm_neon.h +- +omp.h +- +cerrno +- +cstddef +- +cstdlib +- +cmath +- +cassert +- +functional +- +iosfwd +- +cstring +- +string +- +limits +- +climits +- +algorithm +- +iostream +- +intrin.h +- +new +- +src/Core/util/Constants.h +/usr/include/eigen3/Eigen/src/Core/util/Constants.h +src/Core/util/ForwardDeclarations.h +/usr/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h +src/Core/util/Meta.h +/usr/include/eigen3/Eigen/src/Core/util/Meta.h +src/Core/util/StaticAssert.h +/usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h +src/Core/util/XprHelper.h +/usr/include/eigen3/Eigen/src/Core/util/XprHelper.h +src/Core/util/Memory.h +/usr/include/eigen3/Eigen/src/Core/util/Memory.h +src/Core/NumTraits.h +/usr/include/eigen3/Eigen/src/Core/NumTraits.h +src/Core/MathFunctions.h +/usr/include/eigen3/Eigen/src/Core/MathFunctions.h +src/Core/GenericPacketMath.h +/usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h +src/Core/arch/SSE/PacketMath.h +/usr/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h +src/Core/arch/SSE/MathFunctions.h +/usr/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h +src/Core/arch/SSE/Complex.h +/usr/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h +src/Core/arch/AltiVec/PacketMath.h +/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h +src/Core/arch/AltiVec/Complex.h +/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h +src/Core/arch/NEON/PacketMath.h +/usr/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h +src/Core/arch/NEON/Complex.h +/usr/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h +src/Core/arch/Default/Settings.h +/usr/include/eigen3/Eigen/src/Core/arch/Default/Settings.h +src/Core/Functors.h +/usr/include/eigen3/Eigen/src/Core/Functors.h +src/Core/DenseCoeffsBase.h +/usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h +src/Core/DenseBase.h +/usr/include/eigen3/Eigen/src/Core/DenseBase.h +src/Core/MatrixBase.h +/usr/include/eigen3/Eigen/src/Core/MatrixBase.h +src/Core/EigenBase.h +/usr/include/eigen3/Eigen/src/Core/EigenBase.h +src/Core/Assign.h +/usr/include/eigen3/Eigen/src/Core/Assign.h +src/Core/util/BlasUtil.h +/usr/include/eigen3/Eigen/src/Core/util/BlasUtil.h +src/Core/DenseStorage.h +/usr/include/eigen3/Eigen/src/Core/DenseStorage.h +src/Core/NestByValue.h +/usr/include/eigen3/Eigen/src/Core/NestByValue.h +src/Core/ForceAlignedAccess.h +/usr/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h +src/Core/ReturnByValue.h +/usr/include/eigen3/Eigen/src/Core/ReturnByValue.h +src/Core/NoAlias.h +/usr/include/eigen3/Eigen/src/Core/NoAlias.h +src/Core/PlainObjectBase.h +/usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h +src/Core/Matrix.h +/usr/include/eigen3/Eigen/src/Core/Matrix.h +src/Core/Array.h +/usr/include/eigen3/Eigen/src/Core/Array.h +src/Core/CwiseBinaryOp.h +/usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h +src/Core/CwiseUnaryOp.h +/usr/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h +src/Core/CwiseNullaryOp.h +/usr/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h +src/Core/CwiseUnaryView.h +/usr/include/eigen3/Eigen/src/Core/CwiseUnaryView.h +src/Core/SelfCwiseBinaryOp.h +/usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h +src/Core/Dot.h +/usr/include/eigen3/Eigen/src/Core/Dot.h +src/Core/StableNorm.h +/usr/include/eigen3/Eigen/src/Core/StableNorm.h +src/Core/MapBase.h +/usr/include/eigen3/Eigen/src/Core/MapBase.h +src/Core/Stride.h +/usr/include/eigen3/Eigen/src/Core/Stride.h +src/Core/Map.h +/usr/include/eigen3/Eigen/src/Core/Map.h +src/Core/Block.h +/usr/include/eigen3/Eigen/src/Core/Block.h +src/Core/VectorBlock.h +/usr/include/eigen3/Eigen/src/Core/VectorBlock.h +src/Core/Ref.h +/usr/include/eigen3/Eigen/src/Core/Ref.h +src/Core/Transpose.h +/usr/include/eigen3/Eigen/src/Core/Transpose.h +src/Core/DiagonalMatrix.h +/usr/include/eigen3/Eigen/src/Core/DiagonalMatrix.h +src/Core/Diagonal.h +/usr/include/eigen3/Eigen/src/Core/Diagonal.h +src/Core/DiagonalProduct.h +/usr/include/eigen3/Eigen/src/Core/DiagonalProduct.h +src/Core/PermutationMatrix.h +/usr/include/eigen3/Eigen/src/Core/PermutationMatrix.h +src/Core/Transpositions.h +/usr/include/eigen3/Eigen/src/Core/Transpositions.h +src/Core/Redux.h +/usr/include/eigen3/Eigen/src/Core/Redux.h +src/Core/Visitor.h +/usr/include/eigen3/Eigen/src/Core/Visitor.h +src/Core/Fuzzy.h +/usr/include/eigen3/Eigen/src/Core/Fuzzy.h +src/Core/IO.h +/usr/include/eigen3/Eigen/src/Core/IO.h +src/Core/Swap.h +/usr/include/eigen3/Eigen/src/Core/Swap.h +src/Core/CommaInitializer.h +/usr/include/eigen3/Eigen/src/Core/CommaInitializer.h +src/Core/Flagged.h +/usr/include/eigen3/Eigen/src/Core/Flagged.h +src/Core/ProductBase.h +/usr/include/eigen3/Eigen/src/Core/ProductBase.h +src/Core/GeneralProduct.h +/usr/include/eigen3/Eigen/src/Core/GeneralProduct.h +src/Core/TriangularMatrix.h +/usr/include/eigen3/Eigen/src/Core/TriangularMatrix.h +src/Core/SelfAdjointView.h +/usr/include/eigen3/Eigen/src/Core/SelfAdjointView.h +src/Core/products/GeneralBlockPanelKernel.h +/usr/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h +src/Core/products/Parallelizer.h +/usr/include/eigen3/Eigen/src/Core/products/Parallelizer.h +src/Core/products/CoeffBasedProduct.h +/usr/include/eigen3/Eigen/src/Core/products/CoeffBasedProduct.h +src/Core/products/GeneralMatrixVector.h +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h +src/Core/products/GeneralMatrixMatrix.h +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h +src/Core/SolveTriangular.h +/usr/include/eigen3/Eigen/src/Core/SolveTriangular.h +src/Core/products/GeneralMatrixMatrixTriangular.h +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +src/Core/products/SelfadjointMatrixVector.h +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h +src/Core/products/SelfadjointMatrixMatrix.h +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +src/Core/products/SelfadjointProduct.h +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h +src/Core/products/SelfadjointRank2Update.h +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h +src/Core/products/TriangularMatrixVector.h +/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h +src/Core/products/TriangularMatrixMatrix.h +/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h +src/Core/products/TriangularSolverMatrix.h +/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h +src/Core/products/TriangularSolverVector.h +/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h +src/Core/BandMatrix.h +/usr/include/eigen3/Eigen/src/Core/BandMatrix.h +src/Core/CoreIterators.h +/usr/include/eigen3/Eigen/src/Core/CoreIterators.h +src/Core/BooleanRedux.h +/usr/include/eigen3/Eigen/src/Core/BooleanRedux.h +src/Core/Select.h +/usr/include/eigen3/Eigen/src/Core/Select.h +src/Core/VectorwiseOp.h +/usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h +src/Core/Random.h +/usr/include/eigen3/Eigen/src/Core/Random.h +src/Core/Replicate.h +/usr/include/eigen3/Eigen/src/Core/Replicate.h +src/Core/Reverse.h +/usr/include/eigen3/Eigen/src/Core/Reverse.h +src/Core/ArrayBase.h +/usr/include/eigen3/Eigen/src/Core/ArrayBase.h +src/Core/ArrayWrapper.h +/usr/include/eigen3/Eigen/src/Core/ArrayWrapper.h +src/Core/products/GeneralMatrixMatrix_MKL.h +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_MKL.h +src/Core/products/GeneralMatrixVector_MKL.h +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_MKL.h +src/Core/products/GeneralMatrixMatrixTriangular_MKL.h +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h +src/Core/products/SelfadjointMatrixMatrix_MKL.h +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_MKL.h +src/Core/products/SelfadjointMatrixVector_MKL.h +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_MKL.h +src/Core/products/TriangularMatrixMatrix_MKL.h +/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_MKL.h +src/Core/products/TriangularMatrixVector_MKL.h +/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_MKL.h +src/Core/products/TriangularSolverMatrix_MKL.h +/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_MKL.h +src/Core/Assign_MKL.h +/usr/include/eigen3/Eigen/src/Core/Assign_MKL.h +src/Core/GlobalFunctions.h +/usr/include/eigen3/Eigen/src/Core/GlobalFunctions.h +src/Core/util/ReenableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h +Eigen2Support +/usr/include/eigen3/Eigen/Eigen2Support + +/usr/include/eigen3/Eigen/Dense +Core +/usr/include/eigen3/Eigen/Core +LU +/usr/include/eigen3/Eigen/LU +Cholesky +/usr/include/eigen3/Eigen/Cholesky +QR +/usr/include/eigen3/Eigen/QR +SVD +/usr/include/eigen3/Eigen/SVD +Geometry +/usr/include/eigen3/Eigen/Geometry +Eigenvalues +/usr/include/eigen3/Eigen/Eigenvalues + +/usr/include/eigen3/Eigen/Eigen2Support +src/Core/util/DisableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +src/Eigen2Support/Macros.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Macros.h +src/Eigen2Support/Memory.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Memory.h +src/Eigen2Support/Meta.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Meta.h +src/Eigen2Support/Lazy.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Lazy.h +src/Eigen2Support/Cwise.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Cwise.h +src/Eigen2Support/CwiseOperators.h +/usr/include/eigen3/Eigen/src/Eigen2Support/CwiseOperators.h +src/Eigen2Support/TriangularSolver.h +/usr/include/eigen3/Eigen/src/Eigen2Support/TriangularSolver.h +src/Eigen2Support/Block.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Block.h +src/Eigen2Support/VectorBlock.h +/usr/include/eigen3/Eigen/src/Eigen2Support/VectorBlock.h +src/Eigen2Support/Minor.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Minor.h +src/Eigen2Support/MathFunctions.h +/usr/include/eigen3/Eigen/src/Eigen2Support/MathFunctions.h +src/Core/util/ReenableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h +iostream +- + +/usr/include/eigen3/Eigen/Eigenvalues +Core +/usr/include/eigen3/Eigen/Core +src/Core/util/DisableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +Cholesky +/usr/include/eigen3/Eigen/Cholesky +Jacobi +/usr/include/eigen3/Eigen/Jacobi +Householder +/usr/include/eigen3/Eigen/Householder +LU +/usr/include/eigen3/Eigen/LU +Geometry +/usr/include/eigen3/Eigen/Geometry +src/Eigenvalues/Tridiagonalization.h +/usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h +src/Eigenvalues/RealSchur.h +/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h +src/Eigenvalues/EigenSolver.h +/usr/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h +src/Eigenvalues/SelfAdjointEigenSolver.h +/usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +src/Eigenvalues/HessenbergDecomposition.h +/usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h +src/Eigenvalues/ComplexSchur.h +/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h +src/Eigenvalues/ComplexEigenSolver.h +/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h +src/Eigenvalues/RealQZ.h +/usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h +src/Eigenvalues/GeneralizedEigenSolver.h +/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +src/Eigenvalues/MatrixBaseEigenvalues.h +/usr/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h +src/Eigenvalues/RealSchur_MKL.h +/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur_MKL.h +src/Eigenvalues/ComplexSchur_MKL.h +/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_MKL.h +src/Eigenvalues/SelfAdjointEigenSolver_MKL.h +/usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_MKL.h +src/Core/util/ReenableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h + +/usr/include/eigen3/Eigen/Geometry +Core +/usr/include/eigen3/Eigen/Core +src/Core/util/DisableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +SVD +/usr/include/eigen3/Eigen/SVD +LU +/usr/include/eigen3/Eigen/LU +limits +- +src/Geometry/OrthoMethods.h +/usr/include/eigen3/Eigen/src/Geometry/OrthoMethods.h +src/Geometry/EulerAngles.h +/usr/include/eigen3/Eigen/src/Geometry/EulerAngles.h +src/Geometry/Homogeneous.h +/usr/include/eigen3/Eigen/src/Geometry/Homogeneous.h +src/Geometry/RotationBase.h +/usr/include/eigen3/Eigen/src/Geometry/RotationBase.h +src/Geometry/Rotation2D.h +/usr/include/eigen3/Eigen/src/Geometry/Rotation2D.h +src/Geometry/Quaternion.h +/usr/include/eigen3/Eigen/src/Geometry/Quaternion.h +src/Geometry/AngleAxis.h +/usr/include/eigen3/Eigen/src/Geometry/AngleAxis.h +src/Geometry/Transform.h +/usr/include/eigen3/Eigen/src/Geometry/Transform.h +src/Geometry/Translation.h +/usr/include/eigen3/Eigen/src/Geometry/Translation.h +src/Geometry/Scaling.h +/usr/include/eigen3/Eigen/src/Geometry/Scaling.h +src/Geometry/Hyperplane.h +/usr/include/eigen3/Eigen/src/Geometry/Hyperplane.h +src/Geometry/ParametrizedLine.h +/usr/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h +src/Geometry/AlignedBox.h +/usr/include/eigen3/Eigen/src/Geometry/AlignedBox.h +src/Geometry/Umeyama.h +/usr/include/eigen3/Eigen/src/Geometry/Umeyama.h +src/Geometry/arch/Geometry_SSE.h +/usr/include/eigen3/Eigen/src/Geometry/arch/Geometry_SSE.h +src/Eigen2Support/Geometry/All.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/All.h +src/Core/util/ReenableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h + +/usr/include/eigen3/Eigen/Householder +Core +/usr/include/eigen3/Eigen/Core +src/Core/util/DisableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +src/Householder/Householder.h +/usr/include/eigen3/Eigen/src/Householder/Householder.h +src/Householder/HouseholderSequence.h +/usr/include/eigen3/Eigen/src/Householder/HouseholderSequence.h +src/Householder/BlockHouseholder.h +/usr/include/eigen3/Eigen/src/Householder/BlockHouseholder.h +src/Core/util/ReenableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h + +/usr/include/eigen3/Eigen/Jacobi +Core +/usr/include/eigen3/Eigen/Core +src/Core/util/DisableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +src/Jacobi/Jacobi.h +/usr/include/eigen3/Eigen/src/Jacobi/Jacobi.h +src/Core/util/ReenableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h + +/usr/include/eigen3/Eigen/LU +Core +/usr/include/eigen3/Eigen/Core +src/Core/util/DisableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +src/misc/Solve.h +/usr/include/eigen3/Eigen/src/misc/Solve.h +src/misc/Kernel.h +/usr/include/eigen3/Eigen/src/misc/Kernel.h +src/misc/Image.h +/usr/include/eigen3/Eigen/src/misc/Image.h +src/LU/FullPivLU.h +/usr/include/eigen3/Eigen/src/LU/FullPivLU.h +src/LU/PartialPivLU.h +/usr/include/eigen3/Eigen/src/LU/PartialPivLU.h +src/LU/PartialPivLU_MKL.h +/usr/include/eigen3/Eigen/src/LU/PartialPivLU_MKL.h +src/LU/Determinant.h +/usr/include/eigen3/Eigen/src/LU/Determinant.h +src/LU/Inverse.h +/usr/include/eigen3/Eigen/src/LU/Inverse.h +src/LU/arch/Inverse_SSE.h +/usr/include/eigen3/Eigen/src/LU/arch/Inverse_SSE.h +src/Eigen2Support/LU.h +/usr/include/eigen3/Eigen/src/Eigen2Support/LU.h +src/Core/util/ReenableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h + +/usr/include/eigen3/Eigen/QR +Core +/usr/include/eigen3/Eigen/Core +src/Core/util/DisableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +Cholesky +/usr/include/eigen3/Eigen/Cholesky +Jacobi +/usr/include/eigen3/Eigen/Jacobi +Householder +/usr/include/eigen3/Eigen/Householder +src/misc/Solve.h +/usr/include/eigen3/Eigen/src/misc/Solve.h +src/QR/HouseholderQR.h +/usr/include/eigen3/Eigen/src/QR/HouseholderQR.h +src/QR/FullPivHouseholderQR.h +/usr/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h +src/QR/ColPivHouseholderQR.h +/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h +src/QR/HouseholderQR_MKL.h +/usr/include/eigen3/Eigen/src/QR/HouseholderQR_MKL.h +src/QR/ColPivHouseholderQR_MKL.h +/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_MKL.h +src/Eigen2Support/QR.h +/usr/include/eigen3/Eigen/src/Eigen2Support/QR.h +src/Core/util/ReenableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h +Eigenvalues +/usr/include/eigen3/Eigen/Eigenvalues + +/usr/include/eigen3/Eigen/SVD +QR +/usr/include/eigen3/Eigen/QR +Householder +/usr/include/eigen3/Eigen/Householder +Jacobi +/usr/include/eigen3/Eigen/Jacobi +src/Core/util/DisableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +src/misc/Solve.h +/usr/include/eigen3/Eigen/src/misc/Solve.h +src/SVD/JacobiSVD.h +/usr/include/eigen3/Eigen/src/SVD/JacobiSVD.h +src/SVD/JacobiSVD_MKL.h +/usr/include/eigen3/Eigen/src/SVD/JacobiSVD_MKL.h +src/SVD/UpperBidiagonalization.h +/usr/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h +src/Eigen2Support/SVD.h +/usr/include/eigen3/Eigen/src/Eigen2Support/SVD.h +src/Core/util/ReenableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h + +/usr/include/eigen3/Eigen/StdVector +Core +/usr/include/eigen3/Eigen/Core +vector +- +src/StlSupport/StdVector.h +/usr/include/eigen3/Eigen/src/StlSupport/StdVector.h + +/usr/include/eigen3/Eigen/src/Cholesky/LDLT.h + +/usr/include/eigen3/Eigen/src/Cholesky/LLT.h + +/usr/include/eigen3/Eigen/src/Cholesky/LLT_MKL.h +Eigen/src/Core/util/MKL_support.h +/usr/include/eigen3/Eigen/src/Cholesky/Eigen/src/Core/util/MKL_support.h +iostream +- + +/usr/include/eigen3/Eigen/src/Core/Array.h + +/usr/include/eigen3/Eigen/src/Core/ArrayBase.h +../plugins/CommonCwiseUnaryOps.h +/usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h +../plugins/MatrixCwiseUnaryOps.h +/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h +../plugins/ArrayCwiseUnaryOps.h +/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h +../plugins/CommonCwiseBinaryOps.h +/usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h +../plugins/MatrixCwiseBinaryOps.h +/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h +../plugins/ArrayCwiseBinaryOps.h +/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h + +/usr/include/eigen3/Eigen/src/Core/ArrayWrapper.h + +/usr/include/eigen3/Eigen/src/Core/Assign.h + +/usr/include/eigen3/Eigen/src/Core/Assign_MKL.h + +/usr/include/eigen3/Eigen/src/Core/BandMatrix.h + +/usr/include/eigen3/Eigen/src/Core/Block.h + +/usr/include/eigen3/Eigen/src/Core/BooleanRedux.h + +/usr/include/eigen3/Eigen/src/Core/CommaInitializer.h + +/usr/include/eigen3/Eigen/src/Core/CoreIterators.h + +/usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h + +/usr/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h + +/usr/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h + +/usr/include/eigen3/Eigen/src/Core/CwiseUnaryView.h + +/usr/include/eigen3/Eigen/src/Core/DenseBase.h +../plugins/BlockMethods.h +/usr/include/eigen3/Eigen/src/plugins/BlockMethods.h + +/usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h + +/usr/include/eigen3/Eigen/src/Core/DenseStorage.h + +/usr/include/eigen3/Eigen/src/Core/Diagonal.h + +/usr/include/eigen3/Eigen/src/Core/DiagonalMatrix.h + +/usr/include/eigen3/Eigen/src/Core/DiagonalProduct.h + +/usr/include/eigen3/Eigen/src/Core/Dot.h + +/usr/include/eigen3/Eigen/src/Core/EigenBase.h + +/usr/include/eigen3/Eigen/src/Core/Flagged.h + +/usr/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h + +/usr/include/eigen3/Eigen/src/Core/Functors.h + +/usr/include/eigen3/Eigen/src/Core/Fuzzy.h + +/usr/include/eigen3/Eigen/src/Core/GeneralProduct.h + +/usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h + +/usr/include/eigen3/Eigen/src/Core/GlobalFunctions.h + +/usr/include/eigen3/Eigen/src/Core/IO.h + +/usr/include/eigen3/Eigen/src/Core/Map.h + +/usr/include/eigen3/Eigen/src/Core/MapBase.h + +/usr/include/eigen3/Eigen/src/Core/MathFunctions.h + +/usr/include/eigen3/Eigen/src/Core/Matrix.h + +/usr/include/eigen3/Eigen/src/Core/MatrixBase.h +../plugins/CommonCwiseUnaryOps.h +/usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h +../plugins/CommonCwiseBinaryOps.h +/usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h +../plugins/MatrixCwiseUnaryOps.h +/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h +../plugins/MatrixCwiseBinaryOps.h +/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h + +/usr/include/eigen3/Eigen/src/Core/NestByValue.h + +/usr/include/eigen3/Eigen/src/Core/NoAlias.h + +/usr/include/eigen3/Eigen/src/Core/NumTraits.h + +/usr/include/eigen3/Eigen/src/Core/PermutationMatrix.h + +/usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h + +/usr/include/eigen3/Eigen/src/Core/ProductBase.h + +/usr/include/eigen3/Eigen/src/Core/Random.h + +/usr/include/eigen3/Eigen/src/Core/Redux.h + +/usr/include/eigen3/Eigen/src/Core/Ref.h + +/usr/include/eigen3/Eigen/src/Core/Replicate.h + +/usr/include/eigen3/Eigen/src/Core/ReturnByValue.h + +/usr/include/eigen3/Eigen/src/Core/Reverse.h + +/usr/include/eigen3/Eigen/src/Core/Select.h + +/usr/include/eigen3/Eigen/src/Core/SelfAdjointView.h + +/usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h + +/usr/include/eigen3/Eigen/src/Core/SolveTriangular.h + +/usr/include/eigen3/Eigen/src/Core/StableNorm.h + +/usr/include/eigen3/Eigen/src/Core/Stride.h + +/usr/include/eigen3/Eigen/src/Core/Swap.h + +/usr/include/eigen3/Eigen/src/Core/Transpose.h + +/usr/include/eigen3/Eigen/src/Core/Transpositions.h + +/usr/include/eigen3/Eigen/src/Core/TriangularMatrix.h + +/usr/include/eigen3/Eigen/src/Core/VectorBlock.h + +/usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h + +/usr/include/eigen3/Eigen/src/Core/Visitor.h + +/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h + +/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h + +/usr/include/eigen3/Eigen/src/Core/arch/Default/Settings.h + +/usr/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h + +/usr/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h + +/usr/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h + +/usr/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h + +/usr/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h + +/usr/include/eigen3/Eigen/src/Core/products/CoeffBasedProduct.h + +/usr/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h + +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h + +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h + +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h + +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_MKL.h + +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h + +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_MKL.h + +/usr/include/eigen3/Eigen/src/Core/products/Parallelizer.h + +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h + +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_MKL.h + +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h + +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_MKL.h + +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h + +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h + +/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h + +/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_MKL.h + +/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h + +/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_MKL.h + +/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h + +/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_MKL.h + +/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h + +/usr/include/eigen3/Eigen/src/Core/util/BlasUtil.h + +/usr/include/eigen3/Eigen/src/Core/util/Constants.h + +/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h + +/usr/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h + +/usr/include/eigen3/Eigen/src/Core/util/MKL_support.h +mkl.h +- +mkl_lapacke.h +- + +/usr/include/eigen3/Eigen/src/Core/util/Macros.h +cstdlib +- +iostream +- + +/usr/include/eigen3/Eigen/src/Core/util/Memory.h +unistd.h +- + +/usr/include/eigen3/Eigen/src/Core/util/Meta.h + +/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h + +/usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h + +/usr/include/eigen3/Eigen/src/Core/util/XprHelper.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Block.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Cwise.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/CwiseOperators.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AlignedBox.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/All.h +limits +- +RotationBase.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/RotationBase.h +Rotation2D.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Rotation2D.h +Quaternion.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Quaternion.h +AngleAxis.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AngleAxis.h +Transform.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Transform.h +Translation.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Translation.h +Scaling.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Scaling.h +AlignedBox.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AlignedBox.h +Hyperplane.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Hyperplane.h +ParametrizedLine.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h +RotationBase.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/RotationBase.h +Rotation2D.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Rotation2D.h +Quaternion.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Quaternion.h +AngleAxis.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AngleAxis.h +Transform.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Transform.h +Translation.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Translation.h +Scaling.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Scaling.h +AlignedBox.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AlignedBox.h +Hyperplane.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Hyperplane.h +ParametrizedLine.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AngleAxis.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Hyperplane.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Quaternion.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Rotation2D.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/RotationBase.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Scaling.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Transform.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Translation.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/LU.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Lazy.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Macros.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/MathFunctions.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Memory.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Meta.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Minor.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/QR.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/SVD.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/TriangularSolver.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/VectorBlock.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/./ComplexSchur.h +./HessenbergDecomposition.h +/usr/include/eigen3/Eigen/src/Eigenvalues/././HessenbergDecomposition.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/./HessenbergDecomposition.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/./RealQZ.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/./RealSchur.h +./HessenbergDecomposition.h +/usr/include/eigen3/Eigen/src/Eigenvalues/././HessenbergDecomposition.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/./Tridiagonalization.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h +./ComplexSchur.h +/usr/include/eigen3/Eigen/src/Eigenvalues/./ComplexSchur.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h +./HessenbergDecomposition.h +/usr/include/eigen3/Eigen/src/Eigenvalues/./HessenbergDecomposition.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_MKL.h +Eigen/src/Core/util/MKL_support.h +/usr/include/eigen3/Eigen/src/Eigenvalues/Eigen/src/Core/util/MKL_support.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h +./RealSchur.h +/usr/include/eigen3/Eigen/src/Eigenvalues/./RealSchur.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +./RealQZ.h +/usr/include/eigen3/Eigen/src/Eigenvalues/./RealQZ.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +./Tridiagonalization.h +/usr/include/eigen3/Eigen/src/Eigenvalues/./Tridiagonalization.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h +./HessenbergDecomposition.h +/usr/include/eigen3/Eigen/src/Eigenvalues/./HessenbergDecomposition.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur_MKL.h +Eigen/src/Core/util/MKL_support.h +/usr/include/eigen3/Eigen/src/Eigenvalues/Eigen/src/Core/util/MKL_support.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +./Tridiagonalization.h +/usr/include/eigen3/Eigen/src/Eigenvalues/./Tridiagonalization.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_MKL.h +Eigen/src/Core/util/MKL_support.h +/usr/include/eigen3/Eigen/src/Eigenvalues/Eigen/src/Core/util/MKL_support.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h + +/usr/include/eigen3/Eigen/src/Geometry/AlignedBox.h + +/usr/include/eigen3/Eigen/src/Geometry/AngleAxis.h + +/usr/include/eigen3/Eigen/src/Geometry/EulerAngles.h + +/usr/include/eigen3/Eigen/src/Geometry/Homogeneous.h + +/usr/include/eigen3/Eigen/src/Geometry/Hyperplane.h + +/usr/include/eigen3/Eigen/src/Geometry/OrthoMethods.h + +/usr/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h + +/usr/include/eigen3/Eigen/src/Geometry/Quaternion.h + +/usr/include/eigen3/Eigen/src/Geometry/Rotation2D.h + +/usr/include/eigen3/Eigen/src/Geometry/RotationBase.h + +/usr/include/eigen3/Eigen/src/Geometry/Scaling.h + +/usr/include/eigen3/Eigen/src/Geometry/Transform.h + +/usr/include/eigen3/Eigen/src/Geometry/Translation.h + +/usr/include/eigen3/Eigen/src/Geometry/Umeyama.h + +/usr/include/eigen3/Eigen/src/Geometry/arch/Geometry_SSE.h + +/usr/include/eigen3/Eigen/src/Householder/BlockHouseholder.h + +/usr/include/eigen3/Eigen/src/Householder/Householder.h + +/usr/include/eigen3/Eigen/src/Householder/HouseholderSequence.h + +/usr/include/eigen3/Eigen/src/Jacobi/Jacobi.h + +/usr/include/eigen3/Eigen/src/LU/Determinant.h + +/usr/include/eigen3/Eigen/src/LU/FullPivLU.h + +/usr/include/eigen3/Eigen/src/LU/Inverse.h + +/usr/include/eigen3/Eigen/src/LU/PartialPivLU.h + +/usr/include/eigen3/Eigen/src/LU/PartialPivLU_MKL.h +Eigen/src/Core/util/MKL_support.h +/usr/include/eigen3/Eigen/src/LU/Eigen/src/Core/util/MKL_support.h + +/usr/include/eigen3/Eigen/src/LU/arch/Inverse_SSE.h + +/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h + +/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_MKL.h +Eigen/src/Core/util/MKL_support.h +/usr/include/eigen3/Eigen/src/QR/Eigen/src/Core/util/MKL_support.h + +/usr/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h + +/usr/include/eigen3/Eigen/src/QR/HouseholderQR.h + +/usr/include/eigen3/Eigen/src/QR/HouseholderQR_MKL.h +Eigen/src/Core/util/MKL_support.h +/usr/include/eigen3/Eigen/src/QR/Eigen/src/Core/util/MKL_support.h + +/usr/include/eigen3/Eigen/src/SVD/JacobiSVD.h + +/usr/include/eigen3/Eigen/src/SVD/JacobiSVD_MKL.h +Eigen/src/Core/util/MKL_support.h +/usr/include/eigen3/Eigen/src/SVD/Eigen/src/Core/util/MKL_support.h + +/usr/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h + +/usr/include/eigen3/Eigen/src/StlSupport/StdVector.h +Eigen/src/StlSupport/details.h +/usr/include/eigen3/Eigen/src/StlSupport/Eigen/src/StlSupport/details.h + +/usr/include/eigen3/Eigen/src/StlSupport/details.h + +/usr/include/eigen3/Eigen/src/misc/Image.h + +/usr/include/eigen3/Eigen/src/misc/Kernel.h + +/usr/include/eigen3/Eigen/src/misc/Solve.h + +/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h + +/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h + +/usr/include/eigen3/Eigen/src/plugins/BlockMethods.h + +/usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h + +/usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h + +/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h + +/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h + +/usr/include/eigen3/unsupported/Eigen/NonLinearOptimization +vector +- +Eigen/Core +- +Eigen/Jacobi +- +Eigen/QR +- +unsupported/Eigen/NumericalDiff +- +src/NonLinearOptimization/qrsolv.h +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h +src/NonLinearOptimization/r1updt.h +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h +src/NonLinearOptimization/r1mpyq.h +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h +src/NonLinearOptimization/rwupdt.h +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h +src/NonLinearOptimization/fdjac1.h +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h +src/NonLinearOptimization/lmpar.h +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h +src/NonLinearOptimization/dogleg.h +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h +src/NonLinearOptimization/covar.h +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h +src/NonLinearOptimization/chkder.h +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h +src/NonLinearOptimization/HybridNonLinearSolver.h +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h +src/NonLinearOptimization/LevenbergMarquardt.h +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h + +/usr/include/eigen3/unsupported/Eigen/NumericalDiff +Eigen/Core +- +src/NumericalDiff/NumericalDiff.h +/usr/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h + +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h + +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h + +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h + +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h + +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h + +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h + +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h + +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h + +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h + +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h + +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h + +/usr/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h + +/usr/include/vtk-5.8/vtkABI.h + +/usr/include/vtk-5.8/vtkAbstractArray.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h +vtkVariant.h +/usr/include/vtk-5.8/vtkVariant.h + +/usr/include/vtk-5.8/vtkAbstractMapper.h +vtkAlgorithm.h +/usr/include/vtk-5.8/vtkAlgorithm.h + +/usr/include/vtk-5.8/vtkAbstractMapper3D.h +vtkAbstractMapper.h +/usr/include/vtk-5.8/vtkAbstractMapper.h + +/usr/include/vtk-5.8/vtkActor.h +vtkProp3D.h +/usr/include/vtk-5.8/vtkProp3D.h + +/usr/include/vtk-5.8/vtkActor2D.h +vtkProp.h +/usr/include/vtk-5.8/vtkProp.h +vtkCoordinate.h +/usr/include/vtk-5.8/vtkCoordinate.h + +/usr/include/vtk-5.8/vtkActorCollection.h +vtkPropCollection.h +/usr/include/vtk-5.8/vtkPropCollection.h +vtkActor.h +/usr/include/vtk-5.8/vtkActor.h + +/usr/include/vtk-5.8/vtkAlgorithm.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkAlgorithmOutput.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkAppendPolyData.h +vtkPolyDataAlgorithm.h +/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h + +/usr/include/vtk-5.8/vtkArrayIterator.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkArrayIteratorTemplate.h +vtkArrayIterator.h +/usr/include/vtk-5.8/vtkArrayIterator.h +vtkArrayIteratorTemplateImplicit.txx +/usr/include/vtk-5.8/vtkArrayIteratorTemplateImplicit.txx + +/usr/include/vtk-5.8/vtkArrayIteratorTemplate.txx +vtkArrayIteratorTemplate.h +/usr/include/vtk-5.8/vtkArrayIteratorTemplate.h +vtkAbstractArray.h +/usr/include/vtk-5.8/vtkAbstractArray.h +vtkObjectFactory.h +/usr/include/vtk-5.8/vtkObjectFactory.h + +/usr/include/vtk-5.8/vtkArrayIteratorTemplateImplicit.txx +vtkArrayIteratorTemplate.txx +/usr/include/vtk-5.8/vtkArrayIteratorTemplate.txx + +/usr/include/vtk-5.8/vtkCell.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h +vtkIdList.h +/usr/include/vtk-5.8/vtkIdList.h +vtkCellType.h +/usr/include/vtk-5.8/vtkCellType.h + +/usr/include/vtk-5.8/vtkCellArray.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h +vtkIdTypeArray.h +/usr/include/vtk-5.8/vtkIdTypeArray.h +vtkCell.h +/usr/include/vtk-5.8/vtkCell.h + +/usr/include/vtk-5.8/vtkCellData.h +vtkDataSetAttributes.h +/usr/include/vtk-5.8/vtkDataSetAttributes.h + +/usr/include/vtk-5.8/vtkCellLinks.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkCellType.h + +/usr/include/vtk-5.8/vtkCellTypes.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h +vtkIntArray.h +/usr/include/vtk-5.8/vtkIntArray.h +vtkUnsignedCharArray.h +/usr/include/vtk-5.8/vtkUnsignedCharArray.h +vtkCellType.h +/usr/include/vtk-5.8/vtkCellType.h + +/usr/include/vtk-5.8/vtkCollection.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkCommand.h +vtkObjectBase.h +/usr/include/vtk-5.8/vtkObjectBase.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkCommonInformationKeyManager.h +vtkSystemIncludes.h +/usr/include/vtk-5.8/vtkSystemIncludes.h +vtkDebugLeaksManager.h +/usr/include/vtk-5.8/vtkDebugLeaksManager.h + +/usr/include/vtk-5.8/vtkConfigure.h + +/usr/include/vtk-5.8/vtkCoordinate.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkDataArray.h +vtkAbstractArray.h +/usr/include/vtk-5.8/vtkAbstractArray.h + +/usr/include/vtk-5.8/vtkDataArrayTemplate.h +vtkDataArray.h +/usr/include/vtk-5.8/vtkDataArray.h +vtkDataArrayTemplateImplicit.txx +/usr/include/vtk-5.8/vtkDataArrayTemplateImplicit.txx + +/usr/include/vtk-5.8/vtkDataArrayTemplate.txx +vtkDataArrayTemplate.h +/usr/include/vtk-5.8/vtkDataArrayTemplate.h +vtkArrayIteratorTemplate.h +/usr/include/vtk-5.8/vtkArrayIteratorTemplate.h +vtkIdList.h +/usr/include/vtk-5.8/vtkIdList.h +vtkInformation.h +/usr/include/vtk-5.8/vtkInformation.h +vtkInformationDoubleVectorKey.h +/usr/include/vtk-5.8/vtkInformationDoubleVectorKey.h +vtkInformationInformationVectorKey.h +/usr/include/vtk-5.8/vtkInformationInformationVectorKey.h +vtkInformationVector.h +/usr/include/vtk-5.8/vtkInformationVector.h +vtkSortDataArray.h +/usr/include/vtk-5.8/vtkSortDataArray.h +vtkTypeTraits.h +/usr/include/vtk-5.8/vtkTypeTraits.h +vtkstd/new +- +vtkstd/exception +- +vtkstd/utility +- +vtkstd/algorithm +- +vtkstd/map +- + +/usr/include/vtk-5.8/vtkDataArrayTemplateImplicit.txx +vtkDataArrayTemplate.txx +/usr/include/vtk-5.8/vtkDataArrayTemplate.txx + +/usr/include/vtk-5.8/vtkDataObject.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkDataSet.h +vtkDataObject.h +/usr/include/vtk-5.8/vtkDataObject.h + +/usr/include/vtk-5.8/vtkDataSetAttributes.h +vtkFieldData.h +/usr/include/vtk-5.8/vtkFieldData.h + +/usr/include/vtk-5.8/vtkDataSetMapper.h +vtkMapper.h +/usr/include/vtk-5.8/vtkMapper.h + +/usr/include/vtk-5.8/vtkDataSetSurfaceFilter.h +vtkPolyDataAlgorithm.h +/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h + +/usr/include/vtk-5.8/vtkDebugLeaksManager.h +vtkSystemIncludes.h +/usr/include/vtk-5.8/vtkSystemIncludes.h + +/usr/include/vtk-5.8/vtkFieldData.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h +vtkAbstractArray.h +/usr/include/vtk-5.8/vtkAbstractArray.h +vtkDataArray.h +/usr/include/vtk-5.8/vtkDataArray.h + +/usr/include/vtk-5.8/vtkFloatArray.h +vtkDataArray.h +/usr/include/vtk-5.8/vtkDataArray.h +vtkDataArrayTemplate.h +/usr/include/vtk-5.8/vtkDataArrayTemplate.h + +/usr/include/vtk-5.8/vtkFollower.h +vtkActor.h +/usr/include/vtk-5.8/vtkActor.h + +/usr/include/vtk-5.8/vtkIOStream.h +vtkConfigure.h +/usr/include/vtk-5.8/vtkConfigure.h +vtkWin32Header.h +/usr/include/vtk-5.8/vtkWin32Header.h +iostream +- +fstream +- +iomanip +- +vtkWinCE.h +/usr/include/vtk-5.8/vtkWinCE.h +iostream.h +- +iomanip.h +- +fstream.h +- +strstream +- +strstrea.h +- +strstream.h +- + +/usr/include/vtk-5.8/vtkIOStreamFwd.h +vtkConfigure.h +/usr/include/vtk-5.8/vtkConfigure.h +iosfwd +- +iosfwd.h +- + +/usr/include/vtk-5.8/vtkIdList.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkIdTypeArray.h +vtkDataArray.h +/usr/include/vtk-5.8/vtkDataArray.h +vtkDataArrayTemplate.h +/usr/include/vtk-5.8/vtkDataArrayTemplate.h + +/usr/include/vtk-5.8/vtkImageAlgorithm.h +vtkAlgorithm.h +/usr/include/vtk-5.8/vtkAlgorithm.h + +/usr/include/vtk-5.8/vtkIndent.h +vtkSystemIncludes.h +/usr/include/vtk-5.8/vtkSystemIncludes.h + +/usr/include/vtk-5.8/vtkInformation.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkInformationDoubleVectorKey.h +vtkInformationKey.h +/usr/include/vtk-5.8/vtkInformationKey.h +vtkCommonInformationKeyManager.h +/usr/include/vtk-5.8/vtkCommonInformationKeyManager.h + +/usr/include/vtk-5.8/vtkInformationInformationVectorKey.h +vtkInformationKey.h +/usr/include/vtk-5.8/vtkInformationKey.h +vtkCommonInformationKeyManager.h +/usr/include/vtk-5.8/vtkCommonInformationKeyManager.h + +/usr/include/vtk-5.8/vtkInformationKey.h +vtkObjectBase.h +/usr/include/vtk-5.8/vtkObjectBase.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkInformationVector.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkIntArray.h +vtkDataArray.h +/usr/include/vtk-5.8/vtkDataArray.h +vtkDataArrayTemplate.h +/usr/include/vtk-5.8/vtkDataArrayTemplate.h + +/usr/include/vtk-5.8/vtkInteractorObserver.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkInteractorStyle.h +vtkInteractorObserver.h +/usr/include/vtk-5.8/vtkInteractorObserver.h + +/usr/include/vtk-5.8/vtkInteractorStyleRubberBandPick.h +vtkInteractorStyleTrackballCamera.h +/usr/include/vtk-5.8/vtkInteractorStyleTrackballCamera.h + +/usr/include/vtk-5.8/vtkInteractorStyleTrackballCamera.h +vtkInteractorStyle.h +/usr/include/vtk-5.8/vtkInteractorStyle.h + +/usr/include/vtk-5.8/vtkLODActor.h +vtkActor.h +/usr/include/vtk-5.8/vtkActor.h + +/usr/include/vtk-5.8/vtkLeaderActor2D.h +vtkActor2D.h +/usr/include/vtk-5.8/vtkActor2D.h + +/usr/include/vtk-5.8/vtkLineSource.h +vtkPolyDataAlgorithm.h +/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h + +/usr/include/vtk-5.8/vtkMapper.h +vtkAbstractMapper3D.h +/usr/include/vtk-5.8/vtkAbstractMapper3D.h +vtkScalarsToColors.h +/usr/include/vtk-5.8/vtkScalarsToColors.h + +/usr/include/vtk-5.8/vtkMath.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h +vtkPolynomialSolversUnivariate.h +/usr/include/vtk-5.8/vtkPolynomialSolversUnivariate.h +assert.h +- + +/usr/include/vtk-5.8/vtkMatrix4x4.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkOStrStreamWrapper.h + +/usr/include/vtk-5.8/vtkOStreamWrapper.h + +/usr/include/vtk-5.8/vtkObject.h +vtkObjectBase.h +/usr/include/vtk-5.8/vtkObjectBase.h +vtkSetGet.h +/usr/include/vtk-5.8/vtkSetGet.h +vtkTimeStamp.h +/usr/include/vtk-5.8/vtkTimeStamp.h +vtkWeakPointerBase.h +/usr/include/vtk-5.8/vtkWeakPointerBase.h + +/usr/include/vtk-5.8/vtkObjectBase.h +vtkIndent.h +/usr/include/vtk-5.8/vtkIndent.h +vtkSystemIncludes.h +/usr/include/vtk-5.8/vtkSystemIncludes.h + +/usr/include/vtk-5.8/vtkObjectFactory.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkPointData.h +vtkDataSetAttributes.h +/usr/include/vtk-5.8/vtkDataSetAttributes.h + +/usr/include/vtk-5.8/vtkPointSet.h +vtkDataSet.h +/usr/include/vtk-5.8/vtkDataSet.h +vtkPoints.h +/usr/include/vtk-5.8/vtkPoints.h + +/usr/include/vtk-5.8/vtkPoints.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h +vtkDataArray.h +/usr/include/vtk-5.8/vtkDataArray.h + +/usr/include/vtk-5.8/vtkPolyData.h +vtkPointSet.h +/usr/include/vtk-5.8/vtkPointSet.h +vtkCellTypes.h +/usr/include/vtk-5.8/vtkCellTypes.h +vtkCellLinks.h +/usr/include/vtk-5.8/vtkCellLinks.h + +/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h +vtkAlgorithm.h +/usr/include/vtk-5.8/vtkAlgorithm.h +vtkPolyData.h +/usr/include/vtk-5.8/vtkPolyData.h + +/usr/include/vtk-5.8/vtkPolyDataMapper.h +vtkMapper.h +/usr/include/vtk-5.8/vtkMapper.h +vtkTexture.h +/usr/include/vtk-5.8/vtkTexture.h + +/usr/include/vtk-5.8/vtkPolyLine.h +vtkCell.h +/usr/include/vtk-5.8/vtkCell.h + +/usr/include/vtk-5.8/vtkPolygon.h +vtkCell.h +/usr/include/vtk-5.8/vtkCell.h + +/usr/include/vtk-5.8/vtkPolynomialSolversUnivariate.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkProp.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkProp3D.h +vtkProp.h +/usr/include/vtk-5.8/vtkProp.h + +/usr/include/vtk-5.8/vtkPropCollection.h +vtkCollection.h +/usr/include/vtk-5.8/vtkCollection.h +vtkProp.h +/usr/include/vtk-5.8/vtkProp.h + +/usr/include/vtk-5.8/vtkProperty.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkProperty2D.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkRenderer.h +vtkViewport.h +/usr/include/vtk-5.8/vtkViewport.h +vtkVolumeCollection.h +/usr/include/vtk-5.8/vtkVolumeCollection.h +vtkActorCollection.h +/usr/include/vtk-5.8/vtkActorCollection.h + +/usr/include/vtk-5.8/vtkRendererCollection.h +vtkCollection.h +/usr/include/vtk-5.8/vtkCollection.h +vtkRenderer.h +/usr/include/vtk-5.8/vtkRenderer.h + +/usr/include/vtk-5.8/vtkScalarsToColors.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkSetGet.h +vtkSystemIncludes.h +/usr/include/vtk-5.8/vtkSystemIncludes.h +math.h +- + +/usr/include/vtk-5.8/vtkSmartPointer.h +vtkSmartPointerBase.h +/usr/include/vtk-5.8/vtkSmartPointerBase.h + +/usr/include/vtk-5.8/vtkSmartPointerBase.h +vtkObjectBase.h +/usr/include/vtk-5.8/vtkObjectBase.h + +/usr/include/vtk-5.8/vtkSortDataArray.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkSphereSource.h +vtkPolyDataAlgorithm.h +/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h + +/usr/include/vtk-5.8/vtkStdString.h +vtkSystemIncludes.h +/usr/include/vtk-5.8/vtkSystemIncludes.h +vtkstd/string +- + +/usr/include/vtk-5.8/vtkSystemIncludes.h +vtkWin32Header.h +/usr/include/vtk-5.8/vtkWin32Header.h +vtkIOStreamFwd.h +/usr/include/vtk-5.8/vtkIOStreamFwd.h +vtkIOStream.h +/usr/include/vtk-5.8/vtkIOStream.h +vtkType.h +/usr/include/vtk-5.8/vtkType.h +vtkOStreamWrapper.h +/usr/include/vtk-5.8/vtkOStreamWrapper.h +vtkOStrStreamWrapper.h +/usr/include/vtk-5.8/vtkOStrStreamWrapper.h +stdio.h +- +stdlib.h +- +string.h +- +mem.h +- +search.h +- + +/usr/include/vtk-5.8/vtkTextProperty.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkTexture.h +vtkImageAlgorithm.h +/usr/include/vtk-5.8/vtkImageAlgorithm.h + +/usr/include/vtk-5.8/vtkTimeStamp.h +vtkSystemIncludes.h +/usr/include/vtk-5.8/vtkSystemIncludes.h + +/usr/include/vtk-5.8/vtkType.h +vtkConfigure.h +/usr/include/vtk-5.8/vtkConfigure.h + +/usr/include/vtk-5.8/vtkTypeTraits.h +vtkSystemIncludes.h +/usr/include/vtk-5.8/vtkSystemIncludes.h + +/usr/include/vtk-5.8/vtkUnicodeString.h +vtkSystemIncludes.h +- +vtkstd/string +- +vtkstd/vector +- + +/usr/include/vtk-5.8/vtkUnsignedCharArray.h +vtkDataArray.h +/usr/include/vtk-5.8/vtkDataArray.h +vtkDataArrayTemplate.h +/usr/include/vtk-5.8/vtkDataArrayTemplate.h + +/usr/include/vtk-5.8/vtkUnstructuredGrid.h +vtkPointSet.h +/usr/include/vtk-5.8/vtkPointSet.h + +/usr/include/vtk-5.8/vtkVariant.h +vtkType.h +/usr/include/vtk-5.8/vtkType.h +vtkSystemIncludes.h +/usr/include/vtk-5.8/vtkSystemIncludes.h +vtkSetGet.h +/usr/include/vtk-5.8/vtkSetGet.h +vtkStdString.h +/usr/include/vtk-5.8/vtkStdString.h +vtkUnicodeString.h +/usr/include/vtk-5.8/vtkUnicodeString.h +vtkVariantInlineOperators.h +/usr/include/vtk-5.8/vtkVariantInlineOperators.h + +/usr/include/vtk-5.8/vtkVariantInlineOperators.h +climits +- + +/usr/include/vtk-5.8/vtkVectorText.h +vtkPolyDataAlgorithm.h +/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h + +/usr/include/vtk-5.8/vtkVersion.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h +vtksys/DateStamp.h +- + +/usr/include/vtk-5.8/vtkViewport.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkVolume.h +vtkProp3D.h +/usr/include/vtk-5.8/vtkProp3D.h + +/usr/include/vtk-5.8/vtkVolumeCollection.h +vtkPropCollection.h +/usr/include/vtk-5.8/vtkPropCollection.h +vtkVolume.h +/usr/include/vtk-5.8/vtkVolume.h + +/usr/include/vtk-5.8/vtkWeakPointerBase.h +vtkObjectBase.h +/usr/include/vtk-5.8/vtkObjectBase.h + +/usr/include/vtk-5.8/vtkWin32Header.h +vtkConfigure.h +/usr/include/vtk-5.8/vtkConfigure.h +vtkABI.h +/usr/include/vtk-5.8/vtkABI.h +windows.h +- + +/usr/include/vtk-5.8/vtkstd/algorithm +vtkConfigure.h +/usr/include/vtk-5.8/vtkstd/vtkConfigure.h +algorithm +- + +/usr/include/vtk-5.8/vtkstd/exception +vtkConfigure.h +/usr/include/vtk-5.8/vtkstd/vtkConfigure.h +exception +- + +/usr/include/vtk-5.8/vtkstd/map +vtkConfigure.h +/usr/include/vtk-5.8/vtkstd/vtkConfigure.h +map +- + +/usr/include/vtk-5.8/vtkstd/new +vtkConfigure.h +/usr/include/vtk-5.8/vtkstd/vtkConfigure.h +new +- + +/usr/include/vtk-5.8/vtkstd/string +vtkConfigure.h +/usr/include/vtk-5.8/vtkstd/vtkConfigure.h +string +- + +/usr/include/vtk-5.8/vtkstd/utility +vtkConfigure.h +/usr/include/vtk-5.8/vtkstd/vtkConfigure.h +utility +- + +/usr/include/vtk-5.8/vtkstd/vector +vtkConfigure.h +/usr/include/vtk-5.8/vtkstd/vtkConfigure.h +vector +- + +/usr/include/vtk-5.8/vtksys/DateStamp.h + +/usr/local/include/pcl-1.8/pcl/ModelCoefficients.h +string +- +vector +- +ostream +- +pcl/PCLHeader.h +- + +/usr/local/include/pcl-1.8/pcl/PCLHeader.h +string +- +vector +- +boost/shared_ptr.hpp +- +pcl/pcl_macros.h +- +ostream +- + +/usr/local/include/pcl-1.8/pcl/PCLImage.h +string +- +vector +- +ostream +- +pcl/PCLHeader.h +- + +/usr/local/include/pcl-1.8/pcl/PCLPointCloud2.h +string +- +vector +- +ostream +- +boost/detail/endian.hpp +- +pcl/PCLHeader.h +- +pcl/PCLPointField.h +- + +/usr/local/include/pcl-1.8/pcl/PCLPointField.h +string +- +vector +- +ostream +- +boost/shared_ptr.hpp +- +pcl/pcl_macros.h +- + +/usr/local/include/pcl-1.8/pcl/PointIndices.h +string +- +vector +- +ostream +- +pcl/PCLHeader.h +- + +/usr/local/include/pcl-1.8/pcl/PolygonMesh.h +string +- +vector +- +ostream +- +pcl/PCLHeader.h +- +pcl/PCLPointCloud2.h +- +pcl/Vertices.h +- + +/usr/local/include/pcl-1.8/pcl/TextureMesh.h +Eigen/Core +- +string +- +pcl/PCLPointCloud2.h +- +pcl/Vertices.h +- + +/usr/local/include/pcl-1.8/pcl/Vertices.h +string +- +vector +- +ostream +- +pcl/pcl_macros.h +- + +/usr/local/include/pcl-1.8/pcl/cloud_iterator.h +pcl/point_cloud.h +- +pcl/PointIndices.h +- +pcl/correspondence.h +- +pcl/impl/cloud_iterator.hpp +- + +/usr/local/include/pcl-1.8/pcl/common/centroid.h +pcl/point_cloud.h +- +pcl/point_traits.h +- +pcl/PointIndices.h +- +pcl/cloud_iterator.h +- +pcl/common/impl/accumulators.hpp +- +pcl/common/impl/centroid.hpp +- + +/usr/local/include/pcl-1.8/pcl/common/colors.h +pcl/pcl_macros.h +- + +/usr/local/include/pcl-1.8/pcl/common/common.h +pcl/pcl_base.h +- +cfloat +- +pcl/common/impl/common.hpp +- + +/usr/local/include/pcl-1.8/pcl/common/concatenate.h +pcl/conversions.h +- + +/usr/local/include/pcl-1.8/pcl/common/copy_point.h +pcl/common/impl/copy_point.hpp +- + +/usr/local/include/pcl-1.8/pcl/common/distances.h +pcl/common/common.h +- + +/usr/local/include/pcl-1.8/pcl/common/eigen.h +cmath +- +pcl/ModelCoefficients.h +- +Eigen/StdVector +- +Eigen/Core +- +Eigen/Eigenvalues +- +Eigen/Geometry +- +Eigen/SVD +- +Eigen/LU +- +Eigen/Dense +- +Eigen/Eigenvalues +- +pcl/common/impl/eigen.hpp +- + +/usr/local/include/pcl-1.8/pcl/common/geometry.h +Eigen/Core +- + +/usr/local/include/pcl-1.8/pcl/common/impl/accumulators.hpp +map +- +boost/mpl/filter_view.hpp +- +boost/fusion/include/mpl.hpp +- +boost/fusion/include/for_each.hpp +- +boost/fusion/include/as_vector.hpp +- +pcl/point_types.h +- + +/usr/local/include/pcl-1.8/pcl/common/impl/centroid.hpp +pcl/common/centroid.h +- +pcl/conversions.h +- +boost/mpl/size.hpp +- + +/usr/local/include/pcl-1.8/pcl/common/impl/common.hpp +pcl/point_types.h +- +pcl/common/common.h +- + +/usr/local/include/pcl-1.8/pcl/common/impl/copy_point.hpp +pcl/point_types.h +- +pcl/point_traits.h +- +pcl/for_each_type.h +- +pcl/common/concatenate.h +- + +/usr/local/include/pcl-1.8/pcl/common/impl/eigen.hpp +pcl/console/print.h +- + +/usr/local/include/pcl-1.8/pcl/common/impl/io.hpp +pcl/common/concatenate.h +- +pcl/common/copy_point.h +- +pcl/point_types.h +- + +/usr/local/include/pcl-1.8/pcl/common/impl/projection_matrix.hpp +pcl/cloud_iterator.h +- + +/usr/local/include/pcl-1.8/pcl/common/impl/transforms.hpp + +/usr/local/include/pcl-1.8/pcl/common/io.h +string +- +pcl/pcl_base.h +- +pcl/PointIndices.h +- +pcl/conversions.h +- +pcl/exceptions.h +- +locale +- +pcl/common/impl/io.hpp +- + +/usr/local/include/pcl-1.8/pcl/common/point_operators.h + +/usr/local/include/pcl-1.8/pcl/common/point_tests.h +Eigen/src/StlSupport/details.h +- + +/usr/local/include/pcl-1.8/pcl/common/projection_matrix.h +pcl/common/eigen.h +- +pcl/console/print.h +- +pcl/common/impl/projection_matrix.hpp +- + +/usr/local/include/pcl-1.8/pcl/common/time.h +cmath +- +queue +- +string +- +boost/date_time/posix_time/posix_time.hpp +- + +/usr/local/include/pcl-1.8/pcl/common/transforms.h +pcl/point_cloud.h +- +pcl/point_types.h +- +pcl/common/centroid.h +- +pcl/common/eigen.h +- +pcl/PointIndices.h +- +pcl/common/impl/transforms.hpp +- + +/usr/local/include/pcl-1.8/pcl/console/parse.h +vector +- +sstream +- +pcl/pcl_macros.h +- + +/usr/local/include/pcl-1.8/pcl/console/print.h +stdio.h +- +stdarg.h +- +pcl/pcl_exports.h +- +pcl/pcl_config.h +- + +/usr/local/include/pcl-1.8/pcl/conversions.h +pcl/PCLPointField.h +- +pcl/PCLPointCloud2.h +- +pcl/PCLImage.h +- +pcl/point_cloud.h +- +pcl/point_traits.h +- +pcl/for_each_type.h +- +pcl/exceptions.h +- +pcl/console/print.h +- +boost/foreach.hpp +- + +/usr/local/include/pcl-1.8/pcl/correspondence.h +boost/shared_ptr.hpp +- +Eigen/StdVector +- +Eigen/Geometry +- +pcl/pcl_exports.h +- + +/usr/local/include/pcl-1.8/pcl/exceptions.h +stdexcept +- +sstream +- +pcl/pcl_macros.h +- +boost/current_function.hpp +- + +/usr/local/include/pcl-1.8/pcl/features/feature.h +boost/function.hpp +- +boost/bind.hpp +- +pcl/pcl_base.h +- +pcl/search/search.h +- +pcl/features/impl/feature.hpp +- + +/usr/local/include/pcl-1.8/pcl/features/impl/feature.hpp +pcl/search/pcl_search.h +- + +/usr/local/include/pcl-1.8/pcl/features/impl/normal_3d.hpp +pcl/features/normal_3d.h +- + +/usr/local/include/pcl-1.8/pcl/features/normal_3d.h +pcl/features/feature.h +- +pcl/common/centroid.h +- +pcl/features/impl/normal_3d.hpp +- + +/usr/local/include/pcl-1.8/pcl/filters/boost.h +boost/random.hpp +- +boost/random/normal_distribution.hpp +- +boost/shared_ptr.hpp +- +boost/make_shared.hpp +- +boost/dynamic_bitset.hpp +- +boost/mpl/size.hpp +- +boost/unordered_map.hpp +- +boost/fusion/sequence/intrinsic/at_key.hpp +- +boost/bind.hpp +- +boost/function.hpp +- +boost/optional.hpp +- + +/usr/local/include/pcl-1.8/pcl/filters/extract_indices.h +pcl/filters/filter_indices.h +- +pcl/filters/impl/extract_indices.hpp +- + +/usr/local/include/pcl-1.8/pcl/filters/filter.h +pcl/pcl_base.h +- +pcl/common/io.h +- +pcl/conversions.h +- +pcl/filters/boost.h +- +cfloat +- +pcl/PointIndices.h +- +pcl/filters/impl/filter.hpp +- + +/usr/local/include/pcl-1.8/pcl/filters/filter_indices.h +pcl/filters/filter.h +- +pcl/filters/impl/filter_indices.hpp +- + +/usr/local/include/pcl-1.8/pcl/filters/impl/extract_indices.hpp +pcl/filters/extract_indices.h +- +pcl/common/io.h +- + +/usr/local/include/pcl-1.8/pcl/filters/impl/filter.hpp +pcl/pcl_macros.h +- +pcl/filters/filter.h +- + +/usr/local/include/pcl-1.8/pcl/filters/impl/filter_indices.hpp +pcl/pcl_macros.h +- +pcl/filters/filter_indices.h +- + +/usr/local/include/pcl-1.8/pcl/for_each_type.h +boost/mpl/is_sequence.hpp +- +boost/mpl/begin_end.hpp +- +boost/mpl/next_prior.hpp +- +boost/mpl/deref.hpp +- +boost/mpl/assert.hpp +- +boost/mpl/remove_if.hpp +- +boost/mpl/contains.hpp +- +boost/mpl/not.hpp +- +boost/mpl/aux_/unwrap.hpp +- +boost/type_traits/is_same.hpp +- + +/usr/local/include/pcl-1.8/pcl/geometry/planar_polygon.h +pcl/common/eigen.h +- +pcl/point_cloud.h +- +pcl/ModelCoefficients.h +- + +/usr/local/include/pcl-1.8/pcl/impl/cloud_iterator.hpp +pcl/cloud_iterator.h +- + +/usr/local/include/pcl-1.8/pcl/impl/instantiate.hpp +pcl/pcl_config.h +- +boost/preprocessor/seq/for_each.hpp +- +boost/preprocessor/seq/for_each_product.hpp +- +boost/preprocessor/seq/to_tuple.hpp +- +boost/preprocessor/cat.hpp +- +boost/preprocessor/expand.hpp +- + +/usr/local/include/pcl-1.8/pcl/impl/pcl_base.hpp +pcl/pcl_base.h +- +pcl/console/print.h +- +cstddef +- + +/usr/local/include/pcl-1.8/pcl/impl/point_types.hpp +Eigen/Core +- +ostream +- +pcl/common/point_tests.h +- + +/usr/local/include/pcl-1.8/pcl/io/boost.h +boost/version.hpp +- +boost/numeric/conversion/cast.hpp +- +boost/thread/mutex.hpp +- +boost/thread/condition.hpp +- +boost/thread.hpp +- +boost/thread/thread.hpp +- +boost/filesystem.hpp +- +boost/bind.hpp +- +boost/cstdint.hpp +- +boost/function.hpp +- +boost/tuple/tuple.hpp +- +boost/shared_ptr.hpp +- +boost/weak_ptr.hpp +- +boost/mpl/fold.hpp +- +boost/mpl/inherit.hpp +- +boost/mpl/inherit_linearly.hpp +- +boost/mpl/joint_view.hpp +- +boost/mpl/transform.hpp +- +boost/mpl/vector.hpp +- +boost/algorithm/string.hpp +- +boost/date_time/posix_time/posix_time.hpp +- +boost/chrono.hpp +- +boost/tokenizer.hpp +- +boost/foreach.hpp +- +boost/shared_array.hpp +- +boost/interprocess/sync/file_lock.hpp +- +boost/interprocess/permissions.hpp +- +boost/iostreams/device/mapped_file.hpp +- +boost/signals2.hpp +- +boost/signals2/slot.hpp +- + +/usr/local/include/pcl-1.8/pcl/io/file_io.h +pcl/pcl_macros.h +- +pcl/common/io.h +- +pcl/io/boost.h +- +cmath +- +sstream +- +pcl/PolygonMesh.h +- +pcl/TextureMesh.h +- + +/usr/local/include/pcl-1.8/pcl/io/impl/pcd_io.hpp +fstream +- +fcntl.h +- +string +- +stdlib.h +- +pcl/io/boost.h +- +pcl/console/print.h +- +pcl/io/pcd_io.h +- +io.h +- +windows.h +- +sys/mman.h +- +pcl/io/lzf.h +- + +/usr/local/include/pcl-1.8/pcl/io/lzf.h +pcl/pcl_macros.h +- + +/usr/local/include/pcl-1.8/pcl/io/pcd_io.h +pcl/point_cloud.h +- +pcl/io/file_io.h +- +pcl/io/impl/pcd_io.hpp +- + +/usr/local/include/pcl-1.8/pcl/kdtree/flann.h +flann/flann.hpp +- + +/usr/local/include/pcl-1.8/pcl/kdtree/impl/kdtree_flann.hpp +cstdio +- +pcl/kdtree/kdtree_flann.h +- +pcl/kdtree/flann.h +- +pcl/console/print.h +- + +/usr/local/include/pcl-1.8/pcl/kdtree/kdtree.h +limits.h +- +pcl/pcl_macros.h +- +pcl/point_cloud.h +- +pcl/point_representation.h +- +pcl/common/io.h +- +pcl/common/copy_point.h +- + +/usr/local/include/pcl-1.8/pcl/kdtree/kdtree_flann.h +pcl/kdtree/kdtree.h +- +pcl/kdtree/flann.h +- +boost/shared_array.hpp +- +pcl/kdtree/impl/kdtree_flann.hpp +- + +/usr/local/include/pcl-1.8/pcl/octree/boost.h +boost/graph/adjacency_list.hpp +- +boost/function.hpp +- + +/usr/local/include/pcl-1.8/pcl/octree/impl/octree2buf_base.hpp + +/usr/local/include/pcl-1.8/pcl/octree/impl/octree_base.hpp +vector +- +pcl/impl/instantiate.hpp +- +pcl/point_types.h +- +pcl/octree/octree.h +- + +/usr/local/include/pcl-1.8/pcl/octree/impl/octree_iterator.hpp +vector +- +assert.h +- +pcl/common/common.h +- + +/usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud.hpp +vector +- +assert.h +- +pcl/common/common.h +- + +/usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_adjacency.hpp +pcl/octree/octree_pointcloud_adjacency.h +- + +/usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_voxelcentroid.hpp +pcl/octree/octree_pointcloud_voxelcentroid.h +- + +/usr/local/include/pcl-1.8/pcl/octree/impl/octree_search.hpp +pcl/point_cloud.h +- +pcl/point_types.h +- +pcl/common/common.h +- +assert.h +- + +/usr/local/include/pcl-1.8/pcl/octree/octree.h +pcl/octree/octree_base.h +- +pcl/octree/octree2buf_base.h +- +pcl/octree/octree_iterator.h +- +pcl/octree/octree_pointcloud.h +- +pcl/octree/octree_pointcloud_density.h +- +pcl/octree/octree_pointcloud_occupancy.h +- +pcl/octree/octree_pointcloud_singlepoint.h +- +pcl/octree/octree_pointcloud_pointvector.h +- +pcl/octree/octree_pointcloud_changedetector.h +- +pcl/octree/octree_pointcloud_voxelcentroid.h +- +pcl/octree/octree_search.h +- + +/usr/local/include/pcl-1.8/pcl/octree/octree2buf_base.h +vector +- +octree_nodes.h +/usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h +octree_container.h +/usr/local/include/pcl-1.8/pcl/octree/octree_container.h +octree_key.h +/usr/local/include/pcl-1.8/pcl/octree/octree_key.h +octree_iterator.h +/usr/local/include/pcl-1.8/pcl/octree/octree_iterator.h +stdio.h +- +string.h +- + +/usr/local/include/pcl-1.8/pcl/octree/octree_base.h +cstddef +- +vector +- +octree_nodes.h +/usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h +octree_container.h +/usr/local/include/pcl-1.8/pcl/octree/octree_container.h +octree_key.h +/usr/local/include/pcl-1.8/pcl/octree/octree_key.h +octree_iterator.h +/usr/local/include/pcl-1.8/pcl/octree/octree_iterator.h + +/usr/local/include/pcl-1.8/pcl/octree/octree_container.h +string.h +- +vector +- +cstddef +- +pcl/pcl_macros.h +- + +/usr/local/include/pcl-1.8/pcl/octree/octree_impl.h +pcl/octree/octree.h +- +pcl/octree/impl/octree_base.hpp +- +pcl/octree/impl/octree2buf_base.hpp +- +pcl/octree/impl/octree_pointcloud.hpp +- +pcl/octree/impl/octree_iterator.hpp +- +pcl/octree/impl/octree_search.hpp +- + +/usr/local/include/pcl-1.8/pcl/octree/octree_iterator.h +cstddef +- +vector +- +deque +- +octree_nodes.h +/usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h +octree_key.h +/usr/local/include/pcl-1.8/pcl/octree/octree_key.h +pcl/point_cloud.h +- +pcl/point_types.h +- +iterator +- + +/usr/local/include/pcl-1.8/pcl/octree/octree_key.h +string +- + +/usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h +cstddef +- +assert.h +- +cstring +- +string.h +- +Eigen/Core +- +pcl/pcl_macros.h +- +octree_container.h +/usr/local/include/pcl-1.8/pcl/octree/octree_container.h + +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h +octree_base.h +/usr/local/include/pcl-1.8/pcl/octree/octree_base.h +pcl/point_cloud.h +- +pcl/point_types.h +- +queue +- +vector +- +algorithm +- +iostream +- +pcl/octree/impl/octree_pointcloud.hpp +- + +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency.h +pcl/console/print.h +- +pcl/common/geometry.h +- +pcl/octree/boost.h +- +pcl/octree/octree_impl.h +- +pcl/octree/octree_pointcloud_adjacency_container.h +- +set +- +list +- +pcl/octree/impl/octree_pointcloud_adjacency.hpp +- + +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency_container.h + +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_changedetector.h +octree_pointcloud.h +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h + +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_density.h +octree_pointcloud.h +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h + +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_occupancy.h +octree_pointcloud.h +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h + +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_pointvector.h +octree_pointcloud.h +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h + +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_singlepoint.h +octree_pointcloud.h +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h + +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_voxelcentroid.h +octree_pointcloud.h +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h +pcl/common/point_operators.h +- +pcl/point_types.h +- +pcl/register_point_struct.h +- +pcl/octree/impl/octree_pointcloud_voxelcentroid.hpp +- + +/usr/local/include/pcl-1.8/pcl/octree/octree_search.h +pcl/point_cloud.h +- +pcl/point_types.h +- +octree_pointcloud.h +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h +pcl/octree/impl/octree_search.hpp +- + +/usr/local/include/pcl-1.8/pcl/pcl_base.h +pcl/pcl_macros.h +- +boost/shared_ptr.hpp +- +Eigen/StdVector +- +Eigen/Core +- +pcl/point_cloud.h +- +pcl/PointIndices.h +- +pcl/PCLPointCloud2.h +- +pcl/impl/pcl_base.hpp +- + +/usr/local/include/pcl-1.8/pcl/pcl_config.h + +/usr/local/include/pcl-1.8/pcl/pcl_exports.h + +/usr/local/include/pcl-1.8/pcl/pcl_macros.h +pcl/pcl_config.h +- +boost/cstdint.hpp +- +cstdlib +- +iostream +- +stdarg.h +- +stdio.h +- +math.h +- +math.h +- +cmath +- +cmath +- +stdio.h +- +math.h +- + +/usr/local/include/pcl-1.8/pcl/point_cloud.h +Eigen/StdVector +- +Eigen/Geometry +- +pcl/PCLHeader.h +- +pcl/exceptions.h +- +pcl/point_traits.h +- + +/usr/local/include/pcl-1.8/pcl/point_representation.h +pcl/point_types.h +- +pcl/pcl_macros.h +- +pcl/for_each_type.h +- + +/usr/local/include/pcl-1.8/pcl/point_traits.h +pcl/pcl_macros.h +/usr/local/include/pcl-1.8/pcl/pcl/pcl_macros.h +pcl/PCLPointField.h +- +boost/type_traits/remove_all_extents.hpp +- +boost/type_traits/is_same.hpp +- +boost/mpl/assert.hpp +- +boost/mpl/bool.hpp +- +Eigen/Core +- +Eigen/src/StlSupport/details.h +- + +/usr/local/include/pcl-1.8/pcl/point_types.h +pcl/pcl_macros.h +- +bitset +- +pcl/register_point_struct.h +- +boost/mpl/contains.hpp +- +boost/mpl/fold.hpp +- +boost/mpl/vector.hpp +- +pcl/impl/point_types.hpp +- + +/usr/local/include/pcl-1.8/pcl/register_point_struct.h +pcl/pcl_macros.h +- +pcl/point_traits.h +- +boost/mpl/vector.hpp +- +boost/preprocessor/seq/enum.hpp +- +boost/preprocessor/seq/for_each.hpp +- +boost/preprocessor/seq/transform.hpp +- +boost/preprocessor/cat.hpp +- +boost/preprocessor/comparison.hpp +- +boost/utility.hpp +- +boost/type_traits.hpp +- +stddef.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/boost.h +boost/random.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/eigen.h +Eigen/Core +- +unsupported/Eigen/NonLinearOptimization +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/lmeds.hpp +pcl/sample_consensus/lmeds.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/mlesac.hpp +pcl/sample_consensus/mlesac.h +- +pcl/point_types.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/msac.hpp +pcl/sample_consensus/msac.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/prosac.hpp +boost/math/distributions/binomial.hpp +- +pcl/sample_consensus/prosac.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/ransac.hpp +pcl/sample_consensus/ransac.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rmsac.hpp +pcl/sample_consensus/rmsac.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rransac.hpp +pcl/sample_consensus/rransac.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle.hpp +pcl/sample_consensus/eigen.h +- +pcl/sample_consensus/sac_model_circle.h +- +pcl/common/concatenate.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle3d.hpp +pcl/sample_consensus/eigen.h +- +pcl/sample_consensus/sac_model_circle3d.h +- +pcl/common/concatenate.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cone.hpp +pcl/sample_consensus/eigen.h +- +pcl/sample_consensus/sac_model_cone.h +- +pcl/common/concatenate.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cylinder.hpp +pcl/sample_consensus/eigen.h +- +pcl/sample_consensus/sac_model_cylinder.h +- +pcl/common/concatenate.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_line.hpp +pcl/sample_consensus/sac_model_line.h +- +pcl/common/centroid.h +- +pcl/common/concatenate.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_parallel_plane.hpp +pcl/sample_consensus/sac_model_normal_parallel_plane.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_plane.hpp +pcl/sample_consensus/sac_model_normal_plane.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_sphere.hpp +pcl/sample_consensus/sac_model_normal_sphere.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_line.hpp +pcl/common/common.h +- +pcl/sample_consensus/sac_model_parallel_line.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_plane.hpp +pcl/sample_consensus/sac_model_parallel_plane.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_perpendicular_plane.hpp +pcl/sample_consensus/sac_model_perpendicular_plane.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_plane.hpp +pcl/sample_consensus/sac_model_plane.h +- +pcl/common/centroid.h +- +pcl/common/eigen.h +- +pcl/common/concatenate.h +- +pcl/point_types.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_sphere.hpp +pcl/sample_consensus/eigen.h +- +pcl/sample_consensus/sac_model_sphere.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_stick.hpp +pcl/sample_consensus/sac_model_stick.h +- +pcl/common/centroid.h +- +pcl/common/concatenate.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/lmeds.h +pcl/sample_consensus/sac.h +- +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/impl/lmeds.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/method_types.h + +/usr/local/include/pcl-1.8/pcl/sample_consensus/mlesac.h +pcl/sample_consensus/sac.h +- +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/impl/mlesac.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/model_types.h +map +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/msac.h +algorithm +- +pcl/sample_consensus/sac.h +- +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/impl/msac.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/prosac.h +pcl/sample_consensus/sac.h +- +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/impl/prosac.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/ransac.h +pcl/sample_consensus/sac.h +- +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/impl/ransac.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/rmsac.h +algorithm +- +pcl/sample_consensus/sac.h +- +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/impl/rmsac.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/rransac.h +pcl/sample_consensus/sac.h +- +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/impl/rransac.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac.h +pcl/sample_consensus/boost.h +- +pcl/sample_consensus/sac_model.h +- +ctime +- +set +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model.h +cfloat +- +ctime +- +limits.h +- +set +- +pcl/console/print.h +- +pcl/point_cloud.h +- +pcl/sample_consensus/boost.h +- +pcl/sample_consensus/model_types.h +- +pcl/search/search.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle.h +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/model_types.h +- +pcl/sample_consensus/impl/sac_model_circle.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle3d.h +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/model_types.h +- +pcl/sample_consensus/impl/sac_model_circle3d.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cone.h +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/model_types.h +- +pcl/pcl_macros.h +- +pcl/common/common.h +- +pcl/common/distances.h +- +limits.h +- +pcl/sample_consensus/impl/sac_model_cone.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cylinder.h +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/model_types.h +- +pcl/pcl_macros.h +- +pcl/common/common.h +- +pcl/common/distances.h +- +pcl/sample_consensus/impl/sac_model_cylinder.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_line.h +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/model_types.h +- +pcl/common/eigen.h +- +pcl/sample_consensus/impl/sac_model_line.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_parallel_plane.h +pcl/sample_consensus/sac_model_normal_plane.h +- +pcl/sample_consensus/model_types.h +- +pcl/sample_consensus/impl/sac_model_normal_parallel_plane.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_plane.h +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/sac_model_plane.h +- +pcl/sample_consensus/sac_model_perpendicular_plane.h +- +pcl/sample_consensus/model_types.h +- +pcl/sample_consensus/impl/sac_model_normal_plane.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_sphere.h +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/sac_model_sphere.h +- +pcl/sample_consensus/model_types.h +- +pcl/common/common.h +- +pcl/sample_consensus/impl/sac_model_normal_sphere.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_line.h +pcl/sample_consensus/sac_model_line.h +- +pcl/sample_consensus/impl/sac_model_parallel_line.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_plane.h +pcl/sample_consensus/sac_model_plane.h +- +pcl/common/common.h +- +pcl/sample_consensus/impl/sac_model_parallel_plane.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_perpendicular_plane.h +pcl/sample_consensus/sac_model_plane.h +- +pcl/common/common.h +- +pcl/sample_consensus/impl/sac_model_perpendicular_plane.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_plane.h +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/model_types.h +- +pcl/sample_consensus/impl/sac_model_plane.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_sphere.h +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/model_types.h +- +pcl/sample_consensus/impl/sac_model_sphere.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_stick.h +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/model_types.h +- +pcl/common/eigen.h +- +pcl/sample_consensus/impl/sac_model_stick.hpp +- + +/usr/local/include/pcl-1.8/pcl/search/impl/kdtree.hpp +pcl/search/kdtree.h +- +pcl/search/impl/search.hpp +- + +/usr/local/include/pcl-1.8/pcl/search/impl/organized.hpp +pcl/search/organized.h +- +pcl/common/eigen.h +- +pcl/common/time.h +- +Eigen/Eigenvalues +- + +/usr/local/include/pcl-1.8/pcl/search/impl/search.hpp +pcl/search/search.h +- + +/usr/local/include/pcl-1.8/pcl/search/kdtree.h +pcl/search/search.h +- +pcl/kdtree/kdtree_flann.h +- +pcl/search/impl/kdtree.hpp +- + +/usr/local/include/pcl-1.8/pcl/search/octree.h +pcl/search/search.h +- +pcl/octree/octree_search.h +- +pcl/octree/impl/octree_search.hpp +- + +/usr/local/include/pcl-1.8/pcl/search/organized.h +pcl/point_cloud.h +- +pcl/point_types.h +- +pcl/search/search.h +- +pcl/common/eigen.h +- +algorithm +- +queue +- +vector +- +pcl/common/projection_matrix.h +- +pcl/search/impl/organized.hpp +- + +/usr/local/include/pcl-1.8/pcl/search/pcl_search.h +pcl/search/search.h +- +pcl/search/kdtree.h +- +pcl/search/octree.h +- +pcl/search/organized.h +- + +/usr/local/include/pcl-1.8/pcl/search/search.h +pcl/point_cloud.h +- +pcl/for_each_type.h +- +pcl/common/concatenate.h +- +pcl/common/copy_point.h +- +pcl/search/impl/search.hpp +- + +/usr/local/include/pcl-1.8/pcl/segmentation/boost.h +boost/version.hpp +- +boost/make_shared.hpp +- +boost/graph/adjacency_list.hpp +- +boost/multi_array.hpp +- +boost/ptr_container/ptr_list.hpp +- +boost/graph/boykov_kolmogorov_max_flow.hpp +- + +/usr/local/include/pcl-1.8/pcl/segmentation/extract_polygonal_prism_data.h +pcl/pcl_base.h +- +pcl/sample_consensus/sac_model_plane.h +- +pcl/segmentation/impl/extract_polygonal_prism_data.hpp +- + +/usr/local/include/pcl-1.8/pcl/segmentation/impl/extract_polygonal_prism_data.hpp +pcl/segmentation/extract_polygonal_prism_data.h +- +pcl/common/centroid.h +- +pcl/common/eigen.h +- + +/usr/local/include/pcl-1.8/pcl/segmentation/impl/lccp_segmentation.hpp +pcl/segmentation/lccp_segmentation.h +- + +/usr/local/include/pcl-1.8/pcl/segmentation/impl/sac_segmentation.hpp +pcl/segmentation/sac_segmentation.h +- +pcl/sample_consensus/sac.h +- +pcl/sample_consensus/lmeds.h +- +pcl/sample_consensus/mlesac.h +- +pcl/sample_consensus/msac.h +- +pcl/sample_consensus/ransac.h +- +pcl/sample_consensus/rmsac.h +- +pcl/sample_consensus/rransac.h +- +pcl/sample_consensus/prosac.h +- +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/sac_model_circle.h +- +pcl/sample_consensus/sac_model_circle3d.h +- +pcl/sample_consensus/sac_model_cone.h +- +pcl/sample_consensus/sac_model_cylinder.h +- +pcl/sample_consensus/sac_model_line.h +- +pcl/sample_consensus/sac_model_normal_plane.h +- +pcl/sample_consensus/sac_model_parallel_plane.h +- +pcl/sample_consensus/sac_model_normal_parallel_plane.h +- +pcl/sample_consensus/sac_model_parallel_line.h +- +pcl/sample_consensus/sac_model_perpendicular_plane.h +- +pcl/sample_consensus/sac_model_plane.h +- +pcl/sample_consensus/sac_model_sphere.h +- +pcl/sample_consensus/sac_model_normal_sphere.h +- +pcl/sample_consensus/sac_model_stick.h +- + +/usr/local/include/pcl-1.8/pcl/segmentation/impl/supervoxel_clustering.hpp +pcl/segmentation/supervoxel_clustering.h +- + +/usr/local/include/pcl-1.8/pcl/segmentation/lccp_segmentation.h +pcl/pcl_base.h +- +pcl/point_types.h +- +pcl/point_cloud.h +- +pcl/segmentation/supervoxel_clustering.h +- +pcl/segmentation/impl/lccp_segmentation.hpp +- + +/usr/local/include/pcl-1.8/pcl/segmentation/sac_segmentation.h +pcl/pcl_base.h +- +pcl/PointIndices.h +- +pcl/ModelCoefficients.h +- +pcl/sample_consensus/method_types.h +- +pcl/sample_consensus/sac.h +- +pcl/sample_consensus/model_types.h +- +pcl/sample_consensus/sac_model.h +- +pcl/search/search.h +- +pcl/segmentation/impl/sac_segmentation.hpp +- + +/usr/local/include/pcl-1.8/pcl/segmentation/supervoxel_clustering.h +pcl/features/normal_3d.h +- +pcl/pcl_base.h +- +pcl/point_cloud.h +- +pcl/point_types.h +- +pcl/octree/octree.h +- +pcl/octree/octree_pointcloud_adjacency.h +- +pcl/search/search.h +- +pcl/segmentation/boost.h +- +pcl/common/time.h +- +pcl/segmentation/impl/supervoxel_clustering.hpp +- + +/usr/local/include/pcl-1.8/pcl/surface/boost.h +boost/bind.hpp +- +boost/function.hpp +- +boost/random.hpp +- +boost/unordered_map.hpp +- +boost/dynamic_bitset/dynamic_bitset.hpp +- +boost/shared_ptr.hpp +- + +/usr/local/include/pcl-1.8/pcl/surface/convex_hull.h +pcl/pcl_config.h +- +pcl/surface/reconstruction.h +- +pcl/ModelCoefficients.h +- +pcl/PolygonMesh.h +- +pcl/surface/impl/convex_hull.hpp +- + +/usr/local/include/pcl-1.8/pcl/surface/impl/convex_hull.hpp +pcl/pcl_config.h +- +pcl/surface/convex_hull.h +- +pcl/common/common.h +- +pcl/common/eigen.h +- +pcl/common/transforms.h +- +pcl/common/io.h +- +stdio.h +- +stdlib.h +- +pcl/surface/qhull.h +- + +/usr/local/include/pcl-1.8/pcl/surface/impl/reconstruction.hpp +pcl/search/pcl_search.h +- + +/usr/local/include/pcl-1.8/pcl/surface/qhull.h +pcl/pcl_config.h +- +libqhull/libqhull.h +/usr/local/include/pcl-1.8/pcl/surface/libqhull/libqhull.h +libqhull/mem.h +/usr/local/include/pcl-1.8/pcl/surface/libqhull/mem.h +libqhull/qset.h +/usr/local/include/pcl-1.8/pcl/surface/libqhull/qset.h +libqhull/geom.h +/usr/local/include/pcl-1.8/pcl/surface/libqhull/geom.h +libqhull/merge.h +/usr/local/include/pcl-1.8/pcl/surface/libqhull/merge.h +libqhull/poly.h +/usr/local/include/pcl-1.8/pcl/surface/libqhull/poly.h +libqhull/io.h +/usr/local/include/pcl-1.8/pcl/surface/libqhull/io.h +libqhull/stat.h +/usr/local/include/pcl-1.8/pcl/surface/libqhull/stat.h +qhull/qhull.h +/usr/local/include/pcl-1.8/pcl/surface/qhull/qhull.h +qhull/mem.h +/usr/local/include/pcl-1.8/pcl/surface/qhull/mem.h +qhull/qset.h +/usr/local/include/pcl-1.8/pcl/surface/qhull/qset.h +qhull/geom.h +/usr/local/include/pcl-1.8/pcl/surface/qhull/geom.h +qhull/merge.h +/usr/local/include/pcl-1.8/pcl/surface/qhull/merge.h +qhull/poly.h +/usr/local/include/pcl-1.8/pcl/surface/qhull/poly.h +qhull/io.h +/usr/local/include/pcl-1.8/pcl/surface/qhull/io.h +qhull/stat.h +/usr/local/include/pcl-1.8/pcl/surface/qhull/stat.h + +/usr/local/include/pcl-1.8/pcl/surface/reconstruction.h +pcl/pcl_base.h +- +pcl/PolygonMesh.h +- +pcl/search/pcl_search.h +- +pcl/conversions.h +- +pcl/surface/boost.h +- +pcl/surface/impl/reconstruction.hpp +- + +/usr/local/include/pcl-1.8/pcl/visualization/area_picking_event.h +pcl/pcl_macros.h +- + +/usr/local/include/pcl-1.8/pcl/visualization/boost.h +boost/function.hpp +- +boost/shared_array.hpp +- +boost/signals2.hpp +- +boost/shared_ptr.hpp +- +boost/algorithm/string.hpp +- +boost/algorithm/string/split.hpp +- +boost/algorithm/string/classification.hpp +- +boost/thread.hpp +- +boost/bind.hpp +- +boost/unordered_map.hpp +- +boost/thread/mutex.hpp +- +boost/thread/thread.hpp +- +boost/foreach.hpp +- +boost/date_time/posix_time/posix_time.hpp +- +boost/filesystem.hpp +- + +/usr/local/include/pcl-1.8/pcl/visualization/common/actor_map.h +pcl/visualization/point_cloud_handlers.h +- +vector +- +map +- +pcl/PCLPointCloud2.h +- +boost/unordered_map.hpp +- +vtkLODActor.h +- +vtkSmartPointer.h +- +pcl/PCLPointCloud2.h +- +pcl/visualization/boost.h +- + +/usr/local/include/pcl-1.8/pcl/visualization/common/common.h +pcl/pcl_macros.h +- +pcl/visualization/eigen.h +- +vtkMatrix4x4.h +- +pcl/visualization/common/impl/common.hpp +- + +/usr/local/include/pcl-1.8/pcl/visualization/common/impl/common.hpp + +/usr/local/include/pcl-1.8/pcl/visualization/common/impl/shapes.hpp +vtkSmartPointer.h +- +vtkPoints.h +- +vtkPolygon.h +- +vtkUnstructuredGrid.h +- + +/usr/local/include/pcl-1.8/pcl/visualization/common/ren_win_interact_map.h +map +- +string +- + +/usr/local/include/pcl-1.8/pcl/visualization/common/shapes.h +pcl/ModelCoefficients.h +- +pcl/point_cloud.h +- +pcl/visualization/eigen.h +- +pcl/geometry/planar_polygon.h +- +pcl/visualization/common/impl/shapes.hpp +- + +/usr/local/include/pcl-1.8/pcl/visualization/eigen.h +Eigen/Geometry +- +Eigen/Dense +- + +/usr/local/include/pcl-1.8/pcl/visualization/impl/pcl_visualizer.hpp +vtkVersion.h +- +vtkSmartPointer.h +- +vtkCellArray.h +- +vtkLeaderActor2D.h +- +vtkVectorText.h +- +vtkAlgorithmOutput.h +- +vtkFollower.h +- +vtkMath.h +- +vtkSphereSource.h +- +vtkProperty2D.h +- +vtkDataSetSurfaceFilter.h +- +vtkPointData.h +- +vtkPolyDataMapper.h +- +vtkProperty.h +- +vtkMapper.h +- +vtkCellData.h +- +vtkDataSetMapper.h +- +vtkRenderer.h +- +vtkRendererCollection.h +- +vtkAppendPolyData.h +- +vtkTextProperty.h +- +vtkLODActor.h +- +vtkLineSource.h +- +pcl/visualization/common/shapes.h +- + +/usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_color_handlers.hpp +set +- +map +- +pcl/pcl_macros.h +- +pcl/common/colors.h +- + +/usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_geometry_handlers.hpp +pcl/pcl_macros.h +- + +/usr/local/include/pcl-1.8/pcl/visualization/interactor_style.h +pcl/console/print.h +- +pcl/visualization/common/actor_map.h +- +pcl/visualization/common/ren_win_interact_map.h +- +pcl/visualization/keyboard_event.h +- +pcl/visualization/mouse_event.h +- +pcl/visualization/point_picking_event.h +- +pcl/visualization/area_picking_event.h +- +boost/signals2/signal.hpp +- +vtkInteractorStyleRubberBandPick.h +- + +/usr/local/include/pcl-1.8/pcl/visualization/keyboard_event.h +string +- + +/usr/local/include/pcl-1.8/pcl/visualization/mouse_event.h +pcl/visualization/keyboard_event.h +- + +/usr/local/include/pcl-1.8/pcl/visualization/pcl_visualizer.h +pcl/correspondence.h +- +pcl/ModelCoefficients.h +- +pcl/PolygonMesh.h +- +pcl/TextureMesh.h +- +pcl/console/print.h +- +pcl/visualization/common/actor_map.h +- +pcl/visualization/common/common.h +- +pcl/visualization/point_cloud_geometry_handlers.h +- +pcl/visualization/point_cloud_color_handlers.h +- +pcl/visualization/point_picking_event.h +- +pcl/visualization/area_picking_event.h +- +pcl/visualization/interactor_style.h +- +pcl/visualization/impl/pcl_visualizer.hpp +- + +/usr/local/include/pcl-1.8/pcl/visualization/point_cloud_color_handlers.h +pcl/point_cloud.h +- +pcl/common/io.h +- +pcl/visualization/common/common.h +- +vtkSmartPointer.h +- +vtkDataArray.h +- +vtkFloatArray.h +- +vtkUnsignedCharArray.h +- +pcl/visualization/impl/point_cloud_color_handlers.hpp +- + +/usr/local/include/pcl-1.8/pcl/visualization/point_cloud_geometry_handlers.h +pcl/point_cloud.h +- +pcl/common/io.h +- +vtkSmartPointer.h +- +vtkPoints.h +- +vtkFloatArray.h +- +pcl/visualization/impl/point_cloud_geometry_handlers.hpp +- + +/usr/local/include/pcl-1.8/pcl/visualization/point_cloud_handlers.h +pcl/visualization/point_cloud_geometry_handlers.h +- +pcl/visualization/point_cloud_color_handlers.h +- + +/usr/local/include/pcl-1.8/pcl/visualization/point_picking_event.h +pcl/pcl_macros.h +- +vector +- +vtkCommand.h +- + diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/DependInfo.cmake b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/DependInfo.cmake new file mode 100644 index 0000000..27d42d8 --- /dev/null +++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +SET(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +SET(CMAKE_DEPENDS_CHECK_CXX + "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.cpp" "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o" + ) +SET(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +SET(CMAKE_TARGET_DEFINITIONS + "DISABLE_DAVIDSDK" + "DISABLE_DSSDK" + "DISABLE_ENSENSO" + "DISABLE_LIBUSB_1_0" + "DISABLE_PCAP" + "DISABLE_PNG" + "DISABLE_RSSDK" + "EIGEN_USE_NEW_STDVECTOR" + "EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET" + "FLANN_STATIC" + "qh_QHpointer" + ) + +# Targets to which this target links. +SET(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# The include file search paths: +SET(CMAKE_C_TARGET_INCLUDE_PATH + "/usr/include/vtk-5.8" + "../src/." + "/usr/local/include/pcl-1.8" + "/usr/include/eigen3" + "/usr/include/ni" + "/usr/include/openni2" + ) +SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/build.make b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/build.make new file mode 100644 index 0000000..def69a1 --- /dev/null +++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/build.make @@ -0,0 +1,210 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The program to use to edit the cache. +CMAKE_EDIT_COMMAND = /usr/bin/ccmake + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build + +# Include any dependencies generated for this target. +include src/CMakeFiles/tos_supervoxels.dir/depend.make + +# Include the progress variables for this target. +include src/CMakeFiles/tos_supervoxels.dir/progress.make + +# Include the compile flags for this target's objects. +include src/CMakeFiles/tos_supervoxels.dir/flags.make + +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: src/CMakeFiles/tos_supervoxels.dir/flags.make +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: ../src/tos_supervoxels.cpp + $(CMAKE_COMMAND) -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles $(CMAKE_PROGRESS_1) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o" + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o -c /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.cpp + +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/tos_supervoxels.dir/tos_supervoxels.i" + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.cpp > CMakeFiles/tos_supervoxels.dir/tos_supervoxels.i + +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/tos_supervoxels.dir/tos_supervoxels.s" + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.cpp -o CMakeFiles/tos_supervoxels.dir/tos_supervoxels.s + +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.requires: +.PHONY : src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.requires + +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.provides: src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.requires + $(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.provides.build +.PHONY : src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.provides + +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.provides.build: src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o + +# Object files for target tos_supervoxels +tos_supervoxels_OBJECTS = \ +"CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o" + +# External object files for target tos_supervoxels +tos_supervoxels_EXTERNAL_OBJECTS = + +../lib/libtos_supervoxels.so: src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o +../lib/libtos_supervoxels.so: src/CMakeFiles/tos_supervoxels.dir/build.make +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_system.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_thread.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_date_time.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_serialization.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_chrono.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libpthread.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_common.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libflann_cpp_s.a +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_kdtree.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_octree.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_search.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_sample_consensus.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_filters.so +../lib/libtos_supervoxels.so: /usr/lib/libOpenNI.so +../lib/libtos_supervoxels.so: /usr/lib/libOpenNI2.so +../lib/libtos_supervoxels.so: /usr/lib/libvtkCommon.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkFiltering.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkImaging.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkGraphics.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkGenericFiltering.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkIO.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkRendering.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkVolumeRendering.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkHybrid.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkWidgets.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkParallel.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkInfovis.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkGeovis.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkViews.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkCharts.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_io.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_features.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_visualization.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_ml.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_segmentation.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_people.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_registration.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_keypoints.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_outofcore.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_stereo.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libqhull.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_surface.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_recognition.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_tracking.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_system.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_thread.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_date_time.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_serialization.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libboost_chrono.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libpthread.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libqhull.so +../lib/libtos_supervoxels.so: /usr/lib/libOpenNI.so +../lib/libtos_supervoxels.so: /usr/lib/libOpenNI2.so +../lib/libtos_supervoxels.so: /usr/lib/x86_64-linux-gnu/libflann_cpp_s.a +../lib/libtos_supervoxels.so: /usr/lib/libvtkCommon.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkFiltering.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkImaging.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkGraphics.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkGenericFiltering.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkIO.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkRendering.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkVolumeRendering.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkHybrid.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkWidgets.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkParallel.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkInfovis.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkGeovis.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkViews.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkCharts.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_common.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_kdtree.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_octree.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_search.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_sample_consensus.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_filters.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_io.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_features.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_visualization.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_ml.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_segmentation.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_people.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_registration.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_keypoints.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_outofcore.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_stereo.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_surface.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_recognition.so +../lib/libtos_supervoxels.so: /usr/local/lib/libpcl_tracking.so +../lib/libtos_supervoxels.so: /usr/lib/libvtkViews.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkInfovis.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkWidgets.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkVolumeRendering.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkHybrid.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkParallel.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkRendering.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkImaging.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkGraphics.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkIO.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkFiltering.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtkCommon.so.5.8.0 +../lib/libtos_supervoxels.so: /usr/lib/libvtksys.so.5.8.0 +../lib/libtos_supervoxels.so: src/CMakeFiles/tos_supervoxels.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX shared library ../../lib/libtos_supervoxels.so" + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tos_supervoxels.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +src/CMakeFiles/tos_supervoxels.dir/build: ../lib/libtos_supervoxels.so +.PHONY : src/CMakeFiles/tos_supervoxels.dir/build + +src/CMakeFiles/tos_supervoxels.dir/requires: src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o.requires +.PHONY : src/CMakeFiles/tos_supervoxels.dir/requires + +src/CMakeFiles/tos_supervoxels.dir/clean: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src && $(CMAKE_COMMAND) -P CMakeFiles/tos_supervoxels.dir/cmake_clean.cmake +.PHONY : src/CMakeFiles/tos_supervoxels.dir/clean + +src/CMakeFiles/tos_supervoxels.dir/depend: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/CMakeFiles/tos_supervoxels.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : src/CMakeFiles/tos_supervoxels.dir/depend + diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/cmake_clean.cmake b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/cmake_clean.cmake new file mode 100644 index 0000000..35d48e2 --- /dev/null +++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +FILE(REMOVE_RECURSE + "CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o" + "../../lib/libtos_supervoxels.pdb" + "../../lib/libtos_supervoxels.so" +) + +# Per-language clean rules from dependency scanning. +FOREACH(lang CXX) + INCLUDE(CMakeFiles/tos_supervoxels.dir/cmake_clean_${lang}.cmake OPTIONAL) +ENDFOREACH(lang) diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/depend.internal b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/depend.internal new file mode 100644 index 0000000..f16f1d9 --- /dev/null +++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/depend.internal @@ -0,0 +1,528 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o + /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.cpp + /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.h + /usr/include/eigen3/Eigen/Cholesky + /usr/include/eigen3/Eigen/Core + /usr/include/eigen3/Eigen/Dense + /usr/include/eigen3/Eigen/Eigen2Support + /usr/include/eigen3/Eigen/Eigenvalues + /usr/include/eigen3/Eigen/Geometry + /usr/include/eigen3/Eigen/Householder + /usr/include/eigen3/Eigen/Jacobi + /usr/include/eigen3/Eigen/LU + /usr/include/eigen3/Eigen/QR + /usr/include/eigen3/Eigen/SVD + /usr/include/eigen3/Eigen/StdVector + /usr/include/eigen3/Eigen/src/Cholesky/LDLT.h + /usr/include/eigen3/Eigen/src/Cholesky/LLT.h + /usr/include/eigen3/Eigen/src/Cholesky/LLT_MKL.h + /usr/include/eigen3/Eigen/src/Core/Array.h + /usr/include/eigen3/Eigen/src/Core/ArrayBase.h + /usr/include/eigen3/Eigen/src/Core/ArrayWrapper.h + /usr/include/eigen3/Eigen/src/Core/Assign.h + /usr/include/eigen3/Eigen/src/Core/Assign_MKL.h + /usr/include/eigen3/Eigen/src/Core/BandMatrix.h + /usr/include/eigen3/Eigen/src/Core/Block.h + /usr/include/eigen3/Eigen/src/Core/BooleanRedux.h + /usr/include/eigen3/Eigen/src/Core/CommaInitializer.h + /usr/include/eigen3/Eigen/src/Core/CoreIterators.h + /usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h + /usr/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h + /usr/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h + /usr/include/eigen3/Eigen/src/Core/CwiseUnaryView.h + /usr/include/eigen3/Eigen/src/Core/DenseBase.h + /usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h + /usr/include/eigen3/Eigen/src/Core/DenseStorage.h + /usr/include/eigen3/Eigen/src/Core/Diagonal.h + /usr/include/eigen3/Eigen/src/Core/DiagonalMatrix.h + /usr/include/eigen3/Eigen/src/Core/DiagonalProduct.h + /usr/include/eigen3/Eigen/src/Core/Dot.h + /usr/include/eigen3/Eigen/src/Core/EigenBase.h + /usr/include/eigen3/Eigen/src/Core/Flagged.h + /usr/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h + /usr/include/eigen3/Eigen/src/Core/Functors.h + /usr/include/eigen3/Eigen/src/Core/Fuzzy.h + /usr/include/eigen3/Eigen/src/Core/GeneralProduct.h + /usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h + /usr/include/eigen3/Eigen/src/Core/GlobalFunctions.h + /usr/include/eigen3/Eigen/src/Core/IO.h + /usr/include/eigen3/Eigen/src/Core/Map.h + /usr/include/eigen3/Eigen/src/Core/MapBase.h + /usr/include/eigen3/Eigen/src/Core/MathFunctions.h + /usr/include/eigen3/Eigen/src/Core/Matrix.h + /usr/include/eigen3/Eigen/src/Core/MatrixBase.h + /usr/include/eigen3/Eigen/src/Core/NestByValue.h + /usr/include/eigen3/Eigen/src/Core/NoAlias.h + /usr/include/eigen3/Eigen/src/Core/NumTraits.h + /usr/include/eigen3/Eigen/src/Core/PermutationMatrix.h + /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h + /usr/include/eigen3/Eigen/src/Core/ProductBase.h + /usr/include/eigen3/Eigen/src/Core/Random.h + /usr/include/eigen3/Eigen/src/Core/Redux.h + /usr/include/eigen3/Eigen/src/Core/Ref.h + /usr/include/eigen3/Eigen/src/Core/Replicate.h + /usr/include/eigen3/Eigen/src/Core/ReturnByValue.h + /usr/include/eigen3/Eigen/src/Core/Reverse.h + /usr/include/eigen3/Eigen/src/Core/Select.h + /usr/include/eigen3/Eigen/src/Core/SelfAdjointView.h + /usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h + /usr/include/eigen3/Eigen/src/Core/SolveTriangular.h + /usr/include/eigen3/Eigen/src/Core/StableNorm.h + /usr/include/eigen3/Eigen/src/Core/Stride.h + /usr/include/eigen3/Eigen/src/Core/Swap.h + /usr/include/eigen3/Eigen/src/Core/Transpose.h + /usr/include/eigen3/Eigen/src/Core/Transpositions.h + /usr/include/eigen3/Eigen/src/Core/TriangularMatrix.h + /usr/include/eigen3/Eigen/src/Core/VectorBlock.h + /usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h + /usr/include/eigen3/Eigen/src/Core/Visitor.h + /usr/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h + /usr/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h + /usr/include/eigen3/Eigen/src/Core/arch/Default/Settings.h + /usr/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h + /usr/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h + /usr/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h + /usr/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h + /usr/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h + /usr/include/eigen3/Eigen/src/Core/products/CoeffBasedProduct.h + /usr/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h + /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h + /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h + /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h + /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_MKL.h + /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h + /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_MKL.h + /usr/include/eigen3/Eigen/src/Core/products/Parallelizer.h + /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h + /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_MKL.h + /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h + /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_MKL.h + /usr/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h + /usr/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h + /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h + /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_MKL.h + /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h + /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_MKL.h + /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h + /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_MKL.h + /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h + /usr/include/eigen3/Eigen/src/Core/util/BlasUtil.h + /usr/include/eigen3/Eigen/src/Core/util/Constants.h + /usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h + /usr/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h + /usr/include/eigen3/Eigen/src/Core/util/MKL_support.h + /usr/include/eigen3/Eigen/src/Core/util/Macros.h + /usr/include/eigen3/Eigen/src/Core/util/Memory.h + /usr/include/eigen3/Eigen/src/Core/util/Meta.h + /usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h + /usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h + /usr/include/eigen3/Eigen/src/Core/util/XprHelper.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Block.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Cwise.h + /usr/include/eigen3/Eigen/src/Eigen2Support/CwiseOperators.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AlignedBox.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/All.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AngleAxis.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Hyperplane.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Quaternion.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Rotation2D.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/RotationBase.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Scaling.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Transform.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Translation.h + /usr/include/eigen3/Eigen/src/Eigen2Support/LU.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Lazy.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Macros.h + /usr/include/eigen3/Eigen/src/Eigen2Support/MathFunctions.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Memory.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Meta.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Minor.h + /usr/include/eigen3/Eigen/src/Eigen2Support/QR.h + /usr/include/eigen3/Eigen/src/Eigen2Support/SVD.h + /usr/include/eigen3/Eigen/src/Eigen2Support/TriangularSolver.h + /usr/include/eigen3/Eigen/src/Eigen2Support/VectorBlock.h + /usr/include/eigen3/Eigen/src/Eigenvalues/./ComplexSchur.h + /usr/include/eigen3/Eigen/src/Eigenvalues/./HessenbergDecomposition.h + /usr/include/eigen3/Eigen/src/Eigenvalues/./RealQZ.h + /usr/include/eigen3/Eigen/src/Eigenvalues/./RealSchur.h + /usr/include/eigen3/Eigen/src/Eigenvalues/./Tridiagonalization.h + /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h + /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h + /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_MKL.h + /usr/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h + /usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h + /usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h + /usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h + /usr/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h + /usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h + /usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h + /usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur_MKL.h + /usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h + /usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_MKL.h + /usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h + /usr/include/eigen3/Eigen/src/Geometry/AlignedBox.h + /usr/include/eigen3/Eigen/src/Geometry/AngleAxis.h + /usr/include/eigen3/Eigen/src/Geometry/EulerAngles.h + /usr/include/eigen3/Eigen/src/Geometry/Homogeneous.h + /usr/include/eigen3/Eigen/src/Geometry/Hyperplane.h + /usr/include/eigen3/Eigen/src/Geometry/OrthoMethods.h + /usr/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h + /usr/include/eigen3/Eigen/src/Geometry/Quaternion.h + /usr/include/eigen3/Eigen/src/Geometry/Rotation2D.h + /usr/include/eigen3/Eigen/src/Geometry/RotationBase.h + /usr/include/eigen3/Eigen/src/Geometry/Scaling.h + /usr/include/eigen3/Eigen/src/Geometry/Transform.h + /usr/include/eigen3/Eigen/src/Geometry/Translation.h + /usr/include/eigen3/Eigen/src/Geometry/Umeyama.h + /usr/include/eigen3/Eigen/src/Geometry/arch/Geometry_SSE.h + /usr/include/eigen3/Eigen/src/Householder/BlockHouseholder.h + /usr/include/eigen3/Eigen/src/Householder/Householder.h + /usr/include/eigen3/Eigen/src/Householder/HouseholderSequence.h + /usr/include/eigen3/Eigen/src/Jacobi/Jacobi.h + /usr/include/eigen3/Eigen/src/LU/Determinant.h + /usr/include/eigen3/Eigen/src/LU/FullPivLU.h + /usr/include/eigen3/Eigen/src/LU/Inverse.h + /usr/include/eigen3/Eigen/src/LU/PartialPivLU.h + /usr/include/eigen3/Eigen/src/LU/PartialPivLU_MKL.h + /usr/include/eigen3/Eigen/src/LU/arch/Inverse_SSE.h + /usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h + /usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_MKL.h + /usr/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h + /usr/include/eigen3/Eigen/src/QR/HouseholderQR.h + /usr/include/eigen3/Eigen/src/QR/HouseholderQR_MKL.h + /usr/include/eigen3/Eigen/src/SVD/JacobiSVD.h + /usr/include/eigen3/Eigen/src/SVD/JacobiSVD_MKL.h + /usr/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h + /usr/include/eigen3/Eigen/src/StlSupport/StdVector.h + /usr/include/eigen3/Eigen/src/StlSupport/details.h + /usr/include/eigen3/Eigen/src/misc/Image.h + /usr/include/eigen3/Eigen/src/misc/Kernel.h + /usr/include/eigen3/Eigen/src/misc/Solve.h + /usr/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h + /usr/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h + /usr/include/eigen3/Eigen/src/plugins/BlockMethods.h + /usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h + /usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h + /usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h + /usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h + /usr/include/eigen3/unsupported/Eigen/NonLinearOptimization + /usr/include/eigen3/unsupported/Eigen/NumericalDiff + /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h + /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h + /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h + /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h + /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h + /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h + /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h + /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h + /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h + /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h + /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h + /usr/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h + /usr/include/vtk-5.8/vtkABI.h + /usr/include/vtk-5.8/vtkAbstractArray.h + /usr/include/vtk-5.8/vtkAbstractMapper.h + /usr/include/vtk-5.8/vtkAbstractMapper3D.h + /usr/include/vtk-5.8/vtkActor.h + /usr/include/vtk-5.8/vtkActor2D.h + /usr/include/vtk-5.8/vtkActorCollection.h + /usr/include/vtk-5.8/vtkAlgorithm.h + /usr/include/vtk-5.8/vtkAlgorithmOutput.h + /usr/include/vtk-5.8/vtkAppendPolyData.h + /usr/include/vtk-5.8/vtkArrayIterator.h + /usr/include/vtk-5.8/vtkArrayIteratorTemplate.h + /usr/include/vtk-5.8/vtkArrayIteratorTemplate.txx + /usr/include/vtk-5.8/vtkArrayIteratorTemplateImplicit.txx + /usr/include/vtk-5.8/vtkCell.h + /usr/include/vtk-5.8/vtkCellArray.h + /usr/include/vtk-5.8/vtkCellData.h + /usr/include/vtk-5.8/vtkCellLinks.h + /usr/include/vtk-5.8/vtkCellType.h + /usr/include/vtk-5.8/vtkCellTypes.h + /usr/include/vtk-5.8/vtkCollection.h + /usr/include/vtk-5.8/vtkCommand.h + /usr/include/vtk-5.8/vtkCommonInformationKeyManager.h + /usr/include/vtk-5.8/vtkConfigure.h + /usr/include/vtk-5.8/vtkCoordinate.h + /usr/include/vtk-5.8/vtkDataArray.h + /usr/include/vtk-5.8/vtkDataArrayTemplate.h + /usr/include/vtk-5.8/vtkDataArrayTemplate.txx + /usr/include/vtk-5.8/vtkDataArrayTemplateImplicit.txx + /usr/include/vtk-5.8/vtkDataObject.h + /usr/include/vtk-5.8/vtkDataSet.h + /usr/include/vtk-5.8/vtkDataSetAttributes.h + /usr/include/vtk-5.8/vtkDataSetMapper.h + /usr/include/vtk-5.8/vtkDataSetSurfaceFilter.h + /usr/include/vtk-5.8/vtkDebugLeaksManager.h + /usr/include/vtk-5.8/vtkFieldData.h + /usr/include/vtk-5.8/vtkFloatArray.h + /usr/include/vtk-5.8/vtkFollower.h + /usr/include/vtk-5.8/vtkIOStream.h + /usr/include/vtk-5.8/vtkIOStreamFwd.h + /usr/include/vtk-5.8/vtkIdList.h + /usr/include/vtk-5.8/vtkIdTypeArray.h + /usr/include/vtk-5.8/vtkImageAlgorithm.h + /usr/include/vtk-5.8/vtkIndent.h + /usr/include/vtk-5.8/vtkInformation.h + /usr/include/vtk-5.8/vtkInformationDoubleVectorKey.h + /usr/include/vtk-5.8/vtkInformationInformationVectorKey.h + /usr/include/vtk-5.8/vtkInformationKey.h + /usr/include/vtk-5.8/vtkInformationVector.h + /usr/include/vtk-5.8/vtkIntArray.h + /usr/include/vtk-5.8/vtkInteractorObserver.h + /usr/include/vtk-5.8/vtkInteractorStyle.h + /usr/include/vtk-5.8/vtkInteractorStyleRubberBandPick.h + /usr/include/vtk-5.8/vtkInteractorStyleTrackballCamera.h + /usr/include/vtk-5.8/vtkLODActor.h + /usr/include/vtk-5.8/vtkLeaderActor2D.h + /usr/include/vtk-5.8/vtkLineSource.h + /usr/include/vtk-5.8/vtkMapper.h + /usr/include/vtk-5.8/vtkMath.h + /usr/include/vtk-5.8/vtkMatrix4x4.h + /usr/include/vtk-5.8/vtkOStrStreamWrapper.h + /usr/include/vtk-5.8/vtkOStreamWrapper.h + /usr/include/vtk-5.8/vtkObject.h + /usr/include/vtk-5.8/vtkObjectBase.h + /usr/include/vtk-5.8/vtkObjectFactory.h + /usr/include/vtk-5.8/vtkPointData.h + /usr/include/vtk-5.8/vtkPointSet.h + /usr/include/vtk-5.8/vtkPoints.h + /usr/include/vtk-5.8/vtkPolyData.h + /usr/include/vtk-5.8/vtkPolyDataAlgorithm.h + /usr/include/vtk-5.8/vtkPolyDataMapper.h + /usr/include/vtk-5.8/vtkPolyLine.h + /usr/include/vtk-5.8/vtkPolygon.h + /usr/include/vtk-5.8/vtkPolynomialSolversUnivariate.h + /usr/include/vtk-5.8/vtkProp.h + /usr/include/vtk-5.8/vtkProp3D.h + /usr/include/vtk-5.8/vtkPropCollection.h + /usr/include/vtk-5.8/vtkProperty.h + /usr/include/vtk-5.8/vtkProperty2D.h + /usr/include/vtk-5.8/vtkRenderer.h + /usr/include/vtk-5.8/vtkRendererCollection.h + /usr/include/vtk-5.8/vtkScalarsToColors.h + /usr/include/vtk-5.8/vtkSetGet.h + /usr/include/vtk-5.8/vtkSmartPointer.h + /usr/include/vtk-5.8/vtkSmartPointerBase.h + /usr/include/vtk-5.8/vtkSortDataArray.h + /usr/include/vtk-5.8/vtkSphereSource.h + /usr/include/vtk-5.8/vtkStdString.h + /usr/include/vtk-5.8/vtkSystemIncludes.h + /usr/include/vtk-5.8/vtkTextProperty.h + /usr/include/vtk-5.8/vtkTexture.h + /usr/include/vtk-5.8/vtkTimeStamp.h + /usr/include/vtk-5.8/vtkType.h + /usr/include/vtk-5.8/vtkTypeTraits.h + /usr/include/vtk-5.8/vtkUnicodeString.h + /usr/include/vtk-5.8/vtkUnsignedCharArray.h + /usr/include/vtk-5.8/vtkUnstructuredGrid.h + /usr/include/vtk-5.8/vtkVariant.h + /usr/include/vtk-5.8/vtkVariantInlineOperators.h + /usr/include/vtk-5.8/vtkVectorText.h + /usr/include/vtk-5.8/vtkVersion.h + /usr/include/vtk-5.8/vtkViewport.h + /usr/include/vtk-5.8/vtkVolume.h + /usr/include/vtk-5.8/vtkVolumeCollection.h + /usr/include/vtk-5.8/vtkWeakPointerBase.h + /usr/include/vtk-5.8/vtkWin32Header.h + /usr/include/vtk-5.8/vtkstd/algorithm + /usr/include/vtk-5.8/vtkstd/exception + /usr/include/vtk-5.8/vtkstd/map + /usr/include/vtk-5.8/vtkstd/new + /usr/include/vtk-5.8/vtkstd/string + /usr/include/vtk-5.8/vtkstd/utility + /usr/include/vtk-5.8/vtkstd/vector + /usr/include/vtk-5.8/vtksys/DateStamp.h + /usr/local/include/pcl-1.8/pcl/ModelCoefficients.h + /usr/local/include/pcl-1.8/pcl/PCLHeader.h + /usr/local/include/pcl-1.8/pcl/PCLImage.h + /usr/local/include/pcl-1.8/pcl/PCLPointCloud2.h + /usr/local/include/pcl-1.8/pcl/PCLPointField.h + /usr/local/include/pcl-1.8/pcl/PointIndices.h + /usr/local/include/pcl-1.8/pcl/PolygonMesh.h + /usr/local/include/pcl-1.8/pcl/TextureMesh.h + /usr/local/include/pcl-1.8/pcl/Vertices.h + /usr/local/include/pcl-1.8/pcl/cloud_iterator.h + /usr/local/include/pcl-1.8/pcl/common/centroid.h + /usr/local/include/pcl-1.8/pcl/common/colors.h + /usr/local/include/pcl-1.8/pcl/common/common.h + /usr/local/include/pcl-1.8/pcl/common/concatenate.h + /usr/local/include/pcl-1.8/pcl/common/copy_point.h + /usr/local/include/pcl-1.8/pcl/common/distances.h + /usr/local/include/pcl-1.8/pcl/common/eigen.h + /usr/local/include/pcl-1.8/pcl/common/geometry.h + /usr/local/include/pcl-1.8/pcl/common/impl/accumulators.hpp + /usr/local/include/pcl-1.8/pcl/common/impl/centroid.hpp + /usr/local/include/pcl-1.8/pcl/common/impl/common.hpp + /usr/local/include/pcl-1.8/pcl/common/impl/copy_point.hpp + /usr/local/include/pcl-1.8/pcl/common/impl/eigen.hpp + /usr/local/include/pcl-1.8/pcl/common/impl/io.hpp + /usr/local/include/pcl-1.8/pcl/common/impl/projection_matrix.hpp + /usr/local/include/pcl-1.8/pcl/common/impl/transforms.hpp + /usr/local/include/pcl-1.8/pcl/common/io.h + /usr/local/include/pcl-1.8/pcl/common/point_operators.h + /usr/local/include/pcl-1.8/pcl/common/point_tests.h + /usr/local/include/pcl-1.8/pcl/common/projection_matrix.h + /usr/local/include/pcl-1.8/pcl/common/time.h + /usr/local/include/pcl-1.8/pcl/common/transforms.h + /usr/local/include/pcl-1.8/pcl/console/parse.h + /usr/local/include/pcl-1.8/pcl/console/print.h + /usr/local/include/pcl-1.8/pcl/conversions.h + /usr/local/include/pcl-1.8/pcl/correspondence.h + /usr/local/include/pcl-1.8/pcl/exceptions.h + /usr/local/include/pcl-1.8/pcl/features/feature.h + /usr/local/include/pcl-1.8/pcl/features/impl/feature.hpp + /usr/local/include/pcl-1.8/pcl/features/impl/normal_3d.hpp + /usr/local/include/pcl-1.8/pcl/features/normal_3d.h + /usr/local/include/pcl-1.8/pcl/filters/boost.h + /usr/local/include/pcl-1.8/pcl/filters/extract_indices.h + /usr/local/include/pcl-1.8/pcl/filters/filter.h + /usr/local/include/pcl-1.8/pcl/filters/filter_indices.h + /usr/local/include/pcl-1.8/pcl/filters/impl/extract_indices.hpp + /usr/local/include/pcl-1.8/pcl/filters/impl/filter.hpp + /usr/local/include/pcl-1.8/pcl/filters/impl/filter_indices.hpp + /usr/local/include/pcl-1.8/pcl/for_each_type.h + /usr/local/include/pcl-1.8/pcl/geometry/planar_polygon.h + /usr/local/include/pcl-1.8/pcl/impl/cloud_iterator.hpp + /usr/local/include/pcl-1.8/pcl/impl/instantiate.hpp + /usr/local/include/pcl-1.8/pcl/impl/pcl_base.hpp + /usr/local/include/pcl-1.8/pcl/impl/point_types.hpp + /usr/local/include/pcl-1.8/pcl/io/boost.h + /usr/local/include/pcl-1.8/pcl/io/file_io.h + /usr/local/include/pcl-1.8/pcl/io/impl/pcd_io.hpp + /usr/local/include/pcl-1.8/pcl/io/lzf.h + /usr/local/include/pcl-1.8/pcl/io/pcd_io.h + /usr/local/include/pcl-1.8/pcl/kdtree/flann.h + /usr/local/include/pcl-1.8/pcl/kdtree/impl/kdtree_flann.hpp + /usr/local/include/pcl-1.8/pcl/kdtree/kdtree.h + /usr/local/include/pcl-1.8/pcl/kdtree/kdtree_flann.h + /usr/local/include/pcl-1.8/pcl/octree/boost.h + /usr/local/include/pcl-1.8/pcl/octree/impl/octree2buf_base.hpp + /usr/local/include/pcl-1.8/pcl/octree/impl/octree_base.hpp + /usr/local/include/pcl-1.8/pcl/octree/impl/octree_iterator.hpp + /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud.hpp + /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_adjacency.hpp + /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_voxelcentroid.hpp + /usr/local/include/pcl-1.8/pcl/octree/impl/octree_search.hpp + /usr/local/include/pcl-1.8/pcl/octree/octree.h + /usr/local/include/pcl-1.8/pcl/octree/octree2buf_base.h + /usr/local/include/pcl-1.8/pcl/octree/octree_base.h + /usr/local/include/pcl-1.8/pcl/octree/octree_container.h + /usr/local/include/pcl-1.8/pcl/octree/octree_impl.h + /usr/local/include/pcl-1.8/pcl/octree/octree_iterator.h + /usr/local/include/pcl-1.8/pcl/octree/octree_key.h + /usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h + /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h + /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency.h + /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency_container.h + /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_changedetector.h + /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_density.h + /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_occupancy.h + /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_pointvector.h + /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_singlepoint.h + /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_voxelcentroid.h + /usr/local/include/pcl-1.8/pcl/octree/octree_search.h + /usr/local/include/pcl-1.8/pcl/pcl_base.h + /usr/local/include/pcl-1.8/pcl/pcl_config.h + /usr/local/include/pcl-1.8/pcl/pcl_exports.h + /usr/local/include/pcl-1.8/pcl/pcl_macros.h + /usr/local/include/pcl-1.8/pcl/point_cloud.h + /usr/local/include/pcl-1.8/pcl/point_representation.h + /usr/local/include/pcl-1.8/pcl/point_traits.h + /usr/local/include/pcl-1.8/pcl/point_types.h + /usr/local/include/pcl-1.8/pcl/register_point_struct.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/boost.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/eigen.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/lmeds.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/mlesac.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/msac.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/prosac.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/ransac.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rmsac.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rransac.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle3d.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cone.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cylinder.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_line.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_parallel_plane.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_plane.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_sphere.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_line.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_plane.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_perpendicular_plane.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_plane.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_sphere.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_stick.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/lmeds.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/method_types.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/mlesac.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/model_types.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/msac.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/prosac.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/ransac.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/rmsac.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/rransac.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle3d.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cone.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cylinder.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_line.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_parallel_plane.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_plane.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_sphere.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_line.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_plane.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_perpendicular_plane.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_plane.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_sphere.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_stick.h + /usr/local/include/pcl-1.8/pcl/search/impl/kdtree.hpp + /usr/local/include/pcl-1.8/pcl/search/impl/organized.hpp + /usr/local/include/pcl-1.8/pcl/search/impl/search.hpp + /usr/local/include/pcl-1.8/pcl/search/kdtree.h + /usr/local/include/pcl-1.8/pcl/search/octree.h + /usr/local/include/pcl-1.8/pcl/search/organized.h + /usr/local/include/pcl-1.8/pcl/search/pcl_search.h + /usr/local/include/pcl-1.8/pcl/search/search.h + /usr/local/include/pcl-1.8/pcl/segmentation/boost.h + /usr/local/include/pcl-1.8/pcl/segmentation/extract_polygonal_prism_data.h + /usr/local/include/pcl-1.8/pcl/segmentation/impl/extract_polygonal_prism_data.hpp + /usr/local/include/pcl-1.8/pcl/segmentation/impl/lccp_segmentation.hpp + /usr/local/include/pcl-1.8/pcl/segmentation/impl/sac_segmentation.hpp + /usr/local/include/pcl-1.8/pcl/segmentation/impl/supervoxel_clustering.hpp + /usr/local/include/pcl-1.8/pcl/segmentation/lccp_segmentation.h + /usr/local/include/pcl-1.8/pcl/segmentation/sac_segmentation.h + /usr/local/include/pcl-1.8/pcl/segmentation/supervoxel_clustering.h + /usr/local/include/pcl-1.8/pcl/surface/boost.h + /usr/local/include/pcl-1.8/pcl/surface/convex_hull.h + /usr/local/include/pcl-1.8/pcl/surface/impl/convex_hull.hpp + /usr/local/include/pcl-1.8/pcl/surface/impl/reconstruction.hpp + /usr/local/include/pcl-1.8/pcl/surface/qhull.h + /usr/local/include/pcl-1.8/pcl/surface/reconstruction.h + /usr/local/include/pcl-1.8/pcl/visualization/area_picking_event.h + /usr/local/include/pcl-1.8/pcl/visualization/boost.h + /usr/local/include/pcl-1.8/pcl/visualization/common/actor_map.h + /usr/local/include/pcl-1.8/pcl/visualization/common/common.h + /usr/local/include/pcl-1.8/pcl/visualization/common/impl/common.hpp + /usr/local/include/pcl-1.8/pcl/visualization/common/impl/shapes.hpp + /usr/local/include/pcl-1.8/pcl/visualization/common/ren_win_interact_map.h + /usr/local/include/pcl-1.8/pcl/visualization/common/shapes.h + /usr/local/include/pcl-1.8/pcl/visualization/eigen.h + /usr/local/include/pcl-1.8/pcl/visualization/impl/pcl_visualizer.hpp + /usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_color_handlers.hpp + /usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_geometry_handlers.hpp + /usr/local/include/pcl-1.8/pcl/visualization/interactor_style.h + /usr/local/include/pcl-1.8/pcl/visualization/keyboard_event.h + /usr/local/include/pcl-1.8/pcl/visualization/mouse_event.h + /usr/local/include/pcl-1.8/pcl/visualization/pcl_visualizer.h + /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_color_handlers.h + /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_geometry_handlers.h + /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_handlers.h + /usr/local/include/pcl-1.8/pcl/visualization/point_picking_event.h diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/depend.make b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/depend.make new file mode 100644 index 0000000..160d7ab --- /dev/null +++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/depend.make @@ -0,0 +1,528 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: ../src/tos_supervoxels.cpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: ../src/tos_supervoxels.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/Cholesky +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/Core +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/Dense +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/Eigen2Support +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/Eigenvalues +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/Geometry +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/Householder +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/Jacobi +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/LU +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/QR +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/SVD +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/StdVector +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Cholesky/LDLT.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Cholesky/LLT.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Cholesky/LLT_MKL.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Array.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/ArrayBase.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/ArrayWrapper.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Assign.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Assign_MKL.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/BandMatrix.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Block.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/BooleanRedux.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/CommaInitializer.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/CoreIterators.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/CwiseUnaryView.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/DenseBase.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/DenseStorage.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Diagonal.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/DiagonalMatrix.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/DiagonalProduct.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Dot.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/EigenBase.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Flagged.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Functors.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Fuzzy.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/GeneralProduct.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/GlobalFunctions.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/IO.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Map.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/MapBase.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/MathFunctions.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Matrix.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/MatrixBase.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/NestByValue.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/NoAlias.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/NumTraits.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/PermutationMatrix.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/ProductBase.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Random.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Redux.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Ref.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Replicate.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/ReturnByValue.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Reverse.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Select.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/SelfAdjointView.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/SolveTriangular.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/StableNorm.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Stride.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Swap.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Transpose.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Transpositions.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/TriangularMatrix.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/VectorBlock.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/Visitor.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/arch/Default/Settings.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/CoeffBasedProduct.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_MKL.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_MKL.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/Parallelizer.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_MKL.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_MKL.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_MKL.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_MKL.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_MKL.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/util/BlasUtil.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/util/Constants.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/util/MKL_support.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/util/Macros.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/util/Memory.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/util/Meta.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Core/util/XprHelper.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Block.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Cwise.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/CwiseOperators.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AlignedBox.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/All.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AngleAxis.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Hyperplane.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Quaternion.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Rotation2D.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/RotationBase.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Scaling.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Transform.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Translation.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/LU.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Lazy.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Macros.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/MathFunctions.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Memory.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Meta.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Minor.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/QR.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/SVD.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/TriangularSolver.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigen2Support/VectorBlock.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/./ComplexSchur.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/./HessenbergDecomposition.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/./RealQZ.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/./RealSchur.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/./Tridiagonalization.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_MKL.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur_MKL.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_MKL.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/AlignedBox.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/AngleAxis.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/EulerAngles.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/Homogeneous.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/Hyperplane.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/OrthoMethods.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/Quaternion.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/Rotation2D.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/RotationBase.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/Scaling.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/Transform.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/Translation.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/Umeyama.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Geometry/arch/Geometry_SSE.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Householder/BlockHouseholder.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Householder/Householder.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Householder/HouseholderSequence.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/Jacobi/Jacobi.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/LU/Determinant.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/LU/FullPivLU.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/LU/Inverse.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/LU/PartialPivLU.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/LU/PartialPivLU_MKL.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/LU/arch/Inverse_SSE.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_MKL.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/QR/HouseholderQR.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/QR/HouseholderQR_MKL.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/SVD/JacobiSVD.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/SVD/JacobiSVD_MKL.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/StlSupport/StdVector.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/StlSupport/details.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/misc/Image.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/misc/Kernel.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/misc/Solve.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/plugins/BlockMethods.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/NonLinearOptimization +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/NumericalDiff +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkABI.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkAbstractArray.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkAbstractMapper.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkAbstractMapper3D.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkActor.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkActor2D.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkActorCollection.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkAlgorithm.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkAlgorithmOutput.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkAppendPolyData.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkArrayIterator.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkArrayIteratorTemplate.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkArrayIteratorTemplate.txx +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkArrayIteratorTemplateImplicit.txx +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkCell.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkCellArray.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkCellData.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkCellLinks.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkCellType.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkCellTypes.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkCollection.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkCommand.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkCommonInformationKeyManager.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkConfigure.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkCoordinate.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkDataArray.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkDataArrayTemplate.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkDataArrayTemplate.txx +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkDataArrayTemplateImplicit.txx +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkDataObject.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkDataSet.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkDataSetAttributes.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkDataSetMapper.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkDataSetSurfaceFilter.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkDebugLeaksManager.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkFieldData.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkFloatArray.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkFollower.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkIOStream.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkIOStreamFwd.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkIdList.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkIdTypeArray.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkImageAlgorithm.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkIndent.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkInformation.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkInformationDoubleVectorKey.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkInformationInformationVectorKey.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkInformationKey.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkInformationVector.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkIntArray.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkInteractorObserver.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkInteractorStyle.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkInteractorStyleRubberBandPick.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkInteractorStyleTrackballCamera.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkLODActor.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkLeaderActor2D.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkLineSource.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkMapper.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkMath.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkMatrix4x4.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkOStrStreamWrapper.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkOStreamWrapper.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkObject.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkObjectBase.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkObjectFactory.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkPointData.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkPointSet.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkPoints.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkPolyData.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkPolyDataAlgorithm.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkPolyDataMapper.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkPolyLine.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkPolygon.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkPolynomialSolversUnivariate.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkProp.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkProp3D.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkPropCollection.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkProperty.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkProperty2D.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkRenderer.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkRendererCollection.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkScalarsToColors.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkSetGet.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkSmartPointer.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkSmartPointerBase.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkSortDataArray.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkSphereSource.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkStdString.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkSystemIncludes.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkTextProperty.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkTexture.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkTimeStamp.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkType.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkTypeTraits.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkUnicodeString.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkUnsignedCharArray.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkUnstructuredGrid.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkVariant.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkVariantInlineOperators.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkVectorText.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkVersion.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkViewport.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkVolume.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkVolumeCollection.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkWeakPointerBase.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkWin32Header.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkstd/algorithm +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkstd/exception +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkstd/map +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkstd/new +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkstd/string +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkstd/utility +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtkstd/vector +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/include/vtk-5.8/vtksys/DateStamp.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/ModelCoefficients.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/PCLHeader.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/PCLImage.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/PCLPointCloud2.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/PCLPointField.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/PointIndices.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/PolygonMesh.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/TextureMesh.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/Vertices.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/cloud_iterator.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/centroid.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/colors.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/common.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/concatenate.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/copy_point.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/distances.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/eigen.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/geometry.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/impl/accumulators.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/impl/centroid.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/impl/common.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/impl/copy_point.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/impl/eigen.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/impl/io.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/impl/projection_matrix.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/impl/transforms.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/io.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/point_operators.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/point_tests.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/projection_matrix.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/time.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/common/transforms.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/console/parse.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/console/print.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/conversions.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/correspondence.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/exceptions.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/features/feature.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/features/impl/feature.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/features/impl/normal_3d.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/features/normal_3d.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/filters/boost.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/filters/extract_indices.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/filters/filter.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/filters/filter_indices.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/filters/impl/extract_indices.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/filters/impl/filter.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/filters/impl/filter_indices.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/for_each_type.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/geometry/planar_polygon.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/impl/cloud_iterator.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/impl/instantiate.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/impl/pcl_base.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/impl/point_types.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/io/boost.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/io/file_io.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/io/impl/pcd_io.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/io/lzf.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/io/pcd_io.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/kdtree/flann.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/kdtree/impl/kdtree_flann.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/kdtree/kdtree.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/kdtree/kdtree_flann.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/boost.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree2buf_base.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_base.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_iterator.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_adjacency.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_voxelcentroid.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_search.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree2buf_base.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_base.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_container.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_impl.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_iterator.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_key.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency_container.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_changedetector.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_density.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_occupancy.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_pointvector.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_singlepoint.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_voxelcentroid.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/octree/octree_search.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/pcl_base.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/pcl_config.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/pcl_exports.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/pcl_macros.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/point_cloud.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/point_representation.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/point_traits.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/point_types.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/register_point_struct.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/boost.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/eigen.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/lmeds.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/mlesac.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/msac.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/prosac.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/ransac.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rmsac.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rransac.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle3d.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cone.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cylinder.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_line.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_parallel_plane.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_plane.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_sphere.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_line.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_plane.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_perpendicular_plane.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_plane.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_sphere.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_stick.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/lmeds.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/method_types.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/mlesac.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/model_types.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/msac.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/prosac.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/ransac.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/rmsac.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/rransac.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle3d.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cone.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cylinder.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_line.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_parallel_plane.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_plane.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_sphere.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_line.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_plane.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_perpendicular_plane.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_plane.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_sphere.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_stick.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/search/impl/kdtree.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/search/impl/organized.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/search/impl/search.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/search/kdtree.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/search/octree.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/search/organized.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/search/pcl_search.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/search/search.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/segmentation/boost.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/segmentation/extract_polygonal_prism_data.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/segmentation/impl/extract_polygonal_prism_data.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/segmentation/impl/lccp_segmentation.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/segmentation/impl/sac_segmentation.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/segmentation/impl/supervoxel_clustering.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/segmentation/lccp_segmentation.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/segmentation/sac_segmentation.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/segmentation/supervoxel_clustering.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/surface/boost.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/surface/convex_hull.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/surface/impl/convex_hull.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/surface/impl/reconstruction.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/surface/qhull.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/surface/reconstruction.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/area_picking_event.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/boost.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/common/actor_map.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/common/common.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/common/impl/common.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/common/impl/shapes.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/common/ren_win_interact_map.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/common/shapes.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/eigen.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/impl/pcl_visualizer.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_color_handlers.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_geometry_handlers.hpp +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/interactor_style.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/keyboard_event.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/mouse_event.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/pcl_visualizer.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_color_handlers.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_geometry_handlers.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_handlers.h +src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o: /usr/local/include/pcl-1.8/pcl/visualization/point_picking_event.h + diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/flags.make b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/flags.make new file mode 100644 index 0000000..c197189 --- /dev/null +++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/flags.make @@ -0,0 +1,8 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -Wno-deprecated -O3 -fPIC -I/usr/include/vtk-5.8 -I/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/. -I/usr/local/include/pcl-1.8 -I/usr/include/eigen3 -I/usr/include/ni -I/usr/include/openni2 + +CXX_DEFINES = -DDISABLE_DAVIDSDK -DDISABLE_DSSDK -DDISABLE_ENSENSO -DDISABLE_LIBUSB_1_0 -DDISABLE_PCAP -DDISABLE_PNG -DDISABLE_RSSDK -DEIGEN_USE_NEW_STDVECTOR -DEIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET -DFLANN_STATIC -Dqh_QHpointer -Dtos_supervoxels_EXPORTS + diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/link.txt b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/link.txt new file mode 100644 index 0000000..7c78def --- /dev/null +++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -fPIC -Wno-deprecated -O3 -shared -Wl,-soname,libtos_supervoxels.so -o ../../lib/libtos_supervoxels.so CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o -L/usr/local/lib -lboost_system -lboost_filesystem -lboost_thread -lboost_date_time -lboost_iostreams -lboost_serialization -lboost_chrono -lpthread /usr/local/lib/libpcl_common.so -Wl,-Bstatic -lflann_cpp_s -Wl,-Bdynamic /usr/local/lib/libpcl_kdtree.so /usr/local/lib/libpcl_octree.so /usr/local/lib/libpcl_search.so /usr/local/lib/libpcl_sample_consensus.so /usr/local/lib/libpcl_filters.so -lOpenNI -lOpenNI2 /usr/lib/libvtkCommon.so.5.8.0 /usr/lib/libvtkFiltering.so.5.8.0 /usr/lib/libvtkImaging.so.5.8.0 /usr/lib/libvtkGraphics.so.5.8.0 /usr/lib/libvtkGenericFiltering.so.5.8.0 /usr/lib/libvtkIO.so.5.8.0 /usr/lib/libvtkRendering.so.5.8.0 /usr/lib/libvtkVolumeRendering.so.5.8.0 /usr/lib/libvtkHybrid.so.5.8.0 /usr/lib/libvtkWidgets.so.5.8.0 /usr/lib/libvtkParallel.so.5.8.0 /usr/lib/libvtkInfovis.so.5.8.0 /usr/lib/libvtkGeovis.so.5.8.0 /usr/lib/libvtkViews.so.5.8.0 /usr/lib/libvtkCharts.so.5.8.0 /usr/local/lib/libpcl_io.so /usr/local/lib/libpcl_features.so /usr/local/lib/libpcl_visualization.so /usr/local/lib/libpcl_ml.so /usr/local/lib/libpcl_segmentation.so /usr/local/lib/libpcl_people.so /usr/local/lib/libpcl_registration.so /usr/local/lib/libpcl_keypoints.so /usr/local/lib/libpcl_outofcore.so /usr/local/lib/libpcl_stereo.so -lqhull /usr/local/lib/libpcl_surface.so /usr/local/lib/libpcl_recognition.so /usr/local/lib/libpcl_tracking.so -lboost_system -lboost_filesystem -lboost_thread -lboost_date_time -lboost_iostreams -lboost_serialization -lboost_chrono -lpthread -lqhull -lOpenNI -lOpenNI2 -Wl,-Bstatic -lflann_cpp_s -Wl,-Bdynamic /usr/lib/libvtkCommon.so.5.8.0 /usr/lib/libvtkFiltering.so.5.8.0 /usr/lib/libvtkImaging.so.5.8.0 /usr/lib/libvtkGraphics.so.5.8.0 /usr/lib/libvtkGenericFiltering.so.5.8.0 /usr/lib/libvtkIO.so.5.8.0 /usr/lib/libvtkRendering.so.5.8.0 /usr/lib/libvtkVolumeRendering.so.5.8.0 /usr/lib/libvtkHybrid.so.5.8.0 /usr/lib/libvtkWidgets.so.5.8.0 /usr/lib/libvtkParallel.so.5.8.0 /usr/lib/libvtkInfovis.so.5.8.0 /usr/lib/libvtkGeovis.so.5.8.0 /usr/lib/libvtkViews.so.5.8.0 /usr/lib/libvtkCharts.so.5.8.0 /usr/local/lib/libpcl_common.so /usr/local/lib/libpcl_kdtree.so /usr/local/lib/libpcl_octree.so /usr/local/lib/libpcl_search.so /usr/local/lib/libpcl_sample_consensus.so /usr/local/lib/libpcl_filters.so /usr/local/lib/libpcl_io.so /usr/local/lib/libpcl_features.so /usr/local/lib/libpcl_visualization.so /usr/local/lib/libpcl_ml.so /usr/local/lib/libpcl_segmentation.so /usr/local/lib/libpcl_people.so /usr/local/lib/libpcl_registration.so /usr/local/lib/libpcl_keypoints.so /usr/local/lib/libpcl_outofcore.so /usr/local/lib/libpcl_stereo.so /usr/local/lib/libpcl_surface.so /usr/local/lib/libpcl_recognition.so /usr/local/lib/libpcl_tracking.so /usr/lib/libvtkViews.so.5.8.0 /usr/lib/libvtkInfovis.so.5.8.0 /usr/lib/libvtkWidgets.so.5.8.0 /usr/lib/libvtkVolumeRendering.so.5.8.0 /usr/lib/libvtkHybrid.so.5.8.0 /usr/lib/libvtkParallel.so.5.8.0 /usr/lib/libvtkRendering.so.5.8.0 /usr/lib/libvtkImaging.so.5.8.0 /usr/lib/libvtkGraphics.so.5.8.0 /usr/lib/libvtkIO.so.5.8.0 /usr/lib/libvtkFiltering.so.5.8.0 /usr/lib/libvtkCommon.so.5.8.0 -lm /usr/lib/libvtksys.so.5.8.0 -ldl -Wl,-rpath,/usr/local/lib: diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/progress.make b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/progress.make new file mode 100644 index 0000000..781c7de --- /dev/null +++ b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 1 + diff --git a/trunk/build/src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o new file mode 100644 index 0000000000000000000000000000000000000000..606b530cc4efc6db13486cbaaf51d2e7047e5af7 GIT binary patch literal 356880 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 X|5fup7hIpo?-?FKx)@ygTGRg<|Gj9{ literal 0 HcmV?d00001 diff --git a/trunk/build/src/Makefile b/trunk/build/src/Makefile new file mode 100644 index 0000000..1ea8206 --- /dev/null +++ b/trunk/build/src/Makefile @@ -0,0 +1,203 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The program to use to edit the cache. +CMAKE_EDIT_COMMAND = /usr/bin/ccmake + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: install/local +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: install/strip +.PHONY : install/strip/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/CMakeFiles/progress.marks + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +src/CMakeFiles/tos_supervoxels.dir/rule: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/CMakeFiles/tos_supervoxels.dir/rule +.PHONY : src/CMakeFiles/tos_supervoxels.dir/rule + +# Convenience name for target. +tos_supervoxels: src/CMakeFiles/tos_supervoxels.dir/rule +.PHONY : tos_supervoxels + +# fast build rule for target. +tos_supervoxels/fast: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/build +.PHONY : tos_supervoxels/fast + +# target to build an object file +tos_supervoxels.o: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o +.PHONY : tos_supervoxels.o + +# target to preprocess a source file +tos_supervoxels.i: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.i +.PHONY : tos_supervoxels.i + +# target to generate assembly for a file +tos_supervoxels.s: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/CMakeFiles/tos_supervoxels.dir/build.make src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.s +.PHONY : tos_supervoxels.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... tos_supervoxels" + @echo "... tos_supervoxels.o" + @echo "... tos_supervoxels.i" + @echo "... tos_supervoxels.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/trunk/build/src/cmake_install.cmake b/trunk/build/src/cmake_install.cmake new file mode 100644 index 0000000..7ff76a9 --- /dev/null +++ b/trunk/build/src/cmake_install.cmake @@ -0,0 +1,74 @@ +# Install script for directory: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src + +# Set the install prefix +IF(NOT DEFINED CMAKE_INSTALL_PREFIX) + SET(CMAKE_INSTALL_PREFIX "/usr/local") +ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) +STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + IF(BUILD_TYPE) + STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + ELSE(BUILD_TYPE) + SET(CMAKE_INSTALL_CONFIG_NAME "RELEASE") + ENDIF(BUILD_TYPE) + MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + +# Set the component getting installed. +IF(NOT CMAKE_INSTALL_COMPONENT) + IF(COMPONENT) + MESSAGE(STATUS "Install component: \"${COMPONENT}\"") + SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + ELSE(COMPONENT) + SET(CMAKE_INSTALL_COMPONENT) + ENDIF(COMPONENT) +ENDIF(NOT CMAKE_INSTALL_COMPONENT) + +# Install shared libraries without execute permission? +IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + SET(CMAKE_INSTALL_SO_NO_EXE "1") +ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + +IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") + IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/iridrivers/libtos_supervoxels.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/iridrivers/libtos_supervoxels.so") + FILE(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/iridrivers/libtos_supervoxels.so" + RPATH "") + ENDIF() + FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/iridrivers" TYPE SHARED_LIBRARY FILES "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/lib/libtos_supervoxels.so") + IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/iridrivers/libtos_supervoxels.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/iridrivers/libtos_supervoxels.so") + FILE(RPATH_REMOVE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/iridrivers/libtos_supervoxels.so") + IF(CMAKE_INSTALL_DO_STRIP) + EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/iridrivers/libtos_supervoxels.so") + ENDIF(CMAKE_INSTALL_DO_STRIP) + ENDIF() +ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") + +IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") + FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/iridrivers" TYPE FILE FILES "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/tos_supervoxels.h") +ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") + +IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") + list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES + "/usr/share/cmake-2.8/Modules/Findtos_supervoxels.cmake") + IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) + message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) + IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) + message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) +FILE(INSTALL DESTINATION "/usr/share/cmake-2.8/Modules" TYPE FILE FILES "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/../Findtos_supervoxels.cmake") +ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") + +IF(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + INCLUDE("/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples/cmake_install.cmake") + +ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY) + diff --git a/trunk/build/src/examples/CMakeFiles/CMakeDirectoryInformation.cmake b/trunk/build/src/examples/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..7dfd782 --- /dev/null +++ b/trunk/build/src/examples/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# Relative path conversion top directories. +SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk") +SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build") + +# Force unix paths in dependencies. +SET(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/trunk/build/src/examples/CMakeFiles/progress.marks b/trunk/build/src/examples/CMakeFiles/progress.marks new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/trunk/build/src/examples/CMakeFiles/progress.marks @@ -0,0 +1 @@ +2 diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/CXX.includecache b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/CXX.includecache new file mode 100644 index 0000000..ddcf118 --- /dev/null +++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/CXX.includecache @@ -0,0 +1,3780 @@ +#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +../src/./tos_supervoxels.h +pcl/point_cloud.h +- +pcl/point_types.h +- +pcl/console/parse.h +- +pcl/io/pcd_io.h +- +pcl/visualization/pcl_visualizer.h +- +pcl/segmentation/supervoxel_clustering.h +- +iostream +- +pcl/ModelCoefficients.h +- +pcl/sample_consensus/method_types.h +- +pcl/sample_consensus/model_types.h +- +pcl/segmentation/sac_segmentation.h +- +pcl/segmentation/lccp_segmentation.h +- +vtkPolyLine.h +- +pcl/sample_consensus/method_types.h +- +pcl/sample_consensus/model_types.h +- +pcl/segmentation/sac_segmentation.h +- +pcl/filters/extract_indices.h +- +pcl/surface/convex_hull.h +- +pcl/segmentation/extract_polygonal_prism_data.h +- + +/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/tos_supervoxels_test.cpp +tos_supervoxels.h +/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/tos_supervoxels.h +pcl/visualization/pcl_visualizer.h +- +pcl/console/parse.h +- +opencv2/imgproc/imgproc.hpp +/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/opencv2/imgproc/imgproc.hpp +opencv2/highgui/highgui.hpp +/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/opencv2/highgui/highgui.hpp +opencv2/core/core.hpp +/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/opencv2/core/core.hpp +pcl/kdtree/kdtree_flann.h +- + +/usr/include/eigen3/Eigen/Cholesky +Core +/usr/include/eigen3/Eigen/Core +src/Core/util/DisableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +src/misc/Solve.h +/usr/include/eigen3/Eigen/src/misc/Solve.h +src/Cholesky/LLT.h +/usr/include/eigen3/Eigen/src/Cholesky/LLT.h +src/Cholesky/LDLT.h +/usr/include/eigen3/Eigen/src/Cholesky/LDLT.h +src/Cholesky/LLT_MKL.h +/usr/include/eigen3/Eigen/src/Cholesky/LLT_MKL.h +src/Core/util/ReenableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h + +/usr/include/eigen3/Eigen/Core +src/Core/util/DisableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +src/Core/util/Macros.h +/usr/include/eigen3/Eigen/src/Core/util/Macros.h +complex +- +src/Core/util/MKL_support.h +/usr/include/eigen3/Eigen/src/Core/util/MKL_support.h +malloc.h +- +immintrin.h +- +emmintrin.h +- +xmmintrin.h +- +pmmintrin.h +- +tmmintrin.h +- +smmintrin.h +- +nmmintrin.h +- +altivec.h +- +arm_neon.h +- +omp.h +- +cerrno +- +cstddef +- +cstdlib +- +cmath +- +cassert +- +functional +- +iosfwd +- +cstring +- +string +- +limits +- +climits +- +algorithm +- +iostream +- +intrin.h +- +new +- +src/Core/util/Constants.h +/usr/include/eigen3/Eigen/src/Core/util/Constants.h +src/Core/util/ForwardDeclarations.h +/usr/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h +src/Core/util/Meta.h +/usr/include/eigen3/Eigen/src/Core/util/Meta.h +src/Core/util/StaticAssert.h +/usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h +src/Core/util/XprHelper.h +/usr/include/eigen3/Eigen/src/Core/util/XprHelper.h +src/Core/util/Memory.h +/usr/include/eigen3/Eigen/src/Core/util/Memory.h +src/Core/NumTraits.h +/usr/include/eigen3/Eigen/src/Core/NumTraits.h +src/Core/MathFunctions.h +/usr/include/eigen3/Eigen/src/Core/MathFunctions.h +src/Core/GenericPacketMath.h +/usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h +src/Core/arch/SSE/PacketMath.h +/usr/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h +src/Core/arch/SSE/MathFunctions.h +/usr/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h +src/Core/arch/SSE/Complex.h +/usr/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h +src/Core/arch/AltiVec/PacketMath.h +/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h +src/Core/arch/AltiVec/Complex.h +/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h +src/Core/arch/NEON/PacketMath.h +/usr/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h +src/Core/arch/NEON/Complex.h +/usr/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h +src/Core/arch/Default/Settings.h +/usr/include/eigen3/Eigen/src/Core/arch/Default/Settings.h +src/Core/Functors.h +/usr/include/eigen3/Eigen/src/Core/Functors.h +src/Core/DenseCoeffsBase.h +/usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h +src/Core/DenseBase.h +/usr/include/eigen3/Eigen/src/Core/DenseBase.h +src/Core/MatrixBase.h +/usr/include/eigen3/Eigen/src/Core/MatrixBase.h +src/Core/EigenBase.h +/usr/include/eigen3/Eigen/src/Core/EigenBase.h +src/Core/Assign.h +/usr/include/eigen3/Eigen/src/Core/Assign.h +src/Core/util/BlasUtil.h +/usr/include/eigen3/Eigen/src/Core/util/BlasUtil.h +src/Core/DenseStorage.h +/usr/include/eigen3/Eigen/src/Core/DenseStorage.h +src/Core/NestByValue.h +/usr/include/eigen3/Eigen/src/Core/NestByValue.h +src/Core/ForceAlignedAccess.h +/usr/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h +src/Core/ReturnByValue.h +/usr/include/eigen3/Eigen/src/Core/ReturnByValue.h +src/Core/NoAlias.h +/usr/include/eigen3/Eigen/src/Core/NoAlias.h +src/Core/PlainObjectBase.h +/usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h +src/Core/Matrix.h +/usr/include/eigen3/Eigen/src/Core/Matrix.h +src/Core/Array.h +/usr/include/eigen3/Eigen/src/Core/Array.h +src/Core/CwiseBinaryOp.h +/usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h +src/Core/CwiseUnaryOp.h +/usr/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h +src/Core/CwiseNullaryOp.h +/usr/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h +src/Core/CwiseUnaryView.h +/usr/include/eigen3/Eigen/src/Core/CwiseUnaryView.h +src/Core/SelfCwiseBinaryOp.h +/usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h +src/Core/Dot.h +/usr/include/eigen3/Eigen/src/Core/Dot.h +src/Core/StableNorm.h +/usr/include/eigen3/Eigen/src/Core/StableNorm.h +src/Core/MapBase.h +/usr/include/eigen3/Eigen/src/Core/MapBase.h +src/Core/Stride.h +/usr/include/eigen3/Eigen/src/Core/Stride.h +src/Core/Map.h +/usr/include/eigen3/Eigen/src/Core/Map.h +src/Core/Block.h +/usr/include/eigen3/Eigen/src/Core/Block.h +src/Core/VectorBlock.h +/usr/include/eigen3/Eigen/src/Core/VectorBlock.h +src/Core/Ref.h +/usr/include/eigen3/Eigen/src/Core/Ref.h +src/Core/Transpose.h +/usr/include/eigen3/Eigen/src/Core/Transpose.h +src/Core/DiagonalMatrix.h +/usr/include/eigen3/Eigen/src/Core/DiagonalMatrix.h +src/Core/Diagonal.h +/usr/include/eigen3/Eigen/src/Core/Diagonal.h +src/Core/DiagonalProduct.h +/usr/include/eigen3/Eigen/src/Core/DiagonalProduct.h +src/Core/PermutationMatrix.h +/usr/include/eigen3/Eigen/src/Core/PermutationMatrix.h +src/Core/Transpositions.h +/usr/include/eigen3/Eigen/src/Core/Transpositions.h +src/Core/Redux.h +/usr/include/eigen3/Eigen/src/Core/Redux.h +src/Core/Visitor.h +/usr/include/eigen3/Eigen/src/Core/Visitor.h +src/Core/Fuzzy.h +/usr/include/eigen3/Eigen/src/Core/Fuzzy.h +src/Core/IO.h +/usr/include/eigen3/Eigen/src/Core/IO.h +src/Core/Swap.h +/usr/include/eigen3/Eigen/src/Core/Swap.h +src/Core/CommaInitializer.h +/usr/include/eigen3/Eigen/src/Core/CommaInitializer.h +src/Core/Flagged.h +/usr/include/eigen3/Eigen/src/Core/Flagged.h +src/Core/ProductBase.h +/usr/include/eigen3/Eigen/src/Core/ProductBase.h +src/Core/GeneralProduct.h +/usr/include/eigen3/Eigen/src/Core/GeneralProduct.h +src/Core/TriangularMatrix.h +/usr/include/eigen3/Eigen/src/Core/TriangularMatrix.h +src/Core/SelfAdjointView.h +/usr/include/eigen3/Eigen/src/Core/SelfAdjointView.h +src/Core/products/GeneralBlockPanelKernel.h +/usr/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h +src/Core/products/Parallelizer.h +/usr/include/eigen3/Eigen/src/Core/products/Parallelizer.h +src/Core/products/CoeffBasedProduct.h +/usr/include/eigen3/Eigen/src/Core/products/CoeffBasedProduct.h +src/Core/products/GeneralMatrixVector.h +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h +src/Core/products/GeneralMatrixMatrix.h +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h +src/Core/SolveTriangular.h +/usr/include/eigen3/Eigen/src/Core/SolveTriangular.h +src/Core/products/GeneralMatrixMatrixTriangular.h +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +src/Core/products/SelfadjointMatrixVector.h +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h +src/Core/products/SelfadjointMatrixMatrix.h +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +src/Core/products/SelfadjointProduct.h +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h +src/Core/products/SelfadjointRank2Update.h +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h +src/Core/products/TriangularMatrixVector.h +/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h +src/Core/products/TriangularMatrixMatrix.h +/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h +src/Core/products/TriangularSolverMatrix.h +/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h +src/Core/products/TriangularSolverVector.h +/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h +src/Core/BandMatrix.h +/usr/include/eigen3/Eigen/src/Core/BandMatrix.h +src/Core/CoreIterators.h +/usr/include/eigen3/Eigen/src/Core/CoreIterators.h +src/Core/BooleanRedux.h +/usr/include/eigen3/Eigen/src/Core/BooleanRedux.h +src/Core/Select.h +/usr/include/eigen3/Eigen/src/Core/Select.h +src/Core/VectorwiseOp.h +/usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h +src/Core/Random.h +/usr/include/eigen3/Eigen/src/Core/Random.h +src/Core/Replicate.h +/usr/include/eigen3/Eigen/src/Core/Replicate.h +src/Core/Reverse.h +/usr/include/eigen3/Eigen/src/Core/Reverse.h +src/Core/ArrayBase.h +/usr/include/eigen3/Eigen/src/Core/ArrayBase.h +src/Core/ArrayWrapper.h +/usr/include/eigen3/Eigen/src/Core/ArrayWrapper.h +src/Core/products/GeneralMatrixMatrix_MKL.h +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_MKL.h +src/Core/products/GeneralMatrixVector_MKL.h +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_MKL.h +src/Core/products/GeneralMatrixMatrixTriangular_MKL.h +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h +src/Core/products/SelfadjointMatrixMatrix_MKL.h +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_MKL.h +src/Core/products/SelfadjointMatrixVector_MKL.h +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_MKL.h +src/Core/products/TriangularMatrixMatrix_MKL.h +/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_MKL.h +src/Core/products/TriangularMatrixVector_MKL.h +/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_MKL.h +src/Core/products/TriangularSolverMatrix_MKL.h +/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_MKL.h +src/Core/Assign_MKL.h +/usr/include/eigen3/Eigen/src/Core/Assign_MKL.h +src/Core/GlobalFunctions.h +/usr/include/eigen3/Eigen/src/Core/GlobalFunctions.h +src/Core/util/ReenableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h +Eigen2Support +/usr/include/eigen3/Eigen/Eigen2Support + +/usr/include/eigen3/Eigen/Dense +Core +/usr/include/eigen3/Eigen/Core +LU +/usr/include/eigen3/Eigen/LU +Cholesky +/usr/include/eigen3/Eigen/Cholesky +QR +/usr/include/eigen3/Eigen/QR +SVD +/usr/include/eigen3/Eigen/SVD +Geometry +/usr/include/eigen3/Eigen/Geometry +Eigenvalues +/usr/include/eigen3/Eigen/Eigenvalues + +/usr/include/eigen3/Eigen/Eigen2Support +src/Core/util/DisableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +src/Eigen2Support/Macros.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Macros.h +src/Eigen2Support/Memory.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Memory.h +src/Eigen2Support/Meta.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Meta.h +src/Eigen2Support/Lazy.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Lazy.h +src/Eigen2Support/Cwise.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Cwise.h +src/Eigen2Support/CwiseOperators.h +/usr/include/eigen3/Eigen/src/Eigen2Support/CwiseOperators.h +src/Eigen2Support/TriangularSolver.h +/usr/include/eigen3/Eigen/src/Eigen2Support/TriangularSolver.h +src/Eigen2Support/Block.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Block.h +src/Eigen2Support/VectorBlock.h +/usr/include/eigen3/Eigen/src/Eigen2Support/VectorBlock.h +src/Eigen2Support/Minor.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Minor.h +src/Eigen2Support/MathFunctions.h +/usr/include/eigen3/Eigen/src/Eigen2Support/MathFunctions.h +src/Core/util/ReenableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h +iostream +- + +/usr/include/eigen3/Eigen/Eigenvalues +Core +/usr/include/eigen3/Eigen/Core +src/Core/util/DisableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +Cholesky +/usr/include/eigen3/Eigen/Cholesky +Jacobi +/usr/include/eigen3/Eigen/Jacobi +Householder +/usr/include/eigen3/Eigen/Householder +LU +/usr/include/eigen3/Eigen/LU +Geometry +/usr/include/eigen3/Eigen/Geometry +src/Eigenvalues/Tridiagonalization.h +/usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h +src/Eigenvalues/RealSchur.h +/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h +src/Eigenvalues/EigenSolver.h +/usr/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h +src/Eigenvalues/SelfAdjointEigenSolver.h +/usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +src/Eigenvalues/HessenbergDecomposition.h +/usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h +src/Eigenvalues/ComplexSchur.h +/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h +src/Eigenvalues/ComplexEigenSolver.h +/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h +src/Eigenvalues/RealQZ.h +/usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h +src/Eigenvalues/GeneralizedEigenSolver.h +/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +src/Eigenvalues/MatrixBaseEigenvalues.h +/usr/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h +src/Eigenvalues/RealSchur_MKL.h +/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur_MKL.h +src/Eigenvalues/ComplexSchur_MKL.h +/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_MKL.h +src/Eigenvalues/SelfAdjointEigenSolver_MKL.h +/usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_MKL.h +src/Core/util/ReenableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h + +/usr/include/eigen3/Eigen/Geometry +Core +/usr/include/eigen3/Eigen/Core +src/Core/util/DisableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +SVD +/usr/include/eigen3/Eigen/SVD +LU +/usr/include/eigen3/Eigen/LU +limits +- +src/Geometry/OrthoMethods.h +/usr/include/eigen3/Eigen/src/Geometry/OrthoMethods.h +src/Geometry/EulerAngles.h +/usr/include/eigen3/Eigen/src/Geometry/EulerAngles.h +src/Geometry/Homogeneous.h +/usr/include/eigen3/Eigen/src/Geometry/Homogeneous.h +src/Geometry/RotationBase.h +/usr/include/eigen3/Eigen/src/Geometry/RotationBase.h +src/Geometry/Rotation2D.h +/usr/include/eigen3/Eigen/src/Geometry/Rotation2D.h +src/Geometry/Quaternion.h +/usr/include/eigen3/Eigen/src/Geometry/Quaternion.h +src/Geometry/AngleAxis.h +/usr/include/eigen3/Eigen/src/Geometry/AngleAxis.h +src/Geometry/Transform.h +/usr/include/eigen3/Eigen/src/Geometry/Transform.h +src/Geometry/Translation.h +/usr/include/eigen3/Eigen/src/Geometry/Translation.h +src/Geometry/Scaling.h +/usr/include/eigen3/Eigen/src/Geometry/Scaling.h +src/Geometry/Hyperplane.h +/usr/include/eigen3/Eigen/src/Geometry/Hyperplane.h +src/Geometry/ParametrizedLine.h +/usr/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h +src/Geometry/AlignedBox.h +/usr/include/eigen3/Eigen/src/Geometry/AlignedBox.h +src/Geometry/Umeyama.h +/usr/include/eigen3/Eigen/src/Geometry/Umeyama.h +src/Geometry/arch/Geometry_SSE.h +/usr/include/eigen3/Eigen/src/Geometry/arch/Geometry_SSE.h +src/Eigen2Support/Geometry/All.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/All.h +src/Core/util/ReenableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h + +/usr/include/eigen3/Eigen/Householder +Core +/usr/include/eigen3/Eigen/Core +src/Core/util/DisableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +src/Householder/Householder.h +/usr/include/eigen3/Eigen/src/Householder/Householder.h +src/Householder/HouseholderSequence.h +/usr/include/eigen3/Eigen/src/Householder/HouseholderSequence.h +src/Householder/BlockHouseholder.h +/usr/include/eigen3/Eigen/src/Householder/BlockHouseholder.h +src/Core/util/ReenableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h + +/usr/include/eigen3/Eigen/Jacobi +Core +/usr/include/eigen3/Eigen/Core +src/Core/util/DisableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +src/Jacobi/Jacobi.h +/usr/include/eigen3/Eigen/src/Jacobi/Jacobi.h +src/Core/util/ReenableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h + +/usr/include/eigen3/Eigen/LU +Core +/usr/include/eigen3/Eigen/Core +src/Core/util/DisableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +src/misc/Solve.h +/usr/include/eigen3/Eigen/src/misc/Solve.h +src/misc/Kernel.h +/usr/include/eigen3/Eigen/src/misc/Kernel.h +src/misc/Image.h +/usr/include/eigen3/Eigen/src/misc/Image.h +src/LU/FullPivLU.h +/usr/include/eigen3/Eigen/src/LU/FullPivLU.h +src/LU/PartialPivLU.h +/usr/include/eigen3/Eigen/src/LU/PartialPivLU.h +src/LU/PartialPivLU_MKL.h +/usr/include/eigen3/Eigen/src/LU/PartialPivLU_MKL.h +src/LU/Determinant.h +/usr/include/eigen3/Eigen/src/LU/Determinant.h +src/LU/Inverse.h +/usr/include/eigen3/Eigen/src/LU/Inverse.h +src/LU/arch/Inverse_SSE.h +/usr/include/eigen3/Eigen/src/LU/arch/Inverse_SSE.h +src/Eigen2Support/LU.h +/usr/include/eigen3/Eigen/src/Eigen2Support/LU.h +src/Core/util/ReenableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h + +/usr/include/eigen3/Eigen/QR +Core +/usr/include/eigen3/Eigen/Core +src/Core/util/DisableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +Cholesky +/usr/include/eigen3/Eigen/Cholesky +Jacobi +/usr/include/eigen3/Eigen/Jacobi +Householder +/usr/include/eigen3/Eigen/Householder +src/misc/Solve.h +/usr/include/eigen3/Eigen/src/misc/Solve.h +src/QR/HouseholderQR.h +/usr/include/eigen3/Eigen/src/QR/HouseholderQR.h +src/QR/FullPivHouseholderQR.h +/usr/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h +src/QR/ColPivHouseholderQR.h +/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h +src/QR/HouseholderQR_MKL.h +/usr/include/eigen3/Eigen/src/QR/HouseholderQR_MKL.h +src/QR/ColPivHouseholderQR_MKL.h +/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_MKL.h +src/Eigen2Support/QR.h +/usr/include/eigen3/Eigen/src/Eigen2Support/QR.h +src/Core/util/ReenableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h +Eigenvalues +/usr/include/eigen3/Eigen/Eigenvalues + +/usr/include/eigen3/Eigen/SVD +QR +/usr/include/eigen3/Eigen/QR +Householder +/usr/include/eigen3/Eigen/Householder +Jacobi +/usr/include/eigen3/Eigen/Jacobi +src/Core/util/DisableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +src/misc/Solve.h +/usr/include/eigen3/Eigen/src/misc/Solve.h +src/SVD/JacobiSVD.h +/usr/include/eigen3/Eigen/src/SVD/JacobiSVD.h +src/SVD/JacobiSVD_MKL.h +/usr/include/eigen3/Eigen/src/SVD/JacobiSVD_MKL.h +src/SVD/UpperBidiagonalization.h +/usr/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h +src/Eigen2Support/SVD.h +/usr/include/eigen3/Eigen/src/Eigen2Support/SVD.h +src/Core/util/ReenableStupidWarnings.h +/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h + +/usr/include/eigen3/Eigen/StdVector +Core +/usr/include/eigen3/Eigen/Core +vector +- +src/StlSupport/StdVector.h +/usr/include/eigen3/Eigen/src/StlSupport/StdVector.h + +/usr/include/eigen3/Eigen/src/Cholesky/LDLT.h + +/usr/include/eigen3/Eigen/src/Cholesky/LLT.h + +/usr/include/eigen3/Eigen/src/Cholesky/LLT_MKL.h +Eigen/src/Core/util/MKL_support.h +/usr/include/eigen3/Eigen/src/Cholesky/Eigen/src/Core/util/MKL_support.h +iostream +- + +/usr/include/eigen3/Eigen/src/Core/Array.h + +/usr/include/eigen3/Eigen/src/Core/ArrayBase.h +../plugins/CommonCwiseUnaryOps.h +/usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h +../plugins/MatrixCwiseUnaryOps.h +/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h +../plugins/ArrayCwiseUnaryOps.h +/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h +../plugins/CommonCwiseBinaryOps.h +/usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h +../plugins/MatrixCwiseBinaryOps.h +/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h +../plugins/ArrayCwiseBinaryOps.h +/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h + +/usr/include/eigen3/Eigen/src/Core/ArrayWrapper.h + +/usr/include/eigen3/Eigen/src/Core/Assign.h + +/usr/include/eigen3/Eigen/src/Core/Assign_MKL.h + +/usr/include/eigen3/Eigen/src/Core/BandMatrix.h + +/usr/include/eigen3/Eigen/src/Core/Block.h + +/usr/include/eigen3/Eigen/src/Core/BooleanRedux.h + +/usr/include/eigen3/Eigen/src/Core/CommaInitializer.h + +/usr/include/eigen3/Eigen/src/Core/CoreIterators.h + +/usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h + +/usr/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h + +/usr/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h + +/usr/include/eigen3/Eigen/src/Core/CwiseUnaryView.h + +/usr/include/eigen3/Eigen/src/Core/DenseBase.h +../plugins/BlockMethods.h +/usr/include/eigen3/Eigen/src/plugins/BlockMethods.h + +/usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h + +/usr/include/eigen3/Eigen/src/Core/DenseStorage.h + +/usr/include/eigen3/Eigen/src/Core/Diagonal.h + +/usr/include/eigen3/Eigen/src/Core/DiagonalMatrix.h + +/usr/include/eigen3/Eigen/src/Core/DiagonalProduct.h + +/usr/include/eigen3/Eigen/src/Core/Dot.h + +/usr/include/eigen3/Eigen/src/Core/EigenBase.h + +/usr/include/eigen3/Eigen/src/Core/Flagged.h + +/usr/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h + +/usr/include/eigen3/Eigen/src/Core/Functors.h + +/usr/include/eigen3/Eigen/src/Core/Fuzzy.h + +/usr/include/eigen3/Eigen/src/Core/GeneralProduct.h + +/usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h + +/usr/include/eigen3/Eigen/src/Core/GlobalFunctions.h + +/usr/include/eigen3/Eigen/src/Core/IO.h + +/usr/include/eigen3/Eigen/src/Core/Map.h + +/usr/include/eigen3/Eigen/src/Core/MapBase.h + +/usr/include/eigen3/Eigen/src/Core/MathFunctions.h + +/usr/include/eigen3/Eigen/src/Core/Matrix.h + +/usr/include/eigen3/Eigen/src/Core/MatrixBase.h +../plugins/CommonCwiseUnaryOps.h +/usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h +../plugins/CommonCwiseBinaryOps.h +/usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h +../plugins/MatrixCwiseUnaryOps.h +/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h +../plugins/MatrixCwiseBinaryOps.h +/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h + +/usr/include/eigen3/Eigen/src/Core/NestByValue.h + +/usr/include/eigen3/Eigen/src/Core/NoAlias.h + +/usr/include/eigen3/Eigen/src/Core/NumTraits.h + +/usr/include/eigen3/Eigen/src/Core/PermutationMatrix.h + +/usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h + +/usr/include/eigen3/Eigen/src/Core/ProductBase.h + +/usr/include/eigen3/Eigen/src/Core/Random.h + +/usr/include/eigen3/Eigen/src/Core/Redux.h + +/usr/include/eigen3/Eigen/src/Core/Ref.h + +/usr/include/eigen3/Eigen/src/Core/Replicate.h + +/usr/include/eigen3/Eigen/src/Core/ReturnByValue.h + +/usr/include/eigen3/Eigen/src/Core/Reverse.h + +/usr/include/eigen3/Eigen/src/Core/Select.h + +/usr/include/eigen3/Eigen/src/Core/SelfAdjointView.h + +/usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h + +/usr/include/eigen3/Eigen/src/Core/SolveTriangular.h + +/usr/include/eigen3/Eigen/src/Core/StableNorm.h + +/usr/include/eigen3/Eigen/src/Core/Stride.h + +/usr/include/eigen3/Eigen/src/Core/Swap.h + +/usr/include/eigen3/Eigen/src/Core/Transpose.h + +/usr/include/eigen3/Eigen/src/Core/Transpositions.h + +/usr/include/eigen3/Eigen/src/Core/TriangularMatrix.h + +/usr/include/eigen3/Eigen/src/Core/VectorBlock.h + +/usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h + +/usr/include/eigen3/Eigen/src/Core/Visitor.h + +/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h + +/usr/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h + +/usr/include/eigen3/Eigen/src/Core/arch/Default/Settings.h + +/usr/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h + +/usr/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h + +/usr/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h + +/usr/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h + +/usr/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h + +/usr/include/eigen3/Eigen/src/Core/products/CoeffBasedProduct.h + +/usr/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h + +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h + +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h + +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h + +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_MKL.h + +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h + +/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_MKL.h + +/usr/include/eigen3/Eigen/src/Core/products/Parallelizer.h + +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h + +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_MKL.h + +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h + +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_MKL.h + +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h + +/usr/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h + +/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h + +/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_MKL.h + +/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h + +/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_MKL.h + +/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h + +/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_MKL.h + +/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h + +/usr/include/eigen3/Eigen/src/Core/util/BlasUtil.h + +/usr/include/eigen3/Eigen/src/Core/util/Constants.h + +/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h + +/usr/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h + +/usr/include/eigen3/Eigen/src/Core/util/MKL_support.h +mkl.h +- +mkl_lapacke.h +- + +/usr/include/eigen3/Eigen/src/Core/util/Macros.h +cstdlib +- +iostream +- + +/usr/include/eigen3/Eigen/src/Core/util/Memory.h +unistd.h +- + +/usr/include/eigen3/Eigen/src/Core/util/Meta.h + +/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h + +/usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h + +/usr/include/eigen3/Eigen/src/Core/util/XprHelper.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Block.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Cwise.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/CwiseOperators.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AlignedBox.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/All.h +limits +- +RotationBase.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/RotationBase.h +Rotation2D.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Rotation2D.h +Quaternion.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Quaternion.h +AngleAxis.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AngleAxis.h +Transform.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Transform.h +Translation.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Translation.h +Scaling.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Scaling.h +AlignedBox.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AlignedBox.h +Hyperplane.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Hyperplane.h +ParametrizedLine.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h +RotationBase.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/RotationBase.h +Rotation2D.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Rotation2D.h +Quaternion.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Quaternion.h +AngleAxis.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AngleAxis.h +Transform.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Transform.h +Translation.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Translation.h +Scaling.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Scaling.h +AlignedBox.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AlignedBox.h +Hyperplane.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Hyperplane.h +ParametrizedLine.h +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AngleAxis.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Hyperplane.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Quaternion.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Rotation2D.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/RotationBase.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Scaling.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Transform.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Translation.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/LU.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Lazy.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Macros.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/MathFunctions.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Memory.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Meta.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/Minor.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/QR.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/SVD.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/TriangularSolver.h + +/usr/include/eigen3/Eigen/src/Eigen2Support/VectorBlock.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/./ComplexSchur.h +./HessenbergDecomposition.h +/usr/include/eigen3/Eigen/src/Eigenvalues/././HessenbergDecomposition.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/./HessenbergDecomposition.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/./RealQZ.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/./RealSchur.h +./HessenbergDecomposition.h +/usr/include/eigen3/Eigen/src/Eigenvalues/././HessenbergDecomposition.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/./Tridiagonalization.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h +./ComplexSchur.h +/usr/include/eigen3/Eigen/src/Eigenvalues/./ComplexSchur.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h +./HessenbergDecomposition.h +/usr/include/eigen3/Eigen/src/Eigenvalues/./HessenbergDecomposition.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_MKL.h +Eigen/src/Core/util/MKL_support.h +/usr/include/eigen3/Eigen/src/Eigenvalues/Eigen/src/Core/util/MKL_support.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h +./RealSchur.h +/usr/include/eigen3/Eigen/src/Eigenvalues/./RealSchur.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +./RealQZ.h +/usr/include/eigen3/Eigen/src/Eigenvalues/./RealQZ.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +./Tridiagonalization.h +/usr/include/eigen3/Eigen/src/Eigenvalues/./Tridiagonalization.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h +./HessenbergDecomposition.h +/usr/include/eigen3/Eigen/src/Eigenvalues/./HessenbergDecomposition.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur_MKL.h +Eigen/src/Core/util/MKL_support.h +/usr/include/eigen3/Eigen/src/Eigenvalues/Eigen/src/Core/util/MKL_support.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +./Tridiagonalization.h +/usr/include/eigen3/Eigen/src/Eigenvalues/./Tridiagonalization.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_MKL.h +Eigen/src/Core/util/MKL_support.h +/usr/include/eigen3/Eigen/src/Eigenvalues/Eigen/src/Core/util/MKL_support.h + +/usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h + +/usr/include/eigen3/Eigen/src/Geometry/AlignedBox.h + +/usr/include/eigen3/Eigen/src/Geometry/AngleAxis.h + +/usr/include/eigen3/Eigen/src/Geometry/EulerAngles.h + +/usr/include/eigen3/Eigen/src/Geometry/Homogeneous.h + +/usr/include/eigen3/Eigen/src/Geometry/Hyperplane.h + +/usr/include/eigen3/Eigen/src/Geometry/OrthoMethods.h + +/usr/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h + +/usr/include/eigen3/Eigen/src/Geometry/Quaternion.h + +/usr/include/eigen3/Eigen/src/Geometry/Rotation2D.h + +/usr/include/eigen3/Eigen/src/Geometry/RotationBase.h + +/usr/include/eigen3/Eigen/src/Geometry/Scaling.h + +/usr/include/eigen3/Eigen/src/Geometry/Transform.h + +/usr/include/eigen3/Eigen/src/Geometry/Translation.h + +/usr/include/eigen3/Eigen/src/Geometry/Umeyama.h + +/usr/include/eigen3/Eigen/src/Geometry/arch/Geometry_SSE.h + +/usr/include/eigen3/Eigen/src/Householder/BlockHouseholder.h + +/usr/include/eigen3/Eigen/src/Householder/Householder.h + +/usr/include/eigen3/Eigen/src/Householder/HouseholderSequence.h + +/usr/include/eigen3/Eigen/src/Jacobi/Jacobi.h + +/usr/include/eigen3/Eigen/src/LU/Determinant.h + +/usr/include/eigen3/Eigen/src/LU/FullPivLU.h + +/usr/include/eigen3/Eigen/src/LU/Inverse.h + +/usr/include/eigen3/Eigen/src/LU/PartialPivLU.h + +/usr/include/eigen3/Eigen/src/LU/PartialPivLU_MKL.h +Eigen/src/Core/util/MKL_support.h +/usr/include/eigen3/Eigen/src/LU/Eigen/src/Core/util/MKL_support.h + +/usr/include/eigen3/Eigen/src/LU/arch/Inverse_SSE.h + +/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h + +/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_MKL.h +Eigen/src/Core/util/MKL_support.h +/usr/include/eigen3/Eigen/src/QR/Eigen/src/Core/util/MKL_support.h + +/usr/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h + +/usr/include/eigen3/Eigen/src/QR/HouseholderQR.h + +/usr/include/eigen3/Eigen/src/QR/HouseholderQR_MKL.h +Eigen/src/Core/util/MKL_support.h +/usr/include/eigen3/Eigen/src/QR/Eigen/src/Core/util/MKL_support.h + +/usr/include/eigen3/Eigen/src/SVD/JacobiSVD.h + +/usr/include/eigen3/Eigen/src/SVD/JacobiSVD_MKL.h +Eigen/src/Core/util/MKL_support.h +/usr/include/eigen3/Eigen/src/SVD/Eigen/src/Core/util/MKL_support.h + +/usr/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h + +/usr/include/eigen3/Eigen/src/StlSupport/StdVector.h +Eigen/src/StlSupport/details.h +/usr/include/eigen3/Eigen/src/StlSupport/Eigen/src/StlSupport/details.h + +/usr/include/eigen3/Eigen/src/StlSupport/details.h + +/usr/include/eigen3/Eigen/src/misc/Image.h + +/usr/include/eigen3/Eigen/src/misc/Kernel.h + +/usr/include/eigen3/Eigen/src/misc/Solve.h + +/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h + +/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h + +/usr/include/eigen3/Eigen/src/plugins/BlockMethods.h + +/usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h + +/usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h + +/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h + +/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h + +/usr/include/eigen3/unsupported/Eigen/NonLinearOptimization +vector +- +Eigen/Core +- +Eigen/Jacobi +- +Eigen/QR +- +unsupported/Eigen/NumericalDiff +- +src/NonLinearOptimization/qrsolv.h +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h +src/NonLinearOptimization/r1updt.h +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h +src/NonLinearOptimization/r1mpyq.h +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h +src/NonLinearOptimization/rwupdt.h +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h +src/NonLinearOptimization/fdjac1.h +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h +src/NonLinearOptimization/lmpar.h +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h +src/NonLinearOptimization/dogleg.h +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h +src/NonLinearOptimization/covar.h +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h +src/NonLinearOptimization/chkder.h +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h +src/NonLinearOptimization/HybridNonLinearSolver.h +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h +src/NonLinearOptimization/LevenbergMarquardt.h +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h + +/usr/include/eigen3/unsupported/Eigen/NumericalDiff +Eigen/Core +- +src/NumericalDiff/NumericalDiff.h +/usr/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h + +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h + +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h + +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h + +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h + +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h + +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h + +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h + +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h + +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h + +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h + +/usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h + +/usr/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h + +/usr/include/vtk-5.8/vtkABI.h + +/usr/include/vtk-5.8/vtkAbstractArray.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h +vtkVariant.h +/usr/include/vtk-5.8/vtkVariant.h + +/usr/include/vtk-5.8/vtkAbstractMapper.h +vtkAlgorithm.h +/usr/include/vtk-5.8/vtkAlgorithm.h + +/usr/include/vtk-5.8/vtkAbstractMapper3D.h +vtkAbstractMapper.h +/usr/include/vtk-5.8/vtkAbstractMapper.h + +/usr/include/vtk-5.8/vtkActor.h +vtkProp3D.h +/usr/include/vtk-5.8/vtkProp3D.h + +/usr/include/vtk-5.8/vtkActor2D.h +vtkProp.h +/usr/include/vtk-5.8/vtkProp.h +vtkCoordinate.h +/usr/include/vtk-5.8/vtkCoordinate.h + +/usr/include/vtk-5.8/vtkActorCollection.h +vtkPropCollection.h +/usr/include/vtk-5.8/vtkPropCollection.h +vtkActor.h +/usr/include/vtk-5.8/vtkActor.h + +/usr/include/vtk-5.8/vtkAlgorithm.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkAlgorithmOutput.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkAppendPolyData.h +vtkPolyDataAlgorithm.h +/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h + +/usr/include/vtk-5.8/vtkArrayIterator.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkArrayIteratorTemplate.h +vtkArrayIterator.h +/usr/include/vtk-5.8/vtkArrayIterator.h +vtkArrayIteratorTemplateImplicit.txx +/usr/include/vtk-5.8/vtkArrayIteratorTemplateImplicit.txx + +/usr/include/vtk-5.8/vtkArrayIteratorTemplate.txx +vtkArrayIteratorTemplate.h +/usr/include/vtk-5.8/vtkArrayIteratorTemplate.h +vtkAbstractArray.h +/usr/include/vtk-5.8/vtkAbstractArray.h +vtkObjectFactory.h +/usr/include/vtk-5.8/vtkObjectFactory.h + +/usr/include/vtk-5.8/vtkArrayIteratorTemplateImplicit.txx +vtkArrayIteratorTemplate.txx +/usr/include/vtk-5.8/vtkArrayIteratorTemplate.txx + +/usr/include/vtk-5.8/vtkCell.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h +vtkIdList.h +/usr/include/vtk-5.8/vtkIdList.h +vtkCellType.h +/usr/include/vtk-5.8/vtkCellType.h + +/usr/include/vtk-5.8/vtkCellArray.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h +vtkIdTypeArray.h +/usr/include/vtk-5.8/vtkIdTypeArray.h +vtkCell.h +/usr/include/vtk-5.8/vtkCell.h + +/usr/include/vtk-5.8/vtkCellData.h +vtkDataSetAttributes.h +/usr/include/vtk-5.8/vtkDataSetAttributes.h + +/usr/include/vtk-5.8/vtkCellLinks.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkCellType.h + +/usr/include/vtk-5.8/vtkCellTypes.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h +vtkIntArray.h +/usr/include/vtk-5.8/vtkIntArray.h +vtkUnsignedCharArray.h +/usr/include/vtk-5.8/vtkUnsignedCharArray.h +vtkCellType.h +/usr/include/vtk-5.8/vtkCellType.h + +/usr/include/vtk-5.8/vtkCollection.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkCommand.h +vtkObjectBase.h +/usr/include/vtk-5.8/vtkObjectBase.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkCommonInformationKeyManager.h +vtkSystemIncludes.h +/usr/include/vtk-5.8/vtkSystemIncludes.h +vtkDebugLeaksManager.h +/usr/include/vtk-5.8/vtkDebugLeaksManager.h + +/usr/include/vtk-5.8/vtkConfigure.h + +/usr/include/vtk-5.8/vtkCoordinate.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkDataArray.h +vtkAbstractArray.h +/usr/include/vtk-5.8/vtkAbstractArray.h + +/usr/include/vtk-5.8/vtkDataArrayTemplate.h +vtkDataArray.h +/usr/include/vtk-5.8/vtkDataArray.h +vtkDataArrayTemplateImplicit.txx +/usr/include/vtk-5.8/vtkDataArrayTemplateImplicit.txx + +/usr/include/vtk-5.8/vtkDataArrayTemplate.txx +vtkDataArrayTemplate.h +/usr/include/vtk-5.8/vtkDataArrayTemplate.h +vtkArrayIteratorTemplate.h +/usr/include/vtk-5.8/vtkArrayIteratorTemplate.h +vtkIdList.h +/usr/include/vtk-5.8/vtkIdList.h +vtkInformation.h +/usr/include/vtk-5.8/vtkInformation.h +vtkInformationDoubleVectorKey.h +/usr/include/vtk-5.8/vtkInformationDoubleVectorKey.h +vtkInformationInformationVectorKey.h +/usr/include/vtk-5.8/vtkInformationInformationVectorKey.h +vtkInformationVector.h +/usr/include/vtk-5.8/vtkInformationVector.h +vtkSortDataArray.h +/usr/include/vtk-5.8/vtkSortDataArray.h +vtkTypeTraits.h +/usr/include/vtk-5.8/vtkTypeTraits.h +vtkstd/new +- +vtkstd/exception +- +vtkstd/utility +- +vtkstd/algorithm +- +vtkstd/map +- + +/usr/include/vtk-5.8/vtkDataArrayTemplateImplicit.txx +vtkDataArrayTemplate.txx +/usr/include/vtk-5.8/vtkDataArrayTemplate.txx + +/usr/include/vtk-5.8/vtkDataObject.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkDataSet.h +vtkDataObject.h +/usr/include/vtk-5.8/vtkDataObject.h + +/usr/include/vtk-5.8/vtkDataSetAttributes.h +vtkFieldData.h +/usr/include/vtk-5.8/vtkFieldData.h + +/usr/include/vtk-5.8/vtkDataSetMapper.h +vtkMapper.h +/usr/include/vtk-5.8/vtkMapper.h + +/usr/include/vtk-5.8/vtkDataSetSurfaceFilter.h +vtkPolyDataAlgorithm.h +/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h + +/usr/include/vtk-5.8/vtkDebugLeaksManager.h +vtkSystemIncludes.h +/usr/include/vtk-5.8/vtkSystemIncludes.h + +/usr/include/vtk-5.8/vtkFieldData.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h +vtkAbstractArray.h +/usr/include/vtk-5.8/vtkAbstractArray.h +vtkDataArray.h +/usr/include/vtk-5.8/vtkDataArray.h + +/usr/include/vtk-5.8/vtkFloatArray.h +vtkDataArray.h +/usr/include/vtk-5.8/vtkDataArray.h +vtkDataArrayTemplate.h +/usr/include/vtk-5.8/vtkDataArrayTemplate.h + +/usr/include/vtk-5.8/vtkFollower.h +vtkActor.h +/usr/include/vtk-5.8/vtkActor.h + +/usr/include/vtk-5.8/vtkIOStream.h +vtkConfigure.h +/usr/include/vtk-5.8/vtkConfigure.h +vtkWin32Header.h +/usr/include/vtk-5.8/vtkWin32Header.h +iostream +- +fstream +- +iomanip +- +vtkWinCE.h +/usr/include/vtk-5.8/vtkWinCE.h +iostream.h +- +iomanip.h +- +fstream.h +- +strstream +- +strstrea.h +- +strstream.h +- + +/usr/include/vtk-5.8/vtkIOStreamFwd.h +vtkConfigure.h +/usr/include/vtk-5.8/vtkConfigure.h +iosfwd +- +iosfwd.h +- + +/usr/include/vtk-5.8/vtkIdList.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkIdTypeArray.h +vtkDataArray.h +/usr/include/vtk-5.8/vtkDataArray.h +vtkDataArrayTemplate.h +/usr/include/vtk-5.8/vtkDataArrayTemplate.h + +/usr/include/vtk-5.8/vtkImageAlgorithm.h +vtkAlgorithm.h +/usr/include/vtk-5.8/vtkAlgorithm.h + +/usr/include/vtk-5.8/vtkIndent.h +vtkSystemIncludes.h +/usr/include/vtk-5.8/vtkSystemIncludes.h + +/usr/include/vtk-5.8/vtkInformation.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkInformationDoubleVectorKey.h +vtkInformationKey.h +/usr/include/vtk-5.8/vtkInformationKey.h +vtkCommonInformationKeyManager.h +/usr/include/vtk-5.8/vtkCommonInformationKeyManager.h + +/usr/include/vtk-5.8/vtkInformationInformationVectorKey.h +vtkInformationKey.h +/usr/include/vtk-5.8/vtkInformationKey.h +vtkCommonInformationKeyManager.h +/usr/include/vtk-5.8/vtkCommonInformationKeyManager.h + +/usr/include/vtk-5.8/vtkInformationKey.h +vtkObjectBase.h +/usr/include/vtk-5.8/vtkObjectBase.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkInformationVector.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkIntArray.h +vtkDataArray.h +/usr/include/vtk-5.8/vtkDataArray.h +vtkDataArrayTemplate.h +/usr/include/vtk-5.8/vtkDataArrayTemplate.h + +/usr/include/vtk-5.8/vtkInteractorObserver.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkInteractorStyle.h +vtkInteractorObserver.h +/usr/include/vtk-5.8/vtkInteractorObserver.h + +/usr/include/vtk-5.8/vtkInteractorStyleRubberBandPick.h +vtkInteractorStyleTrackballCamera.h +/usr/include/vtk-5.8/vtkInteractorStyleTrackballCamera.h + +/usr/include/vtk-5.8/vtkInteractorStyleTrackballCamera.h +vtkInteractorStyle.h +/usr/include/vtk-5.8/vtkInteractorStyle.h + +/usr/include/vtk-5.8/vtkLODActor.h +vtkActor.h +/usr/include/vtk-5.8/vtkActor.h + +/usr/include/vtk-5.8/vtkLeaderActor2D.h +vtkActor2D.h +/usr/include/vtk-5.8/vtkActor2D.h + +/usr/include/vtk-5.8/vtkLineSource.h +vtkPolyDataAlgorithm.h +/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h + +/usr/include/vtk-5.8/vtkMapper.h +vtkAbstractMapper3D.h +/usr/include/vtk-5.8/vtkAbstractMapper3D.h +vtkScalarsToColors.h +/usr/include/vtk-5.8/vtkScalarsToColors.h + +/usr/include/vtk-5.8/vtkMath.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h +vtkPolynomialSolversUnivariate.h +/usr/include/vtk-5.8/vtkPolynomialSolversUnivariate.h +assert.h +- + +/usr/include/vtk-5.8/vtkMatrix4x4.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkOStrStreamWrapper.h + +/usr/include/vtk-5.8/vtkOStreamWrapper.h + +/usr/include/vtk-5.8/vtkObject.h +vtkObjectBase.h +/usr/include/vtk-5.8/vtkObjectBase.h +vtkSetGet.h +/usr/include/vtk-5.8/vtkSetGet.h +vtkTimeStamp.h +/usr/include/vtk-5.8/vtkTimeStamp.h +vtkWeakPointerBase.h +/usr/include/vtk-5.8/vtkWeakPointerBase.h + +/usr/include/vtk-5.8/vtkObjectBase.h +vtkIndent.h +/usr/include/vtk-5.8/vtkIndent.h +vtkSystemIncludes.h +/usr/include/vtk-5.8/vtkSystemIncludes.h + +/usr/include/vtk-5.8/vtkObjectFactory.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkPointData.h +vtkDataSetAttributes.h +/usr/include/vtk-5.8/vtkDataSetAttributes.h + +/usr/include/vtk-5.8/vtkPointSet.h +vtkDataSet.h +/usr/include/vtk-5.8/vtkDataSet.h +vtkPoints.h +/usr/include/vtk-5.8/vtkPoints.h + +/usr/include/vtk-5.8/vtkPoints.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h +vtkDataArray.h +/usr/include/vtk-5.8/vtkDataArray.h + +/usr/include/vtk-5.8/vtkPolyData.h +vtkPointSet.h +/usr/include/vtk-5.8/vtkPointSet.h +vtkCellTypes.h +/usr/include/vtk-5.8/vtkCellTypes.h +vtkCellLinks.h +/usr/include/vtk-5.8/vtkCellLinks.h + +/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h +vtkAlgorithm.h +/usr/include/vtk-5.8/vtkAlgorithm.h +vtkPolyData.h +/usr/include/vtk-5.8/vtkPolyData.h + +/usr/include/vtk-5.8/vtkPolyDataMapper.h +vtkMapper.h +/usr/include/vtk-5.8/vtkMapper.h +vtkTexture.h +/usr/include/vtk-5.8/vtkTexture.h + +/usr/include/vtk-5.8/vtkPolyLine.h +vtkCell.h +/usr/include/vtk-5.8/vtkCell.h + +/usr/include/vtk-5.8/vtkPolygon.h +vtkCell.h +/usr/include/vtk-5.8/vtkCell.h + +/usr/include/vtk-5.8/vtkPolynomialSolversUnivariate.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkProp.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkProp3D.h +vtkProp.h +/usr/include/vtk-5.8/vtkProp.h + +/usr/include/vtk-5.8/vtkPropCollection.h +vtkCollection.h +/usr/include/vtk-5.8/vtkCollection.h +vtkProp.h +/usr/include/vtk-5.8/vtkProp.h + +/usr/include/vtk-5.8/vtkProperty.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkProperty2D.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkRenderer.h +vtkViewport.h +/usr/include/vtk-5.8/vtkViewport.h +vtkVolumeCollection.h +/usr/include/vtk-5.8/vtkVolumeCollection.h +vtkActorCollection.h +/usr/include/vtk-5.8/vtkActorCollection.h + +/usr/include/vtk-5.8/vtkRendererCollection.h +vtkCollection.h +/usr/include/vtk-5.8/vtkCollection.h +vtkRenderer.h +/usr/include/vtk-5.8/vtkRenderer.h + +/usr/include/vtk-5.8/vtkScalarsToColors.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkSetGet.h +vtkSystemIncludes.h +/usr/include/vtk-5.8/vtkSystemIncludes.h +math.h +- + +/usr/include/vtk-5.8/vtkSmartPointer.h +vtkSmartPointerBase.h +/usr/include/vtk-5.8/vtkSmartPointerBase.h + +/usr/include/vtk-5.8/vtkSmartPointerBase.h +vtkObjectBase.h +/usr/include/vtk-5.8/vtkObjectBase.h + +/usr/include/vtk-5.8/vtkSortDataArray.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkSphereSource.h +vtkPolyDataAlgorithm.h +/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h + +/usr/include/vtk-5.8/vtkStdString.h +vtkSystemIncludes.h +/usr/include/vtk-5.8/vtkSystemIncludes.h +vtkstd/string +- + +/usr/include/vtk-5.8/vtkSystemIncludes.h +vtkWin32Header.h +/usr/include/vtk-5.8/vtkWin32Header.h +vtkIOStreamFwd.h +/usr/include/vtk-5.8/vtkIOStreamFwd.h +vtkIOStream.h +/usr/include/vtk-5.8/vtkIOStream.h +vtkType.h +/usr/include/vtk-5.8/vtkType.h +vtkOStreamWrapper.h +/usr/include/vtk-5.8/vtkOStreamWrapper.h +vtkOStrStreamWrapper.h +/usr/include/vtk-5.8/vtkOStrStreamWrapper.h +stdio.h +- +stdlib.h +- +string.h +- +mem.h +- +search.h +- + +/usr/include/vtk-5.8/vtkTextProperty.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkTexture.h +vtkImageAlgorithm.h +/usr/include/vtk-5.8/vtkImageAlgorithm.h + +/usr/include/vtk-5.8/vtkTimeStamp.h +vtkSystemIncludes.h +/usr/include/vtk-5.8/vtkSystemIncludes.h + +/usr/include/vtk-5.8/vtkType.h +vtkConfigure.h +/usr/include/vtk-5.8/vtkConfigure.h + +/usr/include/vtk-5.8/vtkTypeTraits.h +vtkSystemIncludes.h +/usr/include/vtk-5.8/vtkSystemIncludes.h + +/usr/include/vtk-5.8/vtkUnicodeString.h +vtkSystemIncludes.h +- +vtkstd/string +- +vtkstd/vector +- + +/usr/include/vtk-5.8/vtkUnsignedCharArray.h +vtkDataArray.h +/usr/include/vtk-5.8/vtkDataArray.h +vtkDataArrayTemplate.h +/usr/include/vtk-5.8/vtkDataArrayTemplate.h + +/usr/include/vtk-5.8/vtkUnstructuredGrid.h +vtkPointSet.h +/usr/include/vtk-5.8/vtkPointSet.h + +/usr/include/vtk-5.8/vtkVariant.h +vtkType.h +/usr/include/vtk-5.8/vtkType.h +vtkSystemIncludes.h +/usr/include/vtk-5.8/vtkSystemIncludes.h +vtkSetGet.h +/usr/include/vtk-5.8/vtkSetGet.h +vtkStdString.h +/usr/include/vtk-5.8/vtkStdString.h +vtkUnicodeString.h +/usr/include/vtk-5.8/vtkUnicodeString.h +vtkVariantInlineOperators.h +/usr/include/vtk-5.8/vtkVariantInlineOperators.h + +/usr/include/vtk-5.8/vtkVariantInlineOperators.h +climits +- + +/usr/include/vtk-5.8/vtkVectorText.h +vtkPolyDataAlgorithm.h +/usr/include/vtk-5.8/vtkPolyDataAlgorithm.h + +/usr/include/vtk-5.8/vtkVersion.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h +vtksys/DateStamp.h +- + +/usr/include/vtk-5.8/vtkViewport.h +vtkObject.h +/usr/include/vtk-5.8/vtkObject.h + +/usr/include/vtk-5.8/vtkVolume.h +vtkProp3D.h +/usr/include/vtk-5.8/vtkProp3D.h + +/usr/include/vtk-5.8/vtkVolumeCollection.h +vtkPropCollection.h +/usr/include/vtk-5.8/vtkPropCollection.h +vtkVolume.h +/usr/include/vtk-5.8/vtkVolume.h + +/usr/include/vtk-5.8/vtkWeakPointerBase.h +vtkObjectBase.h +/usr/include/vtk-5.8/vtkObjectBase.h + +/usr/include/vtk-5.8/vtkWin32Header.h +vtkConfigure.h +/usr/include/vtk-5.8/vtkConfigure.h +vtkABI.h +/usr/include/vtk-5.8/vtkABI.h +windows.h +- + +/usr/include/vtk-5.8/vtkstd/algorithm +vtkConfigure.h +/usr/include/vtk-5.8/vtkstd/vtkConfigure.h +algorithm +- + +/usr/include/vtk-5.8/vtkstd/exception +vtkConfigure.h +/usr/include/vtk-5.8/vtkstd/vtkConfigure.h +exception +- + +/usr/include/vtk-5.8/vtkstd/map +vtkConfigure.h +/usr/include/vtk-5.8/vtkstd/vtkConfigure.h +map +- + +/usr/include/vtk-5.8/vtkstd/new +vtkConfigure.h +/usr/include/vtk-5.8/vtkstd/vtkConfigure.h +new +- + +/usr/include/vtk-5.8/vtkstd/string +vtkConfigure.h +/usr/include/vtk-5.8/vtkstd/vtkConfigure.h +string +- + +/usr/include/vtk-5.8/vtkstd/utility +vtkConfigure.h +/usr/include/vtk-5.8/vtkstd/vtkConfigure.h +utility +- + +/usr/include/vtk-5.8/vtkstd/vector +vtkConfigure.h +/usr/include/vtk-5.8/vtkstd/vtkConfigure.h +vector +- + +/usr/include/vtk-5.8/vtksys/DateStamp.h + +/usr/local/include/pcl-1.8/pcl/ModelCoefficients.h +string +- +vector +- +ostream +- +pcl/PCLHeader.h +- + +/usr/local/include/pcl-1.8/pcl/PCLHeader.h +string +- +vector +- +boost/shared_ptr.hpp +- +pcl/pcl_macros.h +- +ostream +- + +/usr/local/include/pcl-1.8/pcl/PCLImage.h +string +- +vector +- +ostream +- +pcl/PCLHeader.h +- + +/usr/local/include/pcl-1.8/pcl/PCLPointCloud2.h +string +- +vector +- +ostream +- +boost/detail/endian.hpp +- +pcl/PCLHeader.h +- +pcl/PCLPointField.h +- + +/usr/local/include/pcl-1.8/pcl/PCLPointField.h +string +- +vector +- +ostream +- +boost/shared_ptr.hpp +- +pcl/pcl_macros.h +- + +/usr/local/include/pcl-1.8/pcl/PointIndices.h +string +- +vector +- +ostream +- +pcl/PCLHeader.h +- + +/usr/local/include/pcl-1.8/pcl/PolygonMesh.h +string +- +vector +- +ostream +- +pcl/PCLHeader.h +- +pcl/PCLPointCloud2.h +- +pcl/Vertices.h +- + +/usr/local/include/pcl-1.8/pcl/TextureMesh.h +Eigen/Core +- +string +- +pcl/PCLPointCloud2.h +- +pcl/Vertices.h +- + +/usr/local/include/pcl-1.8/pcl/Vertices.h +string +- +vector +- +ostream +- +pcl/pcl_macros.h +- + +/usr/local/include/pcl-1.8/pcl/cloud_iterator.h +pcl/point_cloud.h +- +pcl/PointIndices.h +- +pcl/correspondence.h +- +pcl/impl/cloud_iterator.hpp +- + +/usr/local/include/pcl-1.8/pcl/common/centroid.h +pcl/point_cloud.h +- +pcl/point_traits.h +- +pcl/PointIndices.h +- +pcl/cloud_iterator.h +- +pcl/common/impl/accumulators.hpp +- +pcl/common/impl/centroid.hpp +- + +/usr/local/include/pcl-1.8/pcl/common/colors.h +pcl/pcl_macros.h +- + +/usr/local/include/pcl-1.8/pcl/common/common.h +pcl/pcl_base.h +- +cfloat +- +pcl/common/impl/common.hpp +- + +/usr/local/include/pcl-1.8/pcl/common/concatenate.h +pcl/conversions.h +- + +/usr/local/include/pcl-1.8/pcl/common/copy_point.h +pcl/common/impl/copy_point.hpp +- + +/usr/local/include/pcl-1.8/pcl/common/distances.h +pcl/common/common.h +- + +/usr/local/include/pcl-1.8/pcl/common/eigen.h +cmath +- +pcl/ModelCoefficients.h +- +Eigen/StdVector +- +Eigen/Core +- +Eigen/Eigenvalues +- +Eigen/Geometry +- +Eigen/SVD +- +Eigen/LU +- +Eigen/Dense +- +Eigen/Eigenvalues +- +pcl/common/impl/eigen.hpp +- + +/usr/local/include/pcl-1.8/pcl/common/geometry.h +Eigen/Core +- + +/usr/local/include/pcl-1.8/pcl/common/impl/accumulators.hpp +map +- +boost/mpl/filter_view.hpp +- +boost/fusion/include/mpl.hpp +- +boost/fusion/include/for_each.hpp +- +boost/fusion/include/as_vector.hpp +- +pcl/point_types.h +- + +/usr/local/include/pcl-1.8/pcl/common/impl/centroid.hpp +pcl/common/centroid.h +- +pcl/conversions.h +- +boost/mpl/size.hpp +- + +/usr/local/include/pcl-1.8/pcl/common/impl/common.hpp +pcl/point_types.h +- +pcl/common/common.h +- + +/usr/local/include/pcl-1.8/pcl/common/impl/copy_point.hpp +pcl/point_types.h +- +pcl/point_traits.h +- +pcl/for_each_type.h +- +pcl/common/concatenate.h +- + +/usr/local/include/pcl-1.8/pcl/common/impl/eigen.hpp +pcl/console/print.h +- + +/usr/local/include/pcl-1.8/pcl/common/impl/io.hpp +pcl/common/concatenate.h +- +pcl/common/copy_point.h +- +pcl/point_types.h +- + +/usr/local/include/pcl-1.8/pcl/common/impl/projection_matrix.hpp +pcl/cloud_iterator.h +- + +/usr/local/include/pcl-1.8/pcl/common/impl/transforms.hpp + +/usr/local/include/pcl-1.8/pcl/common/io.h +string +- +pcl/pcl_base.h +- +pcl/PointIndices.h +- +pcl/conversions.h +- +pcl/exceptions.h +- +locale +- +pcl/common/impl/io.hpp +- + +/usr/local/include/pcl-1.8/pcl/common/point_operators.h + +/usr/local/include/pcl-1.8/pcl/common/point_tests.h +Eigen/src/StlSupport/details.h +- + +/usr/local/include/pcl-1.8/pcl/common/projection_matrix.h +pcl/common/eigen.h +- +pcl/console/print.h +- +pcl/common/impl/projection_matrix.hpp +- + +/usr/local/include/pcl-1.8/pcl/common/time.h +cmath +- +queue +- +string +- +boost/date_time/posix_time/posix_time.hpp +- + +/usr/local/include/pcl-1.8/pcl/common/transforms.h +pcl/point_cloud.h +- +pcl/point_types.h +- +pcl/common/centroid.h +- +pcl/common/eigen.h +- +pcl/PointIndices.h +- +pcl/common/impl/transforms.hpp +- + +/usr/local/include/pcl-1.8/pcl/console/parse.h +vector +- +sstream +- +pcl/pcl_macros.h +- + +/usr/local/include/pcl-1.8/pcl/console/print.h +stdio.h +- +stdarg.h +- +pcl/pcl_exports.h +- +pcl/pcl_config.h +- + +/usr/local/include/pcl-1.8/pcl/conversions.h +pcl/PCLPointField.h +- +pcl/PCLPointCloud2.h +- +pcl/PCLImage.h +- +pcl/point_cloud.h +- +pcl/point_traits.h +- +pcl/for_each_type.h +- +pcl/exceptions.h +- +pcl/console/print.h +- +boost/foreach.hpp +- + +/usr/local/include/pcl-1.8/pcl/correspondence.h +boost/shared_ptr.hpp +- +Eigen/StdVector +- +Eigen/Geometry +- +pcl/pcl_exports.h +- + +/usr/local/include/pcl-1.8/pcl/exceptions.h +stdexcept +- +sstream +- +pcl/pcl_macros.h +- +boost/current_function.hpp +- + +/usr/local/include/pcl-1.8/pcl/features/feature.h +boost/function.hpp +- +boost/bind.hpp +- +pcl/pcl_base.h +- +pcl/search/search.h +- +pcl/features/impl/feature.hpp +- + +/usr/local/include/pcl-1.8/pcl/features/impl/feature.hpp +pcl/search/pcl_search.h +- + +/usr/local/include/pcl-1.8/pcl/features/impl/normal_3d.hpp +pcl/features/normal_3d.h +- + +/usr/local/include/pcl-1.8/pcl/features/normal_3d.h +pcl/features/feature.h +- +pcl/common/centroid.h +- +pcl/features/impl/normal_3d.hpp +- + +/usr/local/include/pcl-1.8/pcl/filters/boost.h +boost/random.hpp +- +boost/random/normal_distribution.hpp +- +boost/shared_ptr.hpp +- +boost/make_shared.hpp +- +boost/dynamic_bitset.hpp +- +boost/mpl/size.hpp +- +boost/unordered_map.hpp +- +boost/fusion/sequence/intrinsic/at_key.hpp +- +boost/bind.hpp +- +boost/function.hpp +- +boost/optional.hpp +- + +/usr/local/include/pcl-1.8/pcl/filters/extract_indices.h +pcl/filters/filter_indices.h +- +pcl/filters/impl/extract_indices.hpp +- + +/usr/local/include/pcl-1.8/pcl/filters/filter.h +pcl/pcl_base.h +- +pcl/common/io.h +- +pcl/conversions.h +- +pcl/filters/boost.h +- +cfloat +- +pcl/PointIndices.h +- +pcl/filters/impl/filter.hpp +- + +/usr/local/include/pcl-1.8/pcl/filters/filter_indices.h +pcl/filters/filter.h +- +pcl/filters/impl/filter_indices.hpp +- + +/usr/local/include/pcl-1.8/pcl/filters/impl/extract_indices.hpp +pcl/filters/extract_indices.h +- +pcl/common/io.h +- + +/usr/local/include/pcl-1.8/pcl/filters/impl/filter.hpp +pcl/pcl_macros.h +- +pcl/filters/filter.h +- + +/usr/local/include/pcl-1.8/pcl/filters/impl/filter_indices.hpp +pcl/pcl_macros.h +- +pcl/filters/filter_indices.h +- + +/usr/local/include/pcl-1.8/pcl/for_each_type.h +boost/mpl/is_sequence.hpp +- +boost/mpl/begin_end.hpp +- +boost/mpl/next_prior.hpp +- +boost/mpl/deref.hpp +- +boost/mpl/assert.hpp +- +boost/mpl/remove_if.hpp +- +boost/mpl/contains.hpp +- +boost/mpl/not.hpp +- +boost/mpl/aux_/unwrap.hpp +- +boost/type_traits/is_same.hpp +- + +/usr/local/include/pcl-1.8/pcl/geometry/planar_polygon.h +pcl/common/eigen.h +- +pcl/point_cloud.h +- +pcl/ModelCoefficients.h +- + +/usr/local/include/pcl-1.8/pcl/impl/cloud_iterator.hpp +pcl/cloud_iterator.h +- + +/usr/local/include/pcl-1.8/pcl/impl/instantiate.hpp +pcl/pcl_config.h +- +boost/preprocessor/seq/for_each.hpp +- +boost/preprocessor/seq/for_each_product.hpp +- +boost/preprocessor/seq/to_tuple.hpp +- +boost/preprocessor/cat.hpp +- +boost/preprocessor/expand.hpp +- + +/usr/local/include/pcl-1.8/pcl/impl/pcl_base.hpp +pcl/pcl_base.h +- +pcl/console/print.h +- +cstddef +- + +/usr/local/include/pcl-1.8/pcl/impl/point_types.hpp +Eigen/Core +- +ostream +- +pcl/common/point_tests.h +- + +/usr/local/include/pcl-1.8/pcl/io/boost.h +boost/version.hpp +- +boost/numeric/conversion/cast.hpp +- +boost/thread/mutex.hpp +- +boost/thread/condition.hpp +- +boost/thread.hpp +- +boost/thread/thread.hpp +- +boost/filesystem.hpp +- +boost/bind.hpp +- +boost/cstdint.hpp +- +boost/function.hpp +- +boost/tuple/tuple.hpp +- +boost/shared_ptr.hpp +- +boost/weak_ptr.hpp +- +boost/mpl/fold.hpp +- +boost/mpl/inherit.hpp +- +boost/mpl/inherit_linearly.hpp +- +boost/mpl/joint_view.hpp +- +boost/mpl/transform.hpp +- +boost/mpl/vector.hpp +- +boost/algorithm/string.hpp +- +boost/date_time/posix_time/posix_time.hpp +- +boost/chrono.hpp +- +boost/tokenizer.hpp +- +boost/foreach.hpp +- +boost/shared_array.hpp +- +boost/interprocess/sync/file_lock.hpp +- +boost/interprocess/permissions.hpp +- +boost/iostreams/device/mapped_file.hpp +- +boost/signals2.hpp +- +boost/signals2/slot.hpp +- + +/usr/local/include/pcl-1.8/pcl/io/file_io.h +pcl/pcl_macros.h +- +pcl/common/io.h +- +pcl/io/boost.h +- +cmath +- +sstream +- +pcl/PolygonMesh.h +- +pcl/TextureMesh.h +- + +/usr/local/include/pcl-1.8/pcl/io/impl/pcd_io.hpp +fstream +- +fcntl.h +- +string +- +stdlib.h +- +pcl/io/boost.h +- +pcl/console/print.h +- +pcl/io/pcd_io.h +- +io.h +- +windows.h +- +sys/mman.h +- +pcl/io/lzf.h +- + +/usr/local/include/pcl-1.8/pcl/io/lzf.h +pcl/pcl_macros.h +- + +/usr/local/include/pcl-1.8/pcl/io/pcd_io.h +pcl/point_cloud.h +- +pcl/io/file_io.h +- +pcl/io/impl/pcd_io.hpp +- + +/usr/local/include/pcl-1.8/pcl/kdtree/flann.h +flann/flann.hpp +- + +/usr/local/include/pcl-1.8/pcl/kdtree/impl/kdtree_flann.hpp +cstdio +- +pcl/kdtree/kdtree_flann.h +- +pcl/kdtree/flann.h +- +pcl/console/print.h +- + +/usr/local/include/pcl-1.8/pcl/kdtree/kdtree.h +limits.h +- +pcl/pcl_macros.h +- +pcl/point_cloud.h +- +pcl/point_representation.h +- +pcl/common/io.h +- +pcl/common/copy_point.h +- + +/usr/local/include/pcl-1.8/pcl/kdtree/kdtree_flann.h +pcl/kdtree/kdtree.h +- +pcl/kdtree/flann.h +- +boost/shared_array.hpp +- +pcl/kdtree/impl/kdtree_flann.hpp +- + +/usr/local/include/pcl-1.8/pcl/octree/boost.h +boost/graph/adjacency_list.hpp +- +boost/function.hpp +- + +/usr/local/include/pcl-1.8/pcl/octree/impl/octree2buf_base.hpp + +/usr/local/include/pcl-1.8/pcl/octree/impl/octree_base.hpp +vector +- +pcl/impl/instantiate.hpp +- +pcl/point_types.h +- +pcl/octree/octree.h +- + +/usr/local/include/pcl-1.8/pcl/octree/impl/octree_iterator.hpp +vector +- +assert.h +- +pcl/common/common.h +- + +/usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud.hpp +vector +- +assert.h +- +pcl/common/common.h +- + +/usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_adjacency.hpp +pcl/octree/octree_pointcloud_adjacency.h +- + +/usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_voxelcentroid.hpp +pcl/octree/octree_pointcloud_voxelcentroid.h +- + +/usr/local/include/pcl-1.8/pcl/octree/impl/octree_search.hpp +pcl/point_cloud.h +- +pcl/point_types.h +- +pcl/common/common.h +- +assert.h +- + +/usr/local/include/pcl-1.8/pcl/octree/octree.h +pcl/octree/octree_base.h +- +pcl/octree/octree2buf_base.h +- +pcl/octree/octree_iterator.h +- +pcl/octree/octree_pointcloud.h +- +pcl/octree/octree_pointcloud_density.h +- +pcl/octree/octree_pointcloud_occupancy.h +- +pcl/octree/octree_pointcloud_singlepoint.h +- +pcl/octree/octree_pointcloud_pointvector.h +- +pcl/octree/octree_pointcloud_changedetector.h +- +pcl/octree/octree_pointcloud_voxelcentroid.h +- +pcl/octree/octree_search.h +- + +/usr/local/include/pcl-1.8/pcl/octree/octree2buf_base.h +vector +- +octree_nodes.h +/usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h +octree_container.h +/usr/local/include/pcl-1.8/pcl/octree/octree_container.h +octree_key.h +/usr/local/include/pcl-1.8/pcl/octree/octree_key.h +octree_iterator.h +/usr/local/include/pcl-1.8/pcl/octree/octree_iterator.h +stdio.h +- +string.h +- + +/usr/local/include/pcl-1.8/pcl/octree/octree_base.h +cstddef +- +vector +- +octree_nodes.h +/usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h +octree_container.h +/usr/local/include/pcl-1.8/pcl/octree/octree_container.h +octree_key.h +/usr/local/include/pcl-1.8/pcl/octree/octree_key.h +octree_iterator.h +/usr/local/include/pcl-1.8/pcl/octree/octree_iterator.h + +/usr/local/include/pcl-1.8/pcl/octree/octree_container.h +string.h +- +vector +- +cstddef +- +pcl/pcl_macros.h +- + +/usr/local/include/pcl-1.8/pcl/octree/octree_impl.h +pcl/octree/octree.h +- +pcl/octree/impl/octree_base.hpp +- +pcl/octree/impl/octree2buf_base.hpp +- +pcl/octree/impl/octree_pointcloud.hpp +- +pcl/octree/impl/octree_iterator.hpp +- +pcl/octree/impl/octree_search.hpp +- + +/usr/local/include/pcl-1.8/pcl/octree/octree_iterator.h +cstddef +- +vector +- +deque +- +octree_nodes.h +/usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h +octree_key.h +/usr/local/include/pcl-1.8/pcl/octree/octree_key.h +pcl/point_cloud.h +- +pcl/point_types.h +- +iterator +- + +/usr/local/include/pcl-1.8/pcl/octree/octree_key.h +string +- + +/usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h +cstddef +- +assert.h +- +cstring +- +string.h +- +Eigen/Core +- +pcl/pcl_macros.h +- +octree_container.h +/usr/local/include/pcl-1.8/pcl/octree/octree_container.h + +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h +octree_base.h +/usr/local/include/pcl-1.8/pcl/octree/octree_base.h +pcl/point_cloud.h +- +pcl/point_types.h +- +queue +- +vector +- +algorithm +- +iostream +- +pcl/octree/impl/octree_pointcloud.hpp +- + +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency.h +pcl/console/print.h +- +pcl/common/geometry.h +- +pcl/octree/boost.h +- +pcl/octree/octree_impl.h +- +pcl/octree/octree_pointcloud_adjacency_container.h +- +set +- +list +- +pcl/octree/impl/octree_pointcloud_adjacency.hpp +- + +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency_container.h + +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_changedetector.h +octree_pointcloud.h +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h + +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_density.h +octree_pointcloud.h +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h + +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_occupancy.h +octree_pointcloud.h +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h + +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_pointvector.h +octree_pointcloud.h +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h + +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_singlepoint.h +octree_pointcloud.h +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h + +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_voxelcentroid.h +octree_pointcloud.h +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h +pcl/common/point_operators.h +- +pcl/point_types.h +- +pcl/register_point_struct.h +- +pcl/octree/impl/octree_pointcloud_voxelcentroid.hpp +- + +/usr/local/include/pcl-1.8/pcl/octree/octree_search.h +pcl/point_cloud.h +- +pcl/point_types.h +- +octree_pointcloud.h +/usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h +pcl/octree/impl/octree_search.hpp +- + +/usr/local/include/pcl-1.8/pcl/pcl_base.h +pcl/pcl_macros.h +- +boost/shared_ptr.hpp +- +Eigen/StdVector +- +Eigen/Core +- +pcl/point_cloud.h +- +pcl/PointIndices.h +- +pcl/PCLPointCloud2.h +- +pcl/impl/pcl_base.hpp +- + +/usr/local/include/pcl-1.8/pcl/pcl_config.h + +/usr/local/include/pcl-1.8/pcl/pcl_exports.h + +/usr/local/include/pcl-1.8/pcl/pcl_macros.h +pcl/pcl_config.h +- +boost/cstdint.hpp +- +cstdlib +- +iostream +- +stdarg.h +- +stdio.h +- +math.h +- +math.h +- +cmath +- +cmath +- +stdio.h +- +math.h +- + +/usr/local/include/pcl-1.8/pcl/point_cloud.h +Eigen/StdVector +- +Eigen/Geometry +- +pcl/PCLHeader.h +- +pcl/exceptions.h +- +pcl/point_traits.h +- + +/usr/local/include/pcl-1.8/pcl/point_representation.h +pcl/point_types.h +- +pcl/pcl_macros.h +- +pcl/for_each_type.h +- + +/usr/local/include/pcl-1.8/pcl/point_traits.h +pcl/pcl_macros.h +/usr/local/include/pcl-1.8/pcl/pcl/pcl_macros.h +pcl/PCLPointField.h +- +boost/type_traits/remove_all_extents.hpp +- +boost/type_traits/is_same.hpp +- +boost/mpl/assert.hpp +- +boost/mpl/bool.hpp +- +Eigen/Core +- +Eigen/src/StlSupport/details.h +- + +/usr/local/include/pcl-1.8/pcl/point_types.h +pcl/pcl_macros.h +- +bitset +- +pcl/register_point_struct.h +- +boost/mpl/contains.hpp +- +boost/mpl/fold.hpp +- +boost/mpl/vector.hpp +- +pcl/impl/point_types.hpp +- + +/usr/local/include/pcl-1.8/pcl/register_point_struct.h +pcl/pcl_macros.h +- +pcl/point_traits.h +- +boost/mpl/vector.hpp +- +boost/preprocessor/seq/enum.hpp +- +boost/preprocessor/seq/for_each.hpp +- +boost/preprocessor/seq/transform.hpp +- +boost/preprocessor/cat.hpp +- +boost/preprocessor/comparison.hpp +- +boost/utility.hpp +- +boost/type_traits.hpp +- +stddef.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/boost.h +boost/random.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/eigen.h +Eigen/Core +- +unsupported/Eigen/NonLinearOptimization +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/lmeds.hpp +pcl/sample_consensus/lmeds.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/mlesac.hpp +pcl/sample_consensus/mlesac.h +- +pcl/point_types.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/msac.hpp +pcl/sample_consensus/msac.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/prosac.hpp +boost/math/distributions/binomial.hpp +- +pcl/sample_consensus/prosac.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/ransac.hpp +pcl/sample_consensus/ransac.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rmsac.hpp +pcl/sample_consensus/rmsac.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rransac.hpp +pcl/sample_consensus/rransac.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle.hpp +pcl/sample_consensus/eigen.h +- +pcl/sample_consensus/sac_model_circle.h +- +pcl/common/concatenate.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle3d.hpp +pcl/sample_consensus/eigen.h +- +pcl/sample_consensus/sac_model_circle3d.h +- +pcl/common/concatenate.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cone.hpp +pcl/sample_consensus/eigen.h +- +pcl/sample_consensus/sac_model_cone.h +- +pcl/common/concatenate.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cylinder.hpp +pcl/sample_consensus/eigen.h +- +pcl/sample_consensus/sac_model_cylinder.h +- +pcl/common/concatenate.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_line.hpp +pcl/sample_consensus/sac_model_line.h +- +pcl/common/centroid.h +- +pcl/common/concatenate.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_parallel_plane.hpp +pcl/sample_consensus/sac_model_normal_parallel_plane.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_plane.hpp +pcl/sample_consensus/sac_model_normal_plane.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_sphere.hpp +pcl/sample_consensus/sac_model_normal_sphere.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_line.hpp +pcl/common/common.h +- +pcl/sample_consensus/sac_model_parallel_line.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_plane.hpp +pcl/sample_consensus/sac_model_parallel_plane.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_perpendicular_plane.hpp +pcl/sample_consensus/sac_model_perpendicular_plane.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_plane.hpp +pcl/sample_consensus/sac_model_plane.h +- +pcl/common/centroid.h +- +pcl/common/eigen.h +- +pcl/common/concatenate.h +- +pcl/point_types.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_sphere.hpp +pcl/sample_consensus/eigen.h +- +pcl/sample_consensus/sac_model_sphere.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_stick.hpp +pcl/sample_consensus/sac_model_stick.h +- +pcl/common/centroid.h +- +pcl/common/concatenate.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/lmeds.h +pcl/sample_consensus/sac.h +- +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/impl/lmeds.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/method_types.h + +/usr/local/include/pcl-1.8/pcl/sample_consensus/mlesac.h +pcl/sample_consensus/sac.h +- +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/impl/mlesac.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/model_types.h +map +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/msac.h +algorithm +- +pcl/sample_consensus/sac.h +- +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/impl/msac.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/prosac.h +pcl/sample_consensus/sac.h +- +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/impl/prosac.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/ransac.h +pcl/sample_consensus/sac.h +- +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/impl/ransac.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/rmsac.h +algorithm +- +pcl/sample_consensus/sac.h +- +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/impl/rmsac.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/rransac.h +pcl/sample_consensus/sac.h +- +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/impl/rransac.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac.h +pcl/sample_consensus/boost.h +- +pcl/sample_consensus/sac_model.h +- +ctime +- +set +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model.h +cfloat +- +ctime +- +limits.h +- +set +- +pcl/console/print.h +- +pcl/point_cloud.h +- +pcl/sample_consensus/boost.h +- +pcl/sample_consensus/model_types.h +- +pcl/search/search.h +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle.h +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/model_types.h +- +pcl/sample_consensus/impl/sac_model_circle.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle3d.h +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/model_types.h +- +pcl/sample_consensus/impl/sac_model_circle3d.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cone.h +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/model_types.h +- +pcl/pcl_macros.h +- +pcl/common/common.h +- +pcl/common/distances.h +- +limits.h +- +pcl/sample_consensus/impl/sac_model_cone.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cylinder.h +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/model_types.h +- +pcl/pcl_macros.h +- +pcl/common/common.h +- +pcl/common/distances.h +- +pcl/sample_consensus/impl/sac_model_cylinder.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_line.h +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/model_types.h +- +pcl/common/eigen.h +- +pcl/sample_consensus/impl/sac_model_line.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_parallel_plane.h +pcl/sample_consensus/sac_model_normal_plane.h +- +pcl/sample_consensus/model_types.h +- +pcl/sample_consensus/impl/sac_model_normal_parallel_plane.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_plane.h +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/sac_model_plane.h +- +pcl/sample_consensus/sac_model_perpendicular_plane.h +- +pcl/sample_consensus/model_types.h +- +pcl/sample_consensus/impl/sac_model_normal_plane.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_sphere.h +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/sac_model_sphere.h +- +pcl/sample_consensus/model_types.h +- +pcl/common/common.h +- +pcl/sample_consensus/impl/sac_model_normal_sphere.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_line.h +pcl/sample_consensus/sac_model_line.h +- +pcl/sample_consensus/impl/sac_model_parallel_line.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_plane.h +pcl/sample_consensus/sac_model_plane.h +- +pcl/common/common.h +- +pcl/sample_consensus/impl/sac_model_parallel_plane.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_perpendicular_plane.h +pcl/sample_consensus/sac_model_plane.h +- +pcl/common/common.h +- +pcl/sample_consensus/impl/sac_model_perpendicular_plane.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_plane.h +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/model_types.h +- +pcl/sample_consensus/impl/sac_model_plane.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_sphere.h +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/model_types.h +- +pcl/sample_consensus/impl/sac_model_sphere.hpp +- + +/usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_stick.h +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/model_types.h +- +pcl/common/eigen.h +- +pcl/sample_consensus/impl/sac_model_stick.hpp +- + +/usr/local/include/pcl-1.8/pcl/search/impl/kdtree.hpp +pcl/search/kdtree.h +- +pcl/search/impl/search.hpp +- + +/usr/local/include/pcl-1.8/pcl/search/impl/organized.hpp +pcl/search/organized.h +- +pcl/common/eigen.h +- +pcl/common/time.h +- +Eigen/Eigenvalues +- + +/usr/local/include/pcl-1.8/pcl/search/impl/search.hpp +pcl/search/search.h +- + +/usr/local/include/pcl-1.8/pcl/search/kdtree.h +pcl/search/search.h +- +pcl/kdtree/kdtree_flann.h +- +pcl/search/impl/kdtree.hpp +- + +/usr/local/include/pcl-1.8/pcl/search/octree.h +pcl/search/search.h +- +pcl/octree/octree_search.h +- +pcl/octree/impl/octree_search.hpp +- + +/usr/local/include/pcl-1.8/pcl/search/organized.h +pcl/point_cloud.h +- +pcl/point_types.h +- +pcl/search/search.h +- +pcl/common/eigen.h +- +algorithm +- +queue +- +vector +- +pcl/common/projection_matrix.h +- +pcl/search/impl/organized.hpp +- + +/usr/local/include/pcl-1.8/pcl/search/pcl_search.h +pcl/search/search.h +- +pcl/search/kdtree.h +- +pcl/search/octree.h +- +pcl/search/organized.h +- + +/usr/local/include/pcl-1.8/pcl/search/search.h +pcl/point_cloud.h +- +pcl/for_each_type.h +- +pcl/common/concatenate.h +- +pcl/common/copy_point.h +- +pcl/search/impl/search.hpp +- + +/usr/local/include/pcl-1.8/pcl/segmentation/boost.h +boost/version.hpp +- +boost/make_shared.hpp +- +boost/graph/adjacency_list.hpp +- +boost/multi_array.hpp +- +boost/ptr_container/ptr_list.hpp +- +boost/graph/boykov_kolmogorov_max_flow.hpp +- + +/usr/local/include/pcl-1.8/pcl/segmentation/extract_polygonal_prism_data.h +pcl/pcl_base.h +- +pcl/sample_consensus/sac_model_plane.h +- +pcl/segmentation/impl/extract_polygonal_prism_data.hpp +- + +/usr/local/include/pcl-1.8/pcl/segmentation/impl/extract_polygonal_prism_data.hpp +pcl/segmentation/extract_polygonal_prism_data.h +- +pcl/common/centroid.h +- +pcl/common/eigen.h +- + +/usr/local/include/pcl-1.8/pcl/segmentation/impl/lccp_segmentation.hpp +pcl/segmentation/lccp_segmentation.h +- + +/usr/local/include/pcl-1.8/pcl/segmentation/impl/sac_segmentation.hpp +pcl/segmentation/sac_segmentation.h +- +pcl/sample_consensus/sac.h +- +pcl/sample_consensus/lmeds.h +- +pcl/sample_consensus/mlesac.h +- +pcl/sample_consensus/msac.h +- +pcl/sample_consensus/ransac.h +- +pcl/sample_consensus/rmsac.h +- +pcl/sample_consensus/rransac.h +- +pcl/sample_consensus/prosac.h +- +pcl/sample_consensus/sac_model.h +- +pcl/sample_consensus/sac_model_circle.h +- +pcl/sample_consensus/sac_model_circle3d.h +- +pcl/sample_consensus/sac_model_cone.h +- +pcl/sample_consensus/sac_model_cylinder.h +- +pcl/sample_consensus/sac_model_line.h +- +pcl/sample_consensus/sac_model_normal_plane.h +- +pcl/sample_consensus/sac_model_parallel_plane.h +- +pcl/sample_consensus/sac_model_normal_parallel_plane.h +- +pcl/sample_consensus/sac_model_parallel_line.h +- +pcl/sample_consensus/sac_model_perpendicular_plane.h +- +pcl/sample_consensus/sac_model_plane.h +- +pcl/sample_consensus/sac_model_sphere.h +- +pcl/sample_consensus/sac_model_normal_sphere.h +- +pcl/sample_consensus/sac_model_stick.h +- + +/usr/local/include/pcl-1.8/pcl/segmentation/impl/supervoxel_clustering.hpp +pcl/segmentation/supervoxel_clustering.h +- + +/usr/local/include/pcl-1.8/pcl/segmentation/lccp_segmentation.h +pcl/pcl_base.h +- +pcl/point_types.h +- +pcl/point_cloud.h +- +pcl/segmentation/supervoxel_clustering.h +- +pcl/segmentation/impl/lccp_segmentation.hpp +- + +/usr/local/include/pcl-1.8/pcl/segmentation/sac_segmentation.h +pcl/pcl_base.h +- +pcl/PointIndices.h +- +pcl/ModelCoefficients.h +- +pcl/sample_consensus/method_types.h +- +pcl/sample_consensus/sac.h +- +pcl/sample_consensus/model_types.h +- +pcl/sample_consensus/sac_model.h +- +pcl/search/search.h +- +pcl/segmentation/impl/sac_segmentation.hpp +- + +/usr/local/include/pcl-1.8/pcl/segmentation/supervoxel_clustering.h +pcl/features/normal_3d.h +- +pcl/pcl_base.h +- +pcl/point_cloud.h +- +pcl/point_types.h +- +pcl/octree/octree.h +- +pcl/octree/octree_pointcloud_adjacency.h +- +pcl/search/search.h +- +pcl/segmentation/boost.h +- +pcl/common/time.h +- +pcl/segmentation/impl/supervoxel_clustering.hpp +- + +/usr/local/include/pcl-1.8/pcl/surface/boost.h +boost/bind.hpp +- +boost/function.hpp +- +boost/random.hpp +- +boost/unordered_map.hpp +- +boost/dynamic_bitset/dynamic_bitset.hpp +- +boost/shared_ptr.hpp +- + +/usr/local/include/pcl-1.8/pcl/surface/convex_hull.h +pcl/pcl_config.h +- +pcl/surface/reconstruction.h +- +pcl/ModelCoefficients.h +- +pcl/PolygonMesh.h +- +pcl/surface/impl/convex_hull.hpp +- + +/usr/local/include/pcl-1.8/pcl/surface/impl/convex_hull.hpp +pcl/pcl_config.h +- +pcl/surface/convex_hull.h +- +pcl/common/common.h +- +pcl/common/eigen.h +- +pcl/common/transforms.h +- +pcl/common/io.h +- +stdio.h +- +stdlib.h +- +pcl/surface/qhull.h +- + +/usr/local/include/pcl-1.8/pcl/surface/impl/reconstruction.hpp +pcl/search/pcl_search.h +- + +/usr/local/include/pcl-1.8/pcl/surface/qhull.h +pcl/pcl_config.h +- +libqhull/libqhull.h +/usr/local/include/pcl-1.8/pcl/surface/libqhull/libqhull.h +libqhull/mem.h +/usr/local/include/pcl-1.8/pcl/surface/libqhull/mem.h +libqhull/qset.h +/usr/local/include/pcl-1.8/pcl/surface/libqhull/qset.h +libqhull/geom.h +/usr/local/include/pcl-1.8/pcl/surface/libqhull/geom.h +libqhull/merge.h +/usr/local/include/pcl-1.8/pcl/surface/libqhull/merge.h +libqhull/poly.h +/usr/local/include/pcl-1.8/pcl/surface/libqhull/poly.h +libqhull/io.h +/usr/local/include/pcl-1.8/pcl/surface/libqhull/io.h +libqhull/stat.h +/usr/local/include/pcl-1.8/pcl/surface/libqhull/stat.h +qhull/qhull.h +/usr/local/include/pcl-1.8/pcl/surface/qhull/qhull.h +qhull/mem.h +/usr/local/include/pcl-1.8/pcl/surface/qhull/mem.h +qhull/qset.h +/usr/local/include/pcl-1.8/pcl/surface/qhull/qset.h +qhull/geom.h +/usr/local/include/pcl-1.8/pcl/surface/qhull/geom.h +qhull/merge.h +/usr/local/include/pcl-1.8/pcl/surface/qhull/merge.h +qhull/poly.h +/usr/local/include/pcl-1.8/pcl/surface/qhull/poly.h +qhull/io.h +/usr/local/include/pcl-1.8/pcl/surface/qhull/io.h +qhull/stat.h +/usr/local/include/pcl-1.8/pcl/surface/qhull/stat.h + +/usr/local/include/pcl-1.8/pcl/surface/reconstruction.h +pcl/pcl_base.h +- +pcl/PolygonMesh.h +- +pcl/search/pcl_search.h +- +pcl/conversions.h +- +pcl/surface/boost.h +- +pcl/surface/impl/reconstruction.hpp +- + +/usr/local/include/pcl-1.8/pcl/visualization/area_picking_event.h +pcl/pcl_macros.h +- + +/usr/local/include/pcl-1.8/pcl/visualization/boost.h +boost/function.hpp +- +boost/shared_array.hpp +- +boost/signals2.hpp +- +boost/shared_ptr.hpp +- +boost/algorithm/string.hpp +- +boost/algorithm/string/split.hpp +- +boost/algorithm/string/classification.hpp +- +boost/thread.hpp +- +boost/bind.hpp +- +boost/unordered_map.hpp +- +boost/thread/mutex.hpp +- +boost/thread/thread.hpp +- +boost/foreach.hpp +- +boost/date_time/posix_time/posix_time.hpp +- +boost/filesystem.hpp +- + +/usr/local/include/pcl-1.8/pcl/visualization/common/actor_map.h +pcl/visualization/point_cloud_handlers.h +- +vector +- +map +- +pcl/PCLPointCloud2.h +- +boost/unordered_map.hpp +- +vtkLODActor.h +- +vtkSmartPointer.h +- +pcl/PCLPointCloud2.h +- +pcl/visualization/boost.h +- + +/usr/local/include/pcl-1.8/pcl/visualization/common/common.h +pcl/pcl_macros.h +- +pcl/visualization/eigen.h +- +vtkMatrix4x4.h +- +pcl/visualization/common/impl/common.hpp +- + +/usr/local/include/pcl-1.8/pcl/visualization/common/impl/common.hpp + +/usr/local/include/pcl-1.8/pcl/visualization/common/impl/shapes.hpp +vtkSmartPointer.h +- +vtkPoints.h +- +vtkPolygon.h +- +vtkUnstructuredGrid.h +- + +/usr/local/include/pcl-1.8/pcl/visualization/common/ren_win_interact_map.h +map +- +string +- + +/usr/local/include/pcl-1.8/pcl/visualization/common/shapes.h +pcl/ModelCoefficients.h +- +pcl/point_cloud.h +- +pcl/visualization/eigen.h +- +pcl/geometry/planar_polygon.h +- +pcl/visualization/common/impl/shapes.hpp +- + +/usr/local/include/pcl-1.8/pcl/visualization/eigen.h +Eigen/Geometry +- +Eigen/Dense +- + +/usr/local/include/pcl-1.8/pcl/visualization/impl/pcl_visualizer.hpp +vtkVersion.h +- +vtkSmartPointer.h +- +vtkCellArray.h +- +vtkLeaderActor2D.h +- +vtkVectorText.h +- +vtkAlgorithmOutput.h +- +vtkFollower.h +- +vtkMath.h +- +vtkSphereSource.h +- +vtkProperty2D.h +- +vtkDataSetSurfaceFilter.h +- +vtkPointData.h +- +vtkPolyDataMapper.h +- +vtkProperty.h +- +vtkMapper.h +- +vtkCellData.h +- +vtkDataSetMapper.h +- +vtkRenderer.h +- +vtkRendererCollection.h +- +vtkAppendPolyData.h +- +vtkTextProperty.h +- +vtkLODActor.h +- +vtkLineSource.h +- +pcl/visualization/common/shapes.h +- + +/usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_color_handlers.hpp +set +- +map +- +pcl/pcl_macros.h +- +pcl/common/colors.h +- + +/usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_geometry_handlers.hpp +pcl/pcl_macros.h +- + +/usr/local/include/pcl-1.8/pcl/visualization/interactor_style.h +pcl/console/print.h +- +pcl/visualization/common/actor_map.h +- +pcl/visualization/common/ren_win_interact_map.h +- +pcl/visualization/keyboard_event.h +- +pcl/visualization/mouse_event.h +- +pcl/visualization/point_picking_event.h +- +pcl/visualization/area_picking_event.h +- +boost/signals2/signal.hpp +- +vtkInteractorStyleRubberBandPick.h +- + +/usr/local/include/pcl-1.8/pcl/visualization/keyboard_event.h +string +- + +/usr/local/include/pcl-1.8/pcl/visualization/mouse_event.h +pcl/visualization/keyboard_event.h +- + +/usr/local/include/pcl-1.8/pcl/visualization/pcl_visualizer.h +pcl/correspondence.h +- +pcl/ModelCoefficients.h +- +pcl/PolygonMesh.h +- +pcl/TextureMesh.h +- +pcl/console/print.h +- +pcl/visualization/common/actor_map.h +- +pcl/visualization/common/common.h +- +pcl/visualization/point_cloud_geometry_handlers.h +- +pcl/visualization/point_cloud_color_handlers.h +- +pcl/visualization/point_picking_event.h +- +pcl/visualization/area_picking_event.h +- +pcl/visualization/interactor_style.h +- +pcl/visualization/impl/pcl_visualizer.hpp +- + +/usr/local/include/pcl-1.8/pcl/visualization/point_cloud_color_handlers.h +pcl/point_cloud.h +- +pcl/common/io.h +- +pcl/visualization/common/common.h +- +vtkSmartPointer.h +- +vtkDataArray.h +- +vtkFloatArray.h +- +vtkUnsignedCharArray.h +- +pcl/visualization/impl/point_cloud_color_handlers.hpp +- + +/usr/local/include/pcl-1.8/pcl/visualization/point_cloud_geometry_handlers.h +pcl/point_cloud.h +- +pcl/common/io.h +- +vtkSmartPointer.h +- +vtkPoints.h +- +vtkFloatArray.h +- +pcl/visualization/impl/point_cloud_geometry_handlers.hpp +- + +/usr/local/include/pcl-1.8/pcl/visualization/point_cloud_handlers.h +pcl/visualization/point_cloud_geometry_handlers.h +- +pcl/visualization/point_cloud_color_handlers.h +- + +/usr/local/include/pcl-1.8/pcl/visualization/point_picking_event.h +pcl/pcl_macros.h +- +vector +- +vtkCommand.h +- + diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/DependInfo.cmake b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/DependInfo.cmake new file mode 100644 index 0000000..086e74a --- /dev/null +++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/DependInfo.cmake @@ -0,0 +1,43 @@ +# The set of languages for which implicit dependencies are needed: +SET(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +SET(CMAKE_DEPENDS_CHECK_CXX + "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/tos_supervoxels_test.cpp" "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o" + ) +SET(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +SET(CMAKE_TARGET_DEFINITIONS + "DISABLE_DAVIDSDK" + "DISABLE_DSSDK" + "DISABLE_ENSENSO" + "DISABLE_LIBUSB_1_0" + "DISABLE_PCAP" + "DISABLE_PNG" + "DISABLE_RSSDK" + "EIGEN_USE_NEW_STDVECTOR" + "EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET" + "FLANN_STATIC" + "qh_QHpointer" + ) + +# Targets to which this target links. +SET(CMAKE_TARGET_LINKED_INFO_FILES + "/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/CMakeFiles/tos_supervoxels.dir/DependInfo.cmake" + ) + +# The include file search paths: +SET(CMAKE_C_TARGET_INCLUDE_PATH + "/usr/include/vtk-5.8" + "../src/." + "/usr/local/include/pcl-1.8" + "/usr/include/eigen3" + "/usr/include/ni" + "/usr/include/openni2" + "/usr/include/opencv" + ) +SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make new file mode 100644 index 0000000..e203eae --- /dev/null +++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make @@ -0,0 +1,240 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The program to use to edit the cache. +CMAKE_EDIT_COMMAND = /usr/bin/ccmake + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build + +# Include any dependencies generated for this target. +include src/examples/CMakeFiles/tos_supervoxels_test.dir/depend.make + +# Include the progress variables for this target. +include src/examples/CMakeFiles/tos_supervoxels_test.dir/progress.make + +# Include the compile flags for this target's objects. +include src/examples/CMakeFiles/tos_supervoxels_test.dir/flags.make + +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: src/examples/CMakeFiles/tos_supervoxels_test.dir/flags.make +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: ../src/examples/tos_supervoxels_test.cpp + $(CMAKE_COMMAND) -E cmake_progress_report /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles $(CMAKE_PROGRESS_1) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o" + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o -c /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/tos_supervoxels_test.cpp + +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.i" + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/tos_supervoxels_test.cpp > CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.i + +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.s" + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/tos_supervoxels_test.cpp -o CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.s + +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.requires: +.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.requires + +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.provides: src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.requires + $(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.provides.build +.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.provides + +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.provides.build: src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o + +# Object files for target tos_supervoxels_test +tos_supervoxels_test_OBJECTS = \ +"CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o" + +# External object files for target tos_supervoxels_test +tos_supervoxels_test_EXTERNAL_OBJECTS = + +../bin/tos_supervoxels_test: src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o +../bin/tos_supervoxels_test: src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make +../bin/tos_supervoxels_test: ../lib/libtos_supervoxels.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_system.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_thread.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_date_time.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_serialization.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_chrono.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libpthread.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_common.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libflann_cpp_s.a +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_kdtree.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_octree.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_search.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_sample_consensus.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_filters.so +../bin/tos_supervoxels_test: /usr/lib/libOpenNI.so +../bin/tos_supervoxels_test: /usr/lib/libOpenNI2.so +../bin/tos_supervoxels_test: /usr/lib/libvtkCommon.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkFiltering.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkImaging.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkGraphics.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkGenericFiltering.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkIO.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkRendering.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkVolumeRendering.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkHybrid.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkWidgets.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkParallel.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkInfovis.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkGeovis.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkViews.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkCharts.so.5.8.0 +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_io.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_features.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_visualization.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_ml.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_segmentation.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_people.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_registration.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_keypoints.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_outofcore.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_stereo.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libqhull.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_surface.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_recognition.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_tracking.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_system.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_thread.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_date_time.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_serialization.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libboost_chrono.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libpthread.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libqhull.so +../bin/tos_supervoxels_test: /usr/lib/libOpenNI.so +../bin/tos_supervoxels_test: /usr/lib/libOpenNI2.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libflann_cpp_s.a +../bin/tos_supervoxels_test: /usr/lib/libvtkCommon.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkFiltering.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkImaging.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkGraphics.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkGenericFiltering.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkIO.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkRendering.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkVolumeRendering.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkHybrid.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkWidgets.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkParallel.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkInfovis.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkGeovis.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkViews.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkCharts.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_videostab.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_video.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_ts.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_superres.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_stitching.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_photo.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_ocl.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_ml.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_legacy.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_gpu.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_flann.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_features2d.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_core.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_contrib.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/libvtkViews.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkInfovis.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkWidgets.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkVolumeRendering.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkHybrid.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkParallel.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkRendering.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkImaging.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkGraphics.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkIO.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkFiltering.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtkCommon.so.5.8.0 +../bin/tos_supervoxels_test: /usr/lib/libvtksys.so.5.8.0 +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_common.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_kdtree.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_octree.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_search.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_sample_consensus.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_filters.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_io.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_features.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_visualization.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_ml.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_segmentation.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_people.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_registration.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_keypoints.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_outofcore.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_stereo.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_surface.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_recognition.so +../bin/tos_supervoxels_test: /usr/local/lib/libpcl_tracking.so +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_photo.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_legacy.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_video.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_ml.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_features2d.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_flann.so.2.4.8 +../bin/tos_supervoxels_test: /usr/lib/x86_64-linux-gnu/libopencv_core.so.2.4.8 +../bin/tos_supervoxels_test: src/examples/CMakeFiles/tos_supervoxels_test.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable ../../../bin/tos_supervoxels_test" + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tos_supervoxels_test.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +src/examples/CMakeFiles/tos_supervoxels_test.dir/build: ../bin/tos_supervoxels_test +.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/build + +src/examples/CMakeFiles/tos_supervoxels_test.dir/requires: src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o.requires +.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/requires + +src/examples/CMakeFiles/tos_supervoxels_test.dir/clean: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples && $(CMAKE_COMMAND) -P CMakeFiles/tos_supervoxels_test.dir/cmake_clean.cmake +.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/clean + +src/examples/CMakeFiles/tos_supervoxels_test.dir/depend: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/depend + diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/cmake_clean.cmake b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/cmake_clean.cmake new file mode 100644 index 0000000..f03fbcf --- /dev/null +++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +FILE(REMOVE_RECURSE + "CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o" + "../../../bin/tos_supervoxels_test.pdb" + "../../../bin/tos_supervoxels_test" +) + +# Per-language clean rules from dependency scanning. +FOREACH(lang CXX) + INCLUDE(CMakeFiles/tos_supervoxels_test.dir/cmake_clean_${lang}.cmake OPTIONAL) +ENDFOREACH(lang) diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/depend.internal b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/depend.internal new file mode 100644 index 0000000..709c04b --- /dev/null +++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/depend.internal @@ -0,0 +1,528 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o + ../src/./tos_supervoxels.h + /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples/tos_supervoxels_test.cpp + /usr/include/eigen3/Eigen/Cholesky + /usr/include/eigen3/Eigen/Core + /usr/include/eigen3/Eigen/Dense + /usr/include/eigen3/Eigen/Eigen2Support + /usr/include/eigen3/Eigen/Eigenvalues + /usr/include/eigen3/Eigen/Geometry + /usr/include/eigen3/Eigen/Householder + /usr/include/eigen3/Eigen/Jacobi + /usr/include/eigen3/Eigen/LU + /usr/include/eigen3/Eigen/QR + /usr/include/eigen3/Eigen/SVD + /usr/include/eigen3/Eigen/StdVector + /usr/include/eigen3/Eigen/src/Cholesky/LDLT.h + /usr/include/eigen3/Eigen/src/Cholesky/LLT.h + /usr/include/eigen3/Eigen/src/Cholesky/LLT_MKL.h + /usr/include/eigen3/Eigen/src/Core/Array.h + /usr/include/eigen3/Eigen/src/Core/ArrayBase.h + /usr/include/eigen3/Eigen/src/Core/ArrayWrapper.h + /usr/include/eigen3/Eigen/src/Core/Assign.h + /usr/include/eigen3/Eigen/src/Core/Assign_MKL.h + /usr/include/eigen3/Eigen/src/Core/BandMatrix.h + /usr/include/eigen3/Eigen/src/Core/Block.h + /usr/include/eigen3/Eigen/src/Core/BooleanRedux.h + /usr/include/eigen3/Eigen/src/Core/CommaInitializer.h + /usr/include/eigen3/Eigen/src/Core/CoreIterators.h + /usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h + /usr/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h + /usr/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h + /usr/include/eigen3/Eigen/src/Core/CwiseUnaryView.h + /usr/include/eigen3/Eigen/src/Core/DenseBase.h + /usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h + /usr/include/eigen3/Eigen/src/Core/DenseStorage.h + /usr/include/eigen3/Eigen/src/Core/Diagonal.h + /usr/include/eigen3/Eigen/src/Core/DiagonalMatrix.h + /usr/include/eigen3/Eigen/src/Core/DiagonalProduct.h + /usr/include/eigen3/Eigen/src/Core/Dot.h + /usr/include/eigen3/Eigen/src/Core/EigenBase.h + /usr/include/eigen3/Eigen/src/Core/Flagged.h + /usr/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h + /usr/include/eigen3/Eigen/src/Core/Functors.h + /usr/include/eigen3/Eigen/src/Core/Fuzzy.h + /usr/include/eigen3/Eigen/src/Core/GeneralProduct.h + /usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h + /usr/include/eigen3/Eigen/src/Core/GlobalFunctions.h + /usr/include/eigen3/Eigen/src/Core/IO.h + /usr/include/eigen3/Eigen/src/Core/Map.h + /usr/include/eigen3/Eigen/src/Core/MapBase.h + /usr/include/eigen3/Eigen/src/Core/MathFunctions.h + /usr/include/eigen3/Eigen/src/Core/Matrix.h + /usr/include/eigen3/Eigen/src/Core/MatrixBase.h + /usr/include/eigen3/Eigen/src/Core/NestByValue.h + /usr/include/eigen3/Eigen/src/Core/NoAlias.h + /usr/include/eigen3/Eigen/src/Core/NumTraits.h + /usr/include/eigen3/Eigen/src/Core/PermutationMatrix.h + /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h + /usr/include/eigen3/Eigen/src/Core/ProductBase.h + /usr/include/eigen3/Eigen/src/Core/Random.h + /usr/include/eigen3/Eigen/src/Core/Redux.h + /usr/include/eigen3/Eigen/src/Core/Ref.h + /usr/include/eigen3/Eigen/src/Core/Replicate.h + /usr/include/eigen3/Eigen/src/Core/ReturnByValue.h + /usr/include/eigen3/Eigen/src/Core/Reverse.h + /usr/include/eigen3/Eigen/src/Core/Select.h + /usr/include/eigen3/Eigen/src/Core/SelfAdjointView.h + /usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h + /usr/include/eigen3/Eigen/src/Core/SolveTriangular.h + /usr/include/eigen3/Eigen/src/Core/StableNorm.h + /usr/include/eigen3/Eigen/src/Core/Stride.h + /usr/include/eigen3/Eigen/src/Core/Swap.h + /usr/include/eigen3/Eigen/src/Core/Transpose.h + /usr/include/eigen3/Eigen/src/Core/Transpositions.h + /usr/include/eigen3/Eigen/src/Core/TriangularMatrix.h + /usr/include/eigen3/Eigen/src/Core/VectorBlock.h + /usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h + /usr/include/eigen3/Eigen/src/Core/Visitor.h + /usr/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h + /usr/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h + /usr/include/eigen3/Eigen/src/Core/arch/Default/Settings.h + /usr/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h + /usr/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h + /usr/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h + /usr/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h + /usr/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h + /usr/include/eigen3/Eigen/src/Core/products/CoeffBasedProduct.h + /usr/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h + /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h + /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h + /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h + /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_MKL.h + /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h + /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_MKL.h + /usr/include/eigen3/Eigen/src/Core/products/Parallelizer.h + /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h + /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_MKL.h + /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h + /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_MKL.h + /usr/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h + /usr/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h + /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h + /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_MKL.h + /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h + /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_MKL.h + /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h + /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_MKL.h + /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h + /usr/include/eigen3/Eigen/src/Core/util/BlasUtil.h + /usr/include/eigen3/Eigen/src/Core/util/Constants.h + /usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h + /usr/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h + /usr/include/eigen3/Eigen/src/Core/util/MKL_support.h + /usr/include/eigen3/Eigen/src/Core/util/Macros.h + /usr/include/eigen3/Eigen/src/Core/util/Memory.h + /usr/include/eigen3/Eigen/src/Core/util/Meta.h + /usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h + /usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h + /usr/include/eigen3/Eigen/src/Core/util/XprHelper.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Block.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Cwise.h + /usr/include/eigen3/Eigen/src/Eigen2Support/CwiseOperators.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AlignedBox.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/All.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AngleAxis.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Hyperplane.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Quaternion.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Rotation2D.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/RotationBase.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Scaling.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Transform.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Translation.h + /usr/include/eigen3/Eigen/src/Eigen2Support/LU.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Lazy.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Macros.h + /usr/include/eigen3/Eigen/src/Eigen2Support/MathFunctions.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Memory.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Meta.h + /usr/include/eigen3/Eigen/src/Eigen2Support/Minor.h + /usr/include/eigen3/Eigen/src/Eigen2Support/QR.h + /usr/include/eigen3/Eigen/src/Eigen2Support/SVD.h + /usr/include/eigen3/Eigen/src/Eigen2Support/TriangularSolver.h + /usr/include/eigen3/Eigen/src/Eigen2Support/VectorBlock.h + /usr/include/eigen3/Eigen/src/Eigenvalues/./ComplexSchur.h + /usr/include/eigen3/Eigen/src/Eigenvalues/./HessenbergDecomposition.h + /usr/include/eigen3/Eigen/src/Eigenvalues/./RealQZ.h + /usr/include/eigen3/Eigen/src/Eigenvalues/./RealSchur.h + /usr/include/eigen3/Eigen/src/Eigenvalues/./Tridiagonalization.h + /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h + /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h + /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_MKL.h + /usr/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h + /usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h + /usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h + /usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h + /usr/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h + /usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h + /usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h + /usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur_MKL.h + /usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h + /usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_MKL.h + /usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h + /usr/include/eigen3/Eigen/src/Geometry/AlignedBox.h + /usr/include/eigen3/Eigen/src/Geometry/AngleAxis.h + /usr/include/eigen3/Eigen/src/Geometry/EulerAngles.h + /usr/include/eigen3/Eigen/src/Geometry/Homogeneous.h + /usr/include/eigen3/Eigen/src/Geometry/Hyperplane.h + /usr/include/eigen3/Eigen/src/Geometry/OrthoMethods.h + /usr/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h + /usr/include/eigen3/Eigen/src/Geometry/Quaternion.h + /usr/include/eigen3/Eigen/src/Geometry/Rotation2D.h + /usr/include/eigen3/Eigen/src/Geometry/RotationBase.h + /usr/include/eigen3/Eigen/src/Geometry/Scaling.h + /usr/include/eigen3/Eigen/src/Geometry/Transform.h + /usr/include/eigen3/Eigen/src/Geometry/Translation.h + /usr/include/eigen3/Eigen/src/Geometry/Umeyama.h + /usr/include/eigen3/Eigen/src/Geometry/arch/Geometry_SSE.h + /usr/include/eigen3/Eigen/src/Householder/BlockHouseholder.h + /usr/include/eigen3/Eigen/src/Householder/Householder.h + /usr/include/eigen3/Eigen/src/Householder/HouseholderSequence.h + /usr/include/eigen3/Eigen/src/Jacobi/Jacobi.h + /usr/include/eigen3/Eigen/src/LU/Determinant.h + /usr/include/eigen3/Eigen/src/LU/FullPivLU.h + /usr/include/eigen3/Eigen/src/LU/Inverse.h + /usr/include/eigen3/Eigen/src/LU/PartialPivLU.h + /usr/include/eigen3/Eigen/src/LU/PartialPivLU_MKL.h + /usr/include/eigen3/Eigen/src/LU/arch/Inverse_SSE.h + /usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h + /usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_MKL.h + /usr/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h + /usr/include/eigen3/Eigen/src/QR/HouseholderQR.h + /usr/include/eigen3/Eigen/src/QR/HouseholderQR_MKL.h + /usr/include/eigen3/Eigen/src/SVD/JacobiSVD.h + /usr/include/eigen3/Eigen/src/SVD/JacobiSVD_MKL.h + /usr/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h + /usr/include/eigen3/Eigen/src/StlSupport/StdVector.h + /usr/include/eigen3/Eigen/src/StlSupport/details.h + /usr/include/eigen3/Eigen/src/misc/Image.h + /usr/include/eigen3/Eigen/src/misc/Kernel.h + /usr/include/eigen3/Eigen/src/misc/Solve.h + /usr/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h + /usr/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h + /usr/include/eigen3/Eigen/src/plugins/BlockMethods.h + /usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h + /usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h + /usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h + /usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h + /usr/include/eigen3/unsupported/Eigen/NonLinearOptimization + /usr/include/eigen3/unsupported/Eigen/NumericalDiff + /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h + /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h + /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h + /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h + /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h + /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h + /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h + /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h + /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h + /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h + /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h + /usr/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h + /usr/include/vtk-5.8/vtkABI.h + /usr/include/vtk-5.8/vtkAbstractArray.h + /usr/include/vtk-5.8/vtkAbstractMapper.h + /usr/include/vtk-5.8/vtkAbstractMapper3D.h + /usr/include/vtk-5.8/vtkActor.h + /usr/include/vtk-5.8/vtkActor2D.h + /usr/include/vtk-5.8/vtkActorCollection.h + /usr/include/vtk-5.8/vtkAlgorithm.h + /usr/include/vtk-5.8/vtkAlgorithmOutput.h + /usr/include/vtk-5.8/vtkAppendPolyData.h + /usr/include/vtk-5.8/vtkArrayIterator.h + /usr/include/vtk-5.8/vtkArrayIteratorTemplate.h + /usr/include/vtk-5.8/vtkArrayIteratorTemplate.txx + /usr/include/vtk-5.8/vtkArrayIteratorTemplateImplicit.txx + /usr/include/vtk-5.8/vtkCell.h + /usr/include/vtk-5.8/vtkCellArray.h + /usr/include/vtk-5.8/vtkCellData.h + /usr/include/vtk-5.8/vtkCellLinks.h + /usr/include/vtk-5.8/vtkCellType.h + /usr/include/vtk-5.8/vtkCellTypes.h + /usr/include/vtk-5.8/vtkCollection.h + /usr/include/vtk-5.8/vtkCommand.h + /usr/include/vtk-5.8/vtkCommonInformationKeyManager.h + /usr/include/vtk-5.8/vtkConfigure.h + /usr/include/vtk-5.8/vtkCoordinate.h + /usr/include/vtk-5.8/vtkDataArray.h + /usr/include/vtk-5.8/vtkDataArrayTemplate.h + /usr/include/vtk-5.8/vtkDataArrayTemplate.txx + /usr/include/vtk-5.8/vtkDataArrayTemplateImplicit.txx + /usr/include/vtk-5.8/vtkDataObject.h + /usr/include/vtk-5.8/vtkDataSet.h + /usr/include/vtk-5.8/vtkDataSetAttributes.h + /usr/include/vtk-5.8/vtkDataSetMapper.h + /usr/include/vtk-5.8/vtkDataSetSurfaceFilter.h + /usr/include/vtk-5.8/vtkDebugLeaksManager.h + /usr/include/vtk-5.8/vtkFieldData.h + /usr/include/vtk-5.8/vtkFloatArray.h + /usr/include/vtk-5.8/vtkFollower.h + /usr/include/vtk-5.8/vtkIOStream.h + /usr/include/vtk-5.8/vtkIOStreamFwd.h + /usr/include/vtk-5.8/vtkIdList.h + /usr/include/vtk-5.8/vtkIdTypeArray.h + /usr/include/vtk-5.8/vtkImageAlgorithm.h + /usr/include/vtk-5.8/vtkIndent.h + /usr/include/vtk-5.8/vtkInformation.h + /usr/include/vtk-5.8/vtkInformationDoubleVectorKey.h + /usr/include/vtk-5.8/vtkInformationInformationVectorKey.h + /usr/include/vtk-5.8/vtkInformationKey.h + /usr/include/vtk-5.8/vtkInformationVector.h + /usr/include/vtk-5.8/vtkIntArray.h + /usr/include/vtk-5.8/vtkInteractorObserver.h + /usr/include/vtk-5.8/vtkInteractorStyle.h + /usr/include/vtk-5.8/vtkInteractorStyleRubberBandPick.h + /usr/include/vtk-5.8/vtkInteractorStyleTrackballCamera.h + /usr/include/vtk-5.8/vtkLODActor.h + /usr/include/vtk-5.8/vtkLeaderActor2D.h + /usr/include/vtk-5.8/vtkLineSource.h + /usr/include/vtk-5.8/vtkMapper.h + /usr/include/vtk-5.8/vtkMath.h + /usr/include/vtk-5.8/vtkMatrix4x4.h + /usr/include/vtk-5.8/vtkOStrStreamWrapper.h + /usr/include/vtk-5.8/vtkOStreamWrapper.h + /usr/include/vtk-5.8/vtkObject.h + /usr/include/vtk-5.8/vtkObjectBase.h + /usr/include/vtk-5.8/vtkObjectFactory.h + /usr/include/vtk-5.8/vtkPointData.h + /usr/include/vtk-5.8/vtkPointSet.h + /usr/include/vtk-5.8/vtkPoints.h + /usr/include/vtk-5.8/vtkPolyData.h + /usr/include/vtk-5.8/vtkPolyDataAlgorithm.h + /usr/include/vtk-5.8/vtkPolyDataMapper.h + /usr/include/vtk-5.8/vtkPolyLine.h + /usr/include/vtk-5.8/vtkPolygon.h + /usr/include/vtk-5.8/vtkPolynomialSolversUnivariate.h + /usr/include/vtk-5.8/vtkProp.h + /usr/include/vtk-5.8/vtkProp3D.h + /usr/include/vtk-5.8/vtkPropCollection.h + /usr/include/vtk-5.8/vtkProperty.h + /usr/include/vtk-5.8/vtkProperty2D.h + /usr/include/vtk-5.8/vtkRenderer.h + /usr/include/vtk-5.8/vtkRendererCollection.h + /usr/include/vtk-5.8/vtkScalarsToColors.h + /usr/include/vtk-5.8/vtkSetGet.h + /usr/include/vtk-5.8/vtkSmartPointer.h + /usr/include/vtk-5.8/vtkSmartPointerBase.h + /usr/include/vtk-5.8/vtkSortDataArray.h + /usr/include/vtk-5.8/vtkSphereSource.h + /usr/include/vtk-5.8/vtkStdString.h + /usr/include/vtk-5.8/vtkSystemIncludes.h + /usr/include/vtk-5.8/vtkTextProperty.h + /usr/include/vtk-5.8/vtkTexture.h + /usr/include/vtk-5.8/vtkTimeStamp.h + /usr/include/vtk-5.8/vtkType.h + /usr/include/vtk-5.8/vtkTypeTraits.h + /usr/include/vtk-5.8/vtkUnicodeString.h + /usr/include/vtk-5.8/vtkUnsignedCharArray.h + /usr/include/vtk-5.8/vtkUnstructuredGrid.h + /usr/include/vtk-5.8/vtkVariant.h + /usr/include/vtk-5.8/vtkVariantInlineOperators.h + /usr/include/vtk-5.8/vtkVectorText.h + /usr/include/vtk-5.8/vtkVersion.h + /usr/include/vtk-5.8/vtkViewport.h + /usr/include/vtk-5.8/vtkVolume.h + /usr/include/vtk-5.8/vtkVolumeCollection.h + /usr/include/vtk-5.8/vtkWeakPointerBase.h + /usr/include/vtk-5.8/vtkWin32Header.h + /usr/include/vtk-5.8/vtkstd/algorithm + /usr/include/vtk-5.8/vtkstd/exception + /usr/include/vtk-5.8/vtkstd/map + /usr/include/vtk-5.8/vtkstd/new + /usr/include/vtk-5.8/vtkstd/string + /usr/include/vtk-5.8/vtkstd/utility + /usr/include/vtk-5.8/vtkstd/vector + /usr/include/vtk-5.8/vtksys/DateStamp.h + /usr/local/include/pcl-1.8/pcl/ModelCoefficients.h + /usr/local/include/pcl-1.8/pcl/PCLHeader.h + /usr/local/include/pcl-1.8/pcl/PCLImage.h + /usr/local/include/pcl-1.8/pcl/PCLPointCloud2.h + /usr/local/include/pcl-1.8/pcl/PCLPointField.h + /usr/local/include/pcl-1.8/pcl/PointIndices.h + /usr/local/include/pcl-1.8/pcl/PolygonMesh.h + /usr/local/include/pcl-1.8/pcl/TextureMesh.h + /usr/local/include/pcl-1.8/pcl/Vertices.h + /usr/local/include/pcl-1.8/pcl/cloud_iterator.h + /usr/local/include/pcl-1.8/pcl/common/centroid.h + /usr/local/include/pcl-1.8/pcl/common/colors.h + /usr/local/include/pcl-1.8/pcl/common/common.h + /usr/local/include/pcl-1.8/pcl/common/concatenate.h + /usr/local/include/pcl-1.8/pcl/common/copy_point.h + /usr/local/include/pcl-1.8/pcl/common/distances.h + /usr/local/include/pcl-1.8/pcl/common/eigen.h + /usr/local/include/pcl-1.8/pcl/common/geometry.h + /usr/local/include/pcl-1.8/pcl/common/impl/accumulators.hpp + /usr/local/include/pcl-1.8/pcl/common/impl/centroid.hpp + /usr/local/include/pcl-1.8/pcl/common/impl/common.hpp + /usr/local/include/pcl-1.8/pcl/common/impl/copy_point.hpp + /usr/local/include/pcl-1.8/pcl/common/impl/eigen.hpp + /usr/local/include/pcl-1.8/pcl/common/impl/io.hpp + /usr/local/include/pcl-1.8/pcl/common/impl/projection_matrix.hpp + /usr/local/include/pcl-1.8/pcl/common/impl/transforms.hpp + /usr/local/include/pcl-1.8/pcl/common/io.h + /usr/local/include/pcl-1.8/pcl/common/point_operators.h + /usr/local/include/pcl-1.8/pcl/common/point_tests.h + /usr/local/include/pcl-1.8/pcl/common/projection_matrix.h + /usr/local/include/pcl-1.8/pcl/common/time.h + /usr/local/include/pcl-1.8/pcl/common/transforms.h + /usr/local/include/pcl-1.8/pcl/console/parse.h + /usr/local/include/pcl-1.8/pcl/console/print.h + /usr/local/include/pcl-1.8/pcl/conversions.h + /usr/local/include/pcl-1.8/pcl/correspondence.h + /usr/local/include/pcl-1.8/pcl/exceptions.h + /usr/local/include/pcl-1.8/pcl/features/feature.h + /usr/local/include/pcl-1.8/pcl/features/impl/feature.hpp + /usr/local/include/pcl-1.8/pcl/features/impl/normal_3d.hpp + /usr/local/include/pcl-1.8/pcl/features/normal_3d.h + /usr/local/include/pcl-1.8/pcl/filters/boost.h + /usr/local/include/pcl-1.8/pcl/filters/extract_indices.h + /usr/local/include/pcl-1.8/pcl/filters/filter.h + /usr/local/include/pcl-1.8/pcl/filters/filter_indices.h + /usr/local/include/pcl-1.8/pcl/filters/impl/extract_indices.hpp + /usr/local/include/pcl-1.8/pcl/filters/impl/filter.hpp + /usr/local/include/pcl-1.8/pcl/filters/impl/filter_indices.hpp + /usr/local/include/pcl-1.8/pcl/for_each_type.h + /usr/local/include/pcl-1.8/pcl/geometry/planar_polygon.h + /usr/local/include/pcl-1.8/pcl/impl/cloud_iterator.hpp + /usr/local/include/pcl-1.8/pcl/impl/instantiate.hpp + /usr/local/include/pcl-1.8/pcl/impl/pcl_base.hpp + /usr/local/include/pcl-1.8/pcl/impl/point_types.hpp + /usr/local/include/pcl-1.8/pcl/io/boost.h + /usr/local/include/pcl-1.8/pcl/io/file_io.h + /usr/local/include/pcl-1.8/pcl/io/impl/pcd_io.hpp + /usr/local/include/pcl-1.8/pcl/io/lzf.h + /usr/local/include/pcl-1.8/pcl/io/pcd_io.h + /usr/local/include/pcl-1.8/pcl/kdtree/flann.h + /usr/local/include/pcl-1.8/pcl/kdtree/impl/kdtree_flann.hpp + /usr/local/include/pcl-1.8/pcl/kdtree/kdtree.h + /usr/local/include/pcl-1.8/pcl/kdtree/kdtree_flann.h + /usr/local/include/pcl-1.8/pcl/octree/boost.h + /usr/local/include/pcl-1.8/pcl/octree/impl/octree2buf_base.hpp + /usr/local/include/pcl-1.8/pcl/octree/impl/octree_base.hpp + /usr/local/include/pcl-1.8/pcl/octree/impl/octree_iterator.hpp + /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud.hpp + /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_adjacency.hpp + /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_voxelcentroid.hpp + /usr/local/include/pcl-1.8/pcl/octree/impl/octree_search.hpp + /usr/local/include/pcl-1.8/pcl/octree/octree.h + /usr/local/include/pcl-1.8/pcl/octree/octree2buf_base.h + /usr/local/include/pcl-1.8/pcl/octree/octree_base.h + /usr/local/include/pcl-1.8/pcl/octree/octree_container.h + /usr/local/include/pcl-1.8/pcl/octree/octree_impl.h + /usr/local/include/pcl-1.8/pcl/octree/octree_iterator.h + /usr/local/include/pcl-1.8/pcl/octree/octree_key.h + /usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h + /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h + /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency.h + /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency_container.h + /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_changedetector.h + /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_density.h + /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_occupancy.h + /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_pointvector.h + /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_singlepoint.h + /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_voxelcentroid.h + /usr/local/include/pcl-1.8/pcl/octree/octree_search.h + /usr/local/include/pcl-1.8/pcl/pcl_base.h + /usr/local/include/pcl-1.8/pcl/pcl_config.h + /usr/local/include/pcl-1.8/pcl/pcl_exports.h + /usr/local/include/pcl-1.8/pcl/pcl_macros.h + /usr/local/include/pcl-1.8/pcl/point_cloud.h + /usr/local/include/pcl-1.8/pcl/point_representation.h + /usr/local/include/pcl-1.8/pcl/point_traits.h + /usr/local/include/pcl-1.8/pcl/point_types.h + /usr/local/include/pcl-1.8/pcl/register_point_struct.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/boost.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/eigen.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/lmeds.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/mlesac.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/msac.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/prosac.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/ransac.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rmsac.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rransac.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle3d.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cone.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cylinder.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_line.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_parallel_plane.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_plane.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_sphere.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_line.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_plane.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_perpendicular_plane.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_plane.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_sphere.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_stick.hpp + /usr/local/include/pcl-1.8/pcl/sample_consensus/lmeds.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/method_types.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/mlesac.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/model_types.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/msac.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/prosac.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/ransac.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/rmsac.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/rransac.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle3d.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cone.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cylinder.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_line.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_parallel_plane.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_plane.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_sphere.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_line.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_plane.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_perpendicular_plane.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_plane.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_sphere.h + /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_stick.h + /usr/local/include/pcl-1.8/pcl/search/impl/kdtree.hpp + /usr/local/include/pcl-1.8/pcl/search/impl/organized.hpp + /usr/local/include/pcl-1.8/pcl/search/impl/search.hpp + /usr/local/include/pcl-1.8/pcl/search/kdtree.h + /usr/local/include/pcl-1.8/pcl/search/octree.h + /usr/local/include/pcl-1.8/pcl/search/organized.h + /usr/local/include/pcl-1.8/pcl/search/pcl_search.h + /usr/local/include/pcl-1.8/pcl/search/search.h + /usr/local/include/pcl-1.8/pcl/segmentation/boost.h + /usr/local/include/pcl-1.8/pcl/segmentation/extract_polygonal_prism_data.h + /usr/local/include/pcl-1.8/pcl/segmentation/impl/extract_polygonal_prism_data.hpp + /usr/local/include/pcl-1.8/pcl/segmentation/impl/lccp_segmentation.hpp + /usr/local/include/pcl-1.8/pcl/segmentation/impl/sac_segmentation.hpp + /usr/local/include/pcl-1.8/pcl/segmentation/impl/supervoxel_clustering.hpp + /usr/local/include/pcl-1.8/pcl/segmentation/lccp_segmentation.h + /usr/local/include/pcl-1.8/pcl/segmentation/sac_segmentation.h + /usr/local/include/pcl-1.8/pcl/segmentation/supervoxel_clustering.h + /usr/local/include/pcl-1.8/pcl/surface/boost.h + /usr/local/include/pcl-1.8/pcl/surface/convex_hull.h + /usr/local/include/pcl-1.8/pcl/surface/impl/convex_hull.hpp + /usr/local/include/pcl-1.8/pcl/surface/impl/reconstruction.hpp + /usr/local/include/pcl-1.8/pcl/surface/qhull.h + /usr/local/include/pcl-1.8/pcl/surface/reconstruction.h + /usr/local/include/pcl-1.8/pcl/visualization/area_picking_event.h + /usr/local/include/pcl-1.8/pcl/visualization/boost.h + /usr/local/include/pcl-1.8/pcl/visualization/common/actor_map.h + /usr/local/include/pcl-1.8/pcl/visualization/common/common.h + /usr/local/include/pcl-1.8/pcl/visualization/common/impl/common.hpp + /usr/local/include/pcl-1.8/pcl/visualization/common/impl/shapes.hpp + /usr/local/include/pcl-1.8/pcl/visualization/common/ren_win_interact_map.h + /usr/local/include/pcl-1.8/pcl/visualization/common/shapes.h + /usr/local/include/pcl-1.8/pcl/visualization/eigen.h + /usr/local/include/pcl-1.8/pcl/visualization/impl/pcl_visualizer.hpp + /usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_color_handlers.hpp + /usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_geometry_handlers.hpp + /usr/local/include/pcl-1.8/pcl/visualization/interactor_style.h + /usr/local/include/pcl-1.8/pcl/visualization/keyboard_event.h + /usr/local/include/pcl-1.8/pcl/visualization/mouse_event.h + /usr/local/include/pcl-1.8/pcl/visualization/pcl_visualizer.h + /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_color_handlers.h + /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_geometry_handlers.h + /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_handlers.h + /usr/local/include/pcl-1.8/pcl/visualization/point_picking_event.h diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/depend.make b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/depend.make new file mode 100644 index 0000000..f9b9a8c --- /dev/null +++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/depend.make @@ -0,0 +1,528 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: ../src/./tos_supervoxels.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: ../src/examples/tos_supervoxels_test.cpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/Cholesky +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/Core +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/Dense +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/Eigen2Support +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/Eigenvalues +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/Geometry +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/Householder +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/Jacobi +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/LU +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/QR +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/SVD +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/StdVector +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Cholesky/LDLT.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Cholesky/LLT.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Cholesky/LLT_MKL.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Array.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/ArrayBase.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/ArrayWrapper.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Assign.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Assign_MKL.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/BandMatrix.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Block.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/BooleanRedux.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/CommaInitializer.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/CoreIterators.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/CwiseUnaryView.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/DenseBase.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/DenseStorage.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Diagonal.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/DiagonalMatrix.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/DiagonalProduct.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Dot.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/EigenBase.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Flagged.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Functors.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Fuzzy.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/GeneralProduct.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/GlobalFunctions.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/IO.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Map.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/MapBase.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/MathFunctions.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Matrix.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/MatrixBase.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/NestByValue.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/NoAlias.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/NumTraits.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/PermutationMatrix.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/ProductBase.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Random.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Redux.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Ref.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Replicate.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/ReturnByValue.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Reverse.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Select.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/SelfAdjointView.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/SolveTriangular.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/StableNorm.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Stride.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Swap.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Transpose.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Transpositions.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/TriangularMatrix.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/VectorBlock.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/Visitor.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/arch/Default/Settings.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/CoeffBasedProduct.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_MKL.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_MKL.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/Parallelizer.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_MKL.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_MKL.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_MKL.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_MKL.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_MKL.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/util/BlasUtil.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/util/Constants.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/util/MKL_support.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/util/Macros.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/util/Memory.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/util/Meta.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Core/util/XprHelper.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Block.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Cwise.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/CwiseOperators.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AlignedBox.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/All.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/AngleAxis.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Hyperplane.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Quaternion.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Rotation2D.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/RotationBase.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Scaling.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Transform.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Geometry/Translation.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/LU.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Lazy.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Macros.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/MathFunctions.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Memory.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Meta.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/Minor.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/QR.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/SVD.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/TriangularSolver.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigen2Support/VectorBlock.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/./ComplexSchur.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/./HessenbergDecomposition.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/./RealQZ.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/./RealSchur.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/./Tridiagonalization.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_MKL.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur_MKL.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_MKL.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/AlignedBox.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/AngleAxis.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/EulerAngles.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/Homogeneous.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/Hyperplane.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/OrthoMethods.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/Quaternion.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/Rotation2D.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/RotationBase.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/Scaling.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/Transform.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/Translation.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/Umeyama.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Geometry/arch/Geometry_SSE.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Householder/BlockHouseholder.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Householder/Householder.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Householder/HouseholderSequence.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/Jacobi/Jacobi.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/LU/Determinant.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/LU/FullPivLU.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/LU/Inverse.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/LU/PartialPivLU.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/LU/PartialPivLU_MKL.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/LU/arch/Inverse_SSE.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_MKL.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/QR/HouseholderQR.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/QR/HouseholderQR_MKL.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/SVD/JacobiSVD.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/SVD/JacobiSVD_MKL.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/StlSupport/StdVector.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/StlSupport/details.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/misc/Image.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/misc/Kernel.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/misc/Solve.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/plugins/BlockMethods.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/NonLinearOptimization +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/NumericalDiff +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkABI.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkAbstractArray.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkAbstractMapper.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkAbstractMapper3D.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkActor.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkActor2D.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkActorCollection.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkAlgorithm.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkAlgorithmOutput.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkAppendPolyData.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkArrayIterator.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkArrayIteratorTemplate.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkArrayIteratorTemplate.txx +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkArrayIteratorTemplateImplicit.txx +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkCell.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkCellArray.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkCellData.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkCellLinks.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkCellType.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkCellTypes.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkCollection.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkCommand.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkCommonInformationKeyManager.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkConfigure.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkCoordinate.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkDataArray.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkDataArrayTemplate.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkDataArrayTemplate.txx +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkDataArrayTemplateImplicit.txx +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkDataObject.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkDataSet.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkDataSetAttributes.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkDataSetMapper.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkDataSetSurfaceFilter.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkDebugLeaksManager.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkFieldData.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkFloatArray.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkFollower.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkIOStream.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkIOStreamFwd.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkIdList.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkIdTypeArray.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkImageAlgorithm.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkIndent.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkInformation.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkInformationDoubleVectorKey.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkInformationInformationVectorKey.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkInformationKey.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkInformationVector.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkIntArray.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkInteractorObserver.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkInteractorStyle.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkInteractorStyleRubberBandPick.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkInteractorStyleTrackballCamera.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkLODActor.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkLeaderActor2D.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkLineSource.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkMapper.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkMath.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkMatrix4x4.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkOStrStreamWrapper.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkOStreamWrapper.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkObject.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkObjectBase.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkObjectFactory.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkPointData.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkPointSet.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkPoints.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkPolyData.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkPolyDataAlgorithm.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkPolyDataMapper.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkPolyLine.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkPolygon.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkPolynomialSolversUnivariate.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkProp.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkProp3D.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkPropCollection.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkProperty.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkProperty2D.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkRenderer.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkRendererCollection.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkScalarsToColors.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkSetGet.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkSmartPointer.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkSmartPointerBase.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkSortDataArray.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkSphereSource.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkStdString.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkSystemIncludes.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkTextProperty.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkTexture.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkTimeStamp.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkType.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkTypeTraits.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkUnicodeString.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkUnsignedCharArray.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkUnstructuredGrid.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkVariant.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkVariantInlineOperators.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkVectorText.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkVersion.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkViewport.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkVolume.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkVolumeCollection.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkWeakPointerBase.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkWin32Header.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkstd/algorithm +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkstd/exception +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkstd/map +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkstd/new +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkstd/string +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkstd/utility +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtkstd/vector +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/include/vtk-5.8/vtksys/DateStamp.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/ModelCoefficients.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/PCLHeader.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/PCLImage.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/PCLPointCloud2.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/PCLPointField.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/PointIndices.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/PolygonMesh.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/TextureMesh.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/Vertices.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/cloud_iterator.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/centroid.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/colors.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/common.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/concatenate.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/copy_point.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/distances.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/eigen.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/geometry.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/impl/accumulators.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/impl/centroid.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/impl/common.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/impl/copy_point.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/impl/eigen.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/impl/io.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/impl/projection_matrix.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/impl/transforms.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/io.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/point_operators.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/point_tests.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/projection_matrix.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/time.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/common/transforms.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/console/parse.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/console/print.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/conversions.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/correspondence.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/exceptions.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/features/feature.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/features/impl/feature.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/features/impl/normal_3d.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/features/normal_3d.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/filters/boost.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/filters/extract_indices.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/filters/filter.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/filters/filter_indices.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/filters/impl/extract_indices.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/filters/impl/filter.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/filters/impl/filter_indices.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/for_each_type.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/geometry/planar_polygon.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/impl/cloud_iterator.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/impl/instantiate.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/impl/pcl_base.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/impl/point_types.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/io/boost.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/io/file_io.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/io/impl/pcd_io.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/io/lzf.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/io/pcd_io.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/kdtree/flann.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/kdtree/impl/kdtree_flann.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/kdtree/kdtree.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/kdtree/kdtree_flann.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/boost.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree2buf_base.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_base.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_iterator.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_adjacency.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_pointcloud_voxelcentroid.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/impl/octree_search.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree2buf_base.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_base.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_container.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_impl.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_iterator.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_key.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_nodes.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_adjacency_container.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_changedetector.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_density.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_occupancy.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_pointvector.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_singlepoint.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_pointcloud_voxelcentroid.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/octree/octree_search.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/pcl_base.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/pcl_config.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/pcl_exports.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/pcl_macros.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/point_cloud.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/point_representation.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/point_traits.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/point_types.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/register_point_struct.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/boost.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/eigen.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/lmeds.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/mlesac.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/msac.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/prosac.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/ransac.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rmsac.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/rransac.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_circle3d.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cone.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_cylinder.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_line.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_parallel_plane.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_plane.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_normal_sphere.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_line.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_parallel_plane.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_perpendicular_plane.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_plane.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_sphere.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/impl/sac_model_stick.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/lmeds.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/method_types.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/mlesac.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/model_types.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/msac.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/prosac.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/ransac.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/rmsac.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/rransac.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_circle3d.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cone.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_cylinder.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_line.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_parallel_plane.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_plane.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_normal_sphere.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_line.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_parallel_plane.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_perpendicular_plane.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_plane.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_sphere.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/sample_consensus/sac_model_stick.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/search/impl/kdtree.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/search/impl/organized.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/search/impl/search.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/search/kdtree.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/search/octree.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/search/organized.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/search/pcl_search.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/search/search.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/segmentation/boost.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/segmentation/extract_polygonal_prism_data.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/segmentation/impl/extract_polygonal_prism_data.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/segmentation/impl/lccp_segmentation.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/segmentation/impl/sac_segmentation.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/segmentation/impl/supervoxel_clustering.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/segmentation/lccp_segmentation.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/segmentation/sac_segmentation.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/segmentation/supervoxel_clustering.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/surface/boost.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/surface/convex_hull.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/surface/impl/convex_hull.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/surface/impl/reconstruction.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/surface/qhull.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/surface/reconstruction.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/area_picking_event.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/boost.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/common/actor_map.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/common/common.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/common/impl/common.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/common/impl/shapes.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/common/ren_win_interact_map.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/common/shapes.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/eigen.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/impl/pcl_visualizer.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_color_handlers.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/impl/point_cloud_geometry_handlers.hpp +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/interactor_style.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/keyboard_event.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/mouse_event.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/pcl_visualizer.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_color_handlers.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_geometry_handlers.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/point_cloud_handlers.h +src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o: /usr/local/include/pcl-1.8/pcl/visualization/point_picking_event.h + diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/flags.make b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/flags.make new file mode 100644 index 0000000..8a2326f --- /dev/null +++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/flags.make @@ -0,0 +1,8 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -Wno-deprecated -O3 -I/usr/include/vtk-5.8 -I/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/. -I/usr/local/include/pcl-1.8 -I/usr/include/eigen3 -I/usr/include/ni -I/usr/include/openni2 -I/usr/include/opencv + +CXX_DEFINES = -DDISABLE_DAVIDSDK -DDISABLE_DSSDK -DDISABLE_ENSENSO -DDISABLE_LIBUSB_1_0 -DDISABLE_PCAP -DDISABLE_PNG -DDISABLE_RSSDK -DEIGEN_USE_NEW_STDVECTOR -DEIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET -DFLANN_STATIC -Dqh_QHpointer + diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/link.txt b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/link.txt new file mode 100644 index 0000000..e63e506 --- /dev/null +++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -Wno-deprecated -O3 CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o -o ../../../bin/tos_supervoxels_test -L/usr/local/lib -rdynamic ../../../lib/libtos_supervoxels.so -lboost_system -lboost_filesystem -lboost_thread -lboost_date_time -lboost_iostreams -lboost_serialization -lboost_chrono -lpthread /usr/local/lib/libpcl_common.so -Wl,-Bstatic -lflann_cpp_s -Wl,-Bdynamic /usr/local/lib/libpcl_kdtree.so /usr/local/lib/libpcl_octree.so /usr/local/lib/libpcl_search.so /usr/local/lib/libpcl_sample_consensus.so /usr/local/lib/libpcl_filters.so -lOpenNI -lOpenNI2 /usr/lib/libvtkCommon.so.5.8.0 /usr/lib/libvtkFiltering.so.5.8.0 /usr/lib/libvtkImaging.so.5.8.0 /usr/lib/libvtkGraphics.so.5.8.0 /usr/lib/libvtkGenericFiltering.so.5.8.0 /usr/lib/libvtkIO.so.5.8.0 /usr/lib/libvtkRendering.so.5.8.0 /usr/lib/libvtkVolumeRendering.so.5.8.0 /usr/lib/libvtkHybrid.so.5.8.0 /usr/lib/libvtkWidgets.so.5.8.0 /usr/lib/libvtkParallel.so.5.8.0 /usr/lib/libvtkInfovis.so.5.8.0 /usr/lib/libvtkGeovis.so.5.8.0 /usr/lib/libvtkViews.so.5.8.0 /usr/lib/libvtkCharts.so.5.8.0 /usr/local/lib/libpcl_io.so /usr/local/lib/libpcl_features.so /usr/local/lib/libpcl_visualization.so /usr/local/lib/libpcl_ml.so /usr/local/lib/libpcl_segmentation.so /usr/local/lib/libpcl_people.so /usr/local/lib/libpcl_registration.so /usr/local/lib/libpcl_keypoints.so /usr/local/lib/libpcl_outofcore.so /usr/local/lib/libpcl_stereo.so -lqhull /usr/local/lib/libpcl_surface.so /usr/local/lib/libpcl_recognition.so /usr/local/lib/libpcl_tracking.so -lboost_system -lboost_filesystem -lboost_thread -lboost_date_time -lboost_iostreams -lboost_serialization -lboost_chrono -lpthread -lqhull -lOpenNI -lOpenNI2 -Wl,-Bstatic -lflann_cpp_s -Wl,-Bdynamic /usr/lib/libvtkCommon.so.5.8.0 /usr/lib/libvtkFiltering.so.5.8.0 /usr/lib/libvtkImaging.so.5.8.0 /usr/lib/libvtkGraphics.so.5.8.0 /usr/lib/libvtkGenericFiltering.so.5.8.0 /usr/lib/libvtkIO.so.5.8.0 /usr/lib/libvtkRendering.so.5.8.0 /usr/lib/libvtkVolumeRendering.so.5.8.0 /usr/lib/libvtkHybrid.so.5.8.0 /usr/lib/libvtkWidgets.so.5.8.0 /usr/lib/libvtkParallel.so.5.8.0 /usr/lib/libvtkInfovis.so.5.8.0 /usr/lib/libvtkGeovis.so.5.8.0 /usr/lib/libvtkViews.so.5.8.0 /usr/lib/libvtkCharts.so.5.8.0 /usr/lib/x86_64-linux-gnu/libopencv_videostab.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_video.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_ts.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_superres.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_stitching.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_photo.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_ocl.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_ml.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_legacy.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_gpu.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_flann.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_features2d.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_core.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_contrib.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.2.4.8 /usr/lib/libvtkViews.so.5.8.0 /usr/lib/libvtkInfovis.so.5.8.0 /usr/lib/libvtkWidgets.so.5.8.0 /usr/lib/libvtkVolumeRendering.so.5.8.0 /usr/lib/libvtkHybrid.so.5.8.0 /usr/lib/libvtkParallel.so.5.8.0 /usr/lib/libvtkRendering.so.5.8.0 /usr/lib/libvtkImaging.so.5.8.0 /usr/lib/libvtkGraphics.so.5.8.0 /usr/lib/libvtkIO.so.5.8.0 /usr/lib/libvtkFiltering.so.5.8.0 /usr/lib/libvtkCommon.so.5.8.0 -lm /usr/lib/libvtksys.so.5.8.0 -ldl /usr/local/lib/libpcl_common.so /usr/local/lib/libpcl_kdtree.so /usr/local/lib/libpcl_octree.so /usr/local/lib/libpcl_search.so /usr/local/lib/libpcl_sample_consensus.so /usr/local/lib/libpcl_filters.so /usr/local/lib/libpcl_io.so /usr/local/lib/libpcl_features.so /usr/local/lib/libpcl_visualization.so /usr/local/lib/libpcl_ml.so /usr/local/lib/libpcl_segmentation.so /usr/local/lib/libpcl_people.so /usr/local/lib/libpcl_registration.so /usr/local/lib/libpcl_keypoints.so /usr/local/lib/libpcl_outofcore.so /usr/local/lib/libpcl_stereo.so /usr/local/lib/libpcl_surface.so /usr/local/lib/libpcl_recognition.so /usr/local/lib/libpcl_tracking.so /usr/lib/x86_64-linux-gnu/libopencv_photo.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_legacy.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_video.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_ml.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_features2d.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_flann.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_core.so.2.4.8 -Wl,-rpath,/usr/local/lib:/home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/lib diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/progress.make b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/progress.make new file mode 100644 index 0000000..164e1d2 --- /dev/null +++ b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 2 + diff --git a/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o new file mode 100644 index 0000000000000000000000000000000000000000..e913db3393d7cba1c45c3118d9df9036687349bf GIT binary patch literal 172072 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%0Dd9x(Q-4xb}j<0>+!T4w13<H z`int-yl~a?oH~c|L4S#l%-_o`{eO%8VbEU+`X?;?-$efb=r03(soadQY$fno;p!(p hqs5^e^q2d{{Oz;!yk?!lT1&6<^-o*+qox1({{VwZH~0Vm literal 0 HcmV?d00001 diff --git a/trunk/build/src/examples/Makefile b/trunk/build/src/examples/Makefile new file mode 100644 index 0000000..52d05f1 --- /dev/null +++ b/trunk/build/src/examples/Makefile @@ -0,0 +1,203 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The program to use to edit the cache. +CMAKE_EDIT_COMMAND = /usr/bin/ccmake + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: install/local +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: install/strip +.PHONY : install/strip/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/src/examples/CMakeFiles/progress.marks + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/examples/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/examples/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/examples/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/examples/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +src/examples/CMakeFiles/tos_supervoxels_test.dir/rule: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f CMakeFiles/Makefile2 src/examples/CMakeFiles/tos_supervoxels_test.dir/rule +.PHONY : src/examples/CMakeFiles/tos_supervoxels_test.dir/rule + +# Convenience name for target. +tos_supervoxels_test: src/examples/CMakeFiles/tos_supervoxels_test.dir/rule +.PHONY : tos_supervoxels_test + +# fast build rule for target. +tos_supervoxels_test/fast: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/build +.PHONY : tos_supervoxels_test/fast + +# target to build an object file +tos_supervoxels_test.o: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o +.PHONY : tos_supervoxels_test.o + +# target to preprocess a source file +tos_supervoxels_test.i: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.i +.PHONY : tos_supervoxels_test.i + +# target to generate assembly for a file +tos_supervoxels_test.s: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(MAKE) -f src/examples/CMakeFiles/tos_supervoxels_test.dir/build.make src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.s +.PHONY : tos_supervoxels_test.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... tos_supervoxels_test" + @echo "... tos_supervoxels_test.o" + @echo "... tos_supervoxels_test.i" + @echo "... tos_supervoxels_test.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/trunk/build/src/examples/cmake_install.cmake b/trunk/build/src/examples/cmake_install.cmake new file mode 100644 index 0000000..57b5f17 --- /dev/null +++ b/trunk/build/src/examples/cmake_install.cmake @@ -0,0 +1,34 @@ +# Install script for directory: /home/ncovallero/iri-lab/labrobotica/algorithms/tos_supervoxels/trunk/src/examples + +# Set the install prefix +IF(NOT DEFINED CMAKE_INSTALL_PREFIX) + SET(CMAKE_INSTALL_PREFIX "/usr/local") +ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) +STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + IF(BUILD_TYPE) + STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + ELSE(BUILD_TYPE) + SET(CMAKE_INSTALL_CONFIG_NAME "RELEASE") + ENDIF(BUILD_TYPE) + MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + +# Set the component getting installed. +IF(NOT CMAKE_INSTALL_COMPONENT) + IF(COMPONENT) + MESSAGE(STATUS "Install component: \"${COMPONENT}\"") + SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + ELSE(COMPONENT) + SET(CMAKE_INSTALL_COMPONENT) + ENDIF(COMPONENT) +ENDIF(NOT CMAKE_INSTALL_COMPONENT) + +# Install shared libraries without execute permission? +IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + SET(CMAKE_INSTALL_SO_NO_EXE "1") +ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + diff --git a/trunk/lib/libtos_supervoxels.so b/trunk/lib/libtos_supervoxels.so index 9dbcf8b3a62daafe37b8706c4d0bfe0c10cad235..a7665d2f54f02aff81cef8f3e81256e07c2e3ec1 100755 GIT binary patch delta 126 zcmZ46EU>m&V8abYk=eoDgRa*2RWFLW-t6uzq;N=cYx3qdjMtw|W__VO`S5eM$*C`7 zCVRb*o^0|$thw<;d*chn?Ts&(%$XRcPT%>8NnUXO90o98gis9EroRLUbIwH-R%w@f M&9q(eHS-iP0BKk)g8%>k delta 126 zcmZ46EU>m&V8abYkvH1rcmF8(JL=jWkvE>k!fGjFn7a85<MpSL-#vGmeEhlk<n$L( zlLKBzPd0fW)7<!?z3~O(_Qn@X=1h!Jrtf^kBrkYq4g(l4LMVpo(_eywndhPk%e70s MX4)?Knt6&C0JJ_U-v9sr -- GitLab