diff --git a/trunk/bin/tos_supervoxels_test b/trunk/bin/tos_supervoxels_test index 10b4d22901fc3d1632d6bc74201ec96e259e547b..c5d71660f0ce2a6c29b7d774df49dc22a4393e5e 100755 Binary files a/trunk/bin/tos_supervoxels_test and b/trunk/bin/tos_supervoxels_test differ diff --git a/trunk/build/CMakeCache.txt b/trunk/build/CMakeCache.txt new file mode 100644 index 0000000000000000000000000000000000000000..53d55f72ef03c7d6a4f3a242084f89560c3506bd --- /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 0000000000000000000000000000000000000000..f4a508bee87a3f1115f94732bcf8070afe43a282 --- /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 0000000000000000000000000000000000000000..1ca40dbcd6c03e7d7e7f8a4071e04d7aa7428614 --- /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 Binary files /dev/null and b/trunk/build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_C.bin differ 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 Binary files /dev/null and b/trunk/build/CMakeFiles/2.8.12.2/CMakeDetermineCompilerABI_CXX.bin differ 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 0000000000000000000000000000000000000000..44529c1133828c2d4892f3ff974884b087caf761 --- /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 0000000000000000000000000000000000000000..cba81d4a6b5cc36ccdf8b4548036436087b6da7d --- /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 Binary files /dev/null and b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdC/a.out differ 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 0000000000000000000000000000000000000000..e8220b26e508ad8289ae53743d2ffa316c17237f --- /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 Binary files /dev/null and b/trunk/build/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out differ diff --git a/trunk/build/CMakeFiles/CMakeDirectoryInformation.cmake b/trunk/build/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000000000000000000000000000000000..7dfd782a728748fd40c983777d04e06d3b4860d6 --- /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 0000000000000000000000000000000000000000..a120b86e3d75fc18edbf21d69f9a494292c7bc91 --- /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 0000000000000000000000000000000000000000..24d9d38a7aba4692aa2c29242ee14b3a687fba2e --- /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 0000000000000000000000000000000000000000..27e6acba653ff410cf2f98b639700a81d5cac2aa --- /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 0000000000000000000000000000000000000000..7e35a4c15f9124a08137663a3b0673c52b1c5ddb --- /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 0000000000000000000000000000000000000000..4183157d85af7c30b85d36a6d149a4c2370cc2b3 --- /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 0000000000000000000000000000000000000000..3dccd731726d7faa8b29d8d7dba3b981a53ca497 --- /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 0000000000000000000000000000000000000000..fb7ed470c1954ea785cfc373f06eac6f7b4be022 --- /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 0000000000000000000000000000000000000000..bd525bf817a277eb43b414ca2e69d078b3ae2774 --- /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 0000000000000000000000000000000000000000..2c45f349313f2bae81e603e031db3059e53a44f0 --- /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 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /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 0000000000000000000000000000000000000000..fb7ed470c1954ea785cfc373f06eac6f7b4be022 --- /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 0000000000000000000000000000000000000000..240c113a75d6de338cc4ea376a7600873aab0f70 --- /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 0000000000000000000000000000000000000000..29c6e210d6cf3b041a85353288c0eac6880b1091 --- /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 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /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 0000000000000000000000000000000000000000..0cfbf08886fca9a91cb753ec8734c84fcbe52c9f --- /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 0000000000000000000000000000000000000000..fb7ed470c1954ea785cfc373f06eac6f7b4be022 --- /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 0000000000000000000000000000000000000000..deac1c657b8059e303fcf1dd1a9ef9e13439eff6 --- /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 0000000000000000000000000000000000000000..828e2a209f029beee0ab24aff5e354cc2a14a974 --- /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 0000000000000000000000000000000000000000..8b137891791fe96927ad78e64b0aad7bded08bdc --- /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 0000000000000000000000000000000000000000..40f9cf41da42ebd66d1ccd512491ceb01eac8bca --- /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 0000000000000000000000000000000000000000..f0edda4be68eea46ad8da27773dff47bafab804d --- /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 0000000000000000000000000000000000000000..7dfd782a728748fd40c983777d04e06d3b4860d6 --- /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 0000000000000000000000000000000000000000..0cfbf08886fca9a91cb753ec8734c84fcbe52c9f --- /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 0000000000000000000000000000000000000000..446149b87835dd164fa2db111a578c3c865d8611 --- /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 0000000000000000000000000000000000000000..27d42d8a8dc009bbc79440cba7dc1df47d9f2fa7 --- /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 0000000000000000000000000000000000000000..def69a1e1e9ed095b396f4bdff1e1169a2986817 --- /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 0000000000000000000000000000000000000000..35d48e2e7957c86b8a195198143b3b4af136b088 --- /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 0000000000000000000000000000000000000000..f16f1d9bdd482c6229f37250327e8c41e0178fdc --- /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 0000000000000000000000000000000000000000..160d7ab78f56d41670e0e0828cd5e26e7527ba4a --- /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 0000000000000000000000000000000000000000..c197189a13f67f8b27e8d75677e64f2eef76c9e4 --- /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 0000000000000000000000000000000000000000..7c78defb3e92086025e173dcb341d0209f6b93d9 --- /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 0000000000000000000000000000000000000000..781c7de277467a8195d562b5d08164806763e9bb --- /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 Binary files /dev/null and b/trunk/build/src/CMakeFiles/tos_supervoxels.dir/tos_supervoxels.o differ diff --git a/trunk/build/src/Makefile b/trunk/build/src/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..1ea82060fb5e23843e4f8365e59a317c155ac017 --- /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 0000000000000000000000000000000000000000..7ff76a9f822aeecbe675b1224bcfe2b7c7cb89a5 --- /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 0000000000000000000000000000000000000000..7dfd782a728748fd40c983777d04e06d3b4860d6 --- /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 0000000000000000000000000000000000000000..0cfbf08886fca9a91cb753ec8734c84fcbe52c9f --- /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 0000000000000000000000000000000000000000..ddcf118386615e5b7db87aad8a983c2be83003ac --- /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 0000000000000000000000000000000000000000..086e74a264ec6b0515922e2c0baf709fe230f8bb --- /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 0000000000000000000000000000000000000000..e203eae4ba10e0f34399f47fd338e53839237a18 --- /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 0000000000000000000000000000000000000000..f03fbcf6eaa9b2ca9055125ef6d71850ce2901ed --- /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 0000000000000000000000000000000000000000..709c04bee091b5534ff260cc371ab7f1bf5bf36a --- /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 0000000000000000000000000000000000000000..f9b9a8ca3cb81d29b0a9d1a1c3863349d664af2e --- /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 0000000000000000000000000000000000000000..8a2326facaede8343b02e1418d2972b37fc9d85a --- /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 0000000000000000000000000000000000000000..e63e5061700f76478c3924fb92cc4eed0af449fb --- /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 0000000000000000000000000000000000000000..164e1d26ca9458a5e20dca2a639dda0d48dc61ec --- /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 Binary files /dev/null and b/trunk/build/src/examples/CMakeFiles/tos_supervoxels_test.dir/tos_supervoxels_test.o differ diff --git a/trunk/build/src/examples/Makefile b/trunk/build/src/examples/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..52d05f10be4f0cae6dc2e8641dfea12175dd93fc --- /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 0000000000000000000000000000000000000000..57b5f172bae3c56ad702db033474ec86dbd8e591 --- /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 Binary files a/trunk/lib/libtos_supervoxels.so and b/trunk/lib/libtos_supervoxels.so differ