Skip to content

Instantly share code, notes, and snippets.

@dasl-
Created November 11, 2019 05:21
Show Gist options
  • Save dasl-/7e289e41d3a3bf8293e0f15eb13c5ee5 to your computer and use it in GitHub Desktop.
Save dasl-/7e289e41d3a3bf8293e0f15eb13c5ee5 to your computer and use it in GitHub Desktop.
diff --git a/DoGExample/DoGExample.xcodeproj/project.xcworkspace/xcuserdata/dleibovic.xcuserdatad/UserInterfaceState.xcuserstate b/DoGExample/DoGExample.xcodeproj/project.xcworkspace/xcuserdata/dleibovic.xcuserdatad/UserInterfaceState.xcuserstate
new file mode 100644
index 0000000..7ceffd3
Binary files /dev/null and b/DoGExample/DoGExample.xcodeproj/project.xcworkspace/xcuserdata/dleibovic.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/DoGExample/DoGExample.xcodeproj/xcuserdata/dleibovic.xcuserdatad/xcschemes/xcschememanagement.plist b/DoGExample/DoGExample.xcodeproj/xcuserdata/dleibovic.xcuserdatad/xcschemes/xcschememanagement.plist
new file mode 100644
index 0000000..2958b10
--- /dev/null
+++ b/DoGExample/DoGExample.xcodeproj/xcuserdata/dleibovic.xcuserdatad/xcschemes/xcschememanagement.plist
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>SchemeUserState</key>
+ <dict>
+ <key>DoGExample Debug.xcscheme_^#shared#^_</key>
+ <dict>
+ <key>orderHint</key>
+ <integer>0</integer>
+ </dict>
+ <key>DoGExample Release.xcscheme_^#shared#^_</key>
+ <dict>
+ <key>orderHint</key>
+ <integer>1</integer>
+ </dict>
+ </dict>
+</dict>
+</plist>
diff --git a/DoGExample/Makefile b/DoGExample/Makefile
new file mode 100644
index 0000000..7a7fe8b
--- /dev/null
+++ b/DoGExample/Makefile
@@ -0,0 +1,13 @@
+# Attempt to load a config.make file.
+# If none is found, project defaults in config.project.make will be used.
+ifneq ($(wildcard config.make),)
+ include config.make
+endif
+
+# make sure the the OF_ROOT location is defined
+ifndef OF_ROOT
+ OF_ROOT=../../..
+endif
+
+# call the project makefile!
+include $(OF_ROOT)/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk
diff --git a/DoGExample/addons.make b/DoGExample/addons.make
new file mode 100644
index 0000000..8520821
--- /dev/null
+++ b/DoGExample/addons.make
@@ -0,0 +1 @@
+ofxFilterLibrary
diff --git a/DoGExample/obj/osx/Release/.compiler_flags b/DoGExample/obj/osx/Release/.compiler_flags
new file mode 100644
index 0000000..309fbab
--- /dev/null
+++ b/DoGExample/obj/osx/Release/.compiler_flags
@@ -0,0 +1 @@
+-Os -mtune=native -DNDEBUG -stdlib=libc++ -Wall -fexceptions -fpascal-strings -mmacosx-version-min=10.9 -D__MACOSX_CORE__ -x objective-c++ -std=c++11 -I../../../libs/FreeImage/include -I../../../libs/boost/include -I../../../libs/boost/include/boost -I../../../libs/cairo/include -I../../../libs/cairo/include/cairo -I../../../libs/curl/include -I../../../libs/curl/include/curl -I../../../libs/fmodex/include -I../../../libs/freetype/include -I../../../libs/freetype/include/freetype2 -I../../../libs/freetype/include/freetype2/freetype -I../../../libs/freetype/include/freetype2/freetype/config -I../../../libs/freetype/include/freetype2/freetype/internal -I../../../libs/freetype/include/freetype2/freetype/internal/services -I../../../libs/glew/include -I../../../libs/glew/include/GL -I../../../libs/glfw/include -I../../../libs/glfw/include/GLFW -I../../../libs/glm/include -I../../../libs/glm/include/glm -I../../../libs/glm/include/glm/simd -I../../../libs/glm/include/glm/detail -I../../../libs/glm/include/glm/gtc -I../../../libs/glm/include/glm/gtx -I../../../libs/json/include -I../../../libs/pugixml/include -I../../../libs/rtAudio/include -I../../../libs/tess2/include -I../../../libs/uriparser/include -I../../../libs/uriparser/include/uriparser -I../../../libs/utf8/include -I../../../libs/utf8/include/utf8 -I../../../libs/openFrameworks -I../../../libs/openFrameworks/3d -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/graphics -I../../../libs/openFrameworks/sound -I/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/DoGExample/src -I/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src -I/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters -I/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters -stdlib=libc++ -mmacosx-version-min=10.9 -v -framework Accelerate -framework QTKit -framework AGL -framework ApplicationServices -framework AudioToolbox -framework CoreAudio -framework CoreFoundation -framework CoreServices -framework OpenGL -framework IOKit -framework Cocoa -framework CoreVideo -framework AVFoundation -framework CoreMedia -framework QuartzCore -framework Security -framework LDAP
diff --git a/DoGExample/obj/osx/Release/src/LineDrawingAlphaFilter.d b/DoGExample/obj/osx/Release/src/LineDrawingAlphaFilter.d
new file mode 100644
index 0000000..0571b44
--- /dev/null
+++ b/DoGExample/obj/osx/Release/src/LineDrawingAlphaFilter.d
@@ -0,0 +1,2201 @@
+obj/osx/Release/src/LineDrawingAlphaFilter.o: \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/DoGExample/src/LineDrawingAlphaFilter.cpp \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/DoGExample/src/LineDrawingAlphaFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParametricObject.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterV.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/AbstractParameter.h \
+ ../../../libs/openFrameworks/ofMain.h \
+ ../../../libs/openFrameworks/utils/ofConstants.h \
+ ../../../libs/glew/include/GL/glew.h \
+ ../../../libs/tess2/include/tesselator.h \
+ ../../../libs/openFrameworks/utils/ofFileUtils.h \
+ ../../../libs/boost/include/boost/filesystem.hpp \
+ ../../../libs/boost/include/boost/filesystem/config.hpp \
+ ../../../libs/boost/include/boost/config.hpp \
+ ../../../libs/boost/include/boost/config/user.hpp \
+ ../../../libs/boost/include/boost/config/select_compiler_config.hpp \
+ ../../../libs/boost/include/boost/config/compiler/clang.hpp \
+ ../../../libs/boost/include/boost/config/select_stdlib_config.hpp \
+ ../../../libs/boost/include/boost/config/stdlib/libcpp.hpp \
+ ../../../libs/boost/include/boost/config/select_platform_config.hpp \
+ ../../../libs/boost/include/boost/config/platform/macos.hpp \
+ ../../../libs/boost/include/boost/config/posix_features.hpp \
+ ../../../libs/boost/include/boost/config/suffix.hpp \
+ ../../../libs/boost/include/boost/system/api_config.hpp \
+ ../../../libs/boost/include/boost/detail/workaround.hpp \
+ ../../../libs/boost/include/boost/config/auto_link.hpp \
+ ../../../libs/boost/include/boost/filesystem/path.hpp \
+ ../../../libs/boost/include/boost/filesystem/path_traits.hpp \
+ ../../../libs/boost/include/boost/utility/enable_if.hpp \
+ ../../../libs/boost/include/boost/core/enable_if.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_array.hpp \
+ ../../../libs/boost/include/boost/type_traits/integral_constant.hpp \
+ ../../../libs/boost/include/boost/type_traits/decay.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_function.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_lvalue_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_rvalue_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/detail/config.hpp \
+ ../../../libs/boost/include/boost/version.hpp \
+ ../../../libs/boost/include/boost/type_traits/detail/is_function_ptr_helper.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_bounds.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_extent.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_cv.hpp \
+ ../../../libs/boost/include/boost/system/error_code.hpp \
+ ../../../libs/boost/include/boost/system/config.hpp \
+ ../../../libs/boost/include/boost/predef/platform.h \
+ ../../../libs/boost/include/boost/predef/platform/mingw.h \
+ ../../../libs/boost/include/boost/predef/version_number.h \
+ ../../../libs/boost/include/boost/predef/make.h \
+ ../../../libs/boost/include/boost/predef/detail/test.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_desktop.h \
+ ../../../libs/boost/include/boost/predef/os/windows.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_store.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_phone.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_runtime.h \
+ ../../../libs/boost/include/boost/cstdint.hpp \
+ ../../../libs/boost/include/boost/assert.hpp \
+ ../../../libs/boost/include/boost/noncopyable.hpp \
+ ../../../libs/boost/include/boost/core/noncopyable.hpp \
+ ../../../libs/boost/include/boost/cerrno.hpp \
+ ../../../libs/boost/include/boost/config/abi_prefix.hpp \
+ ../../../libs/boost/include/boost/config/abi_suffix.hpp \
+ ../../../libs/boost/include/boost/system/system_error.hpp \
+ ../../../libs/boost/include/boost/iterator/iterator_facade.hpp \
+ ../../../libs/boost/include/boost/iterator.hpp \
+ ../../../libs/boost/include/boost/iterator/interoperable.hpp \
+ ../../../libs/boost/include/boost/mpl/bool.hpp \
+ ../../../libs/boost/include/boost/mpl/bool_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/adl_barrier.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/adl.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/msvc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/intel.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/gcc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/workaround.hpp \
+ ../../../libs/boost/include/boost/mpl/integral_c_tag.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/static_constant.hpp \
+ ../../../libs/boost/include/boost/mpl/or.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/use_preprocessed.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/nested_type_wknd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na_spec.hpp \
+ ../../../libs/boost/include/boost/mpl/lambda_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/void_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/ctps.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/ttp.hpp \
+ ../../../libs/boost/include/boost/mpl/int.hpp \
+ ../../../libs/boost/include/boost/mpl/int_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/nttp_decl.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/nttp.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/integral_wrapper.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/static_cast.hpp \
+ ../../../libs/boost/include/boost/preprocessor/cat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/config/config.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/lambda_arity_param.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/template_arity_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/arity.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/dtp.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/params.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/preprocessor.hpp \
+ ../../../libs/boost/include/boost/preprocessor/comma_if.hpp \
+ ../../../libs/boost/include/boost/preprocessor/punctuation/comma_if.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/if.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/iif.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/bool.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/empty.hpp \
+ ../../../libs/boost/include/boost/preprocessor/punctuation/comma.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repeat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repetition/repeat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/debug/error.hpp \
+ ../../../libs/boost/include/boost/preprocessor/detail/auto_rec.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/eat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/inc.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/inc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/enum.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp \
+ ../../../libs/boost/include/boost/mpl/limits/arity.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/and.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/bitand.hpp \
+ ../../../libs/boost/include/boost/preprocessor/identity.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/identity.hpp \
+ ../../../libs/boost/include/boost/preprocessor/empty.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/add.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/dec.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/while.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/fold_left.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/detail/fold_left.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/expr_iif.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/adt.hpp \
+ ../../../libs/boost/include/boost/preprocessor/detail/is_binary.hpp \
+ ../../../libs/boost/include/boost/preprocessor/detail/check.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/compl.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/fold_right.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/detail/fold_right.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/reverse.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/detail/while.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/elem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/expand.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/overload.hpp \
+ ../../../libs/boost/include/boost/preprocessor/variadic/size.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/rem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/detail/is_single_return.hpp \
+ ../../../libs/boost/include/boost/preprocessor/variadic/elem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/sub.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/eti.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/overload_resolution.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/lambda_support.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/include_preprocessed.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/compiler.hpp \
+ ../../../libs/boost/include/boost/preprocessor/stringize.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/or.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_convertible.hpp \
+ ../../../libs/boost/include/boost/type_traits/intrinsics.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/config_def.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/config_undef.hpp \
+ ../../../libs/boost/include/boost/iterator/iterator_traits.hpp \
+ ../../../libs/boost/include/boost/detail/iterator.hpp \
+ ../../../libs/boost/include/boost/iterator/iterator_categories.hpp \
+ ../../../libs/boost/include/boost/mpl/eval_if.hpp \
+ ../../../libs/boost/include/boost/mpl/if.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/value_wknd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/integral.hpp \
+ ../../../libs/boost/include/boost/mpl/identity.hpp \
+ ../../../libs/boost/include/boost/mpl/placeholders.hpp \
+ ../../../libs/boost/include/boost/mpl/arg.hpp \
+ ../../../libs/boost/include/boost/mpl/arg_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na_assert.hpp \
+ ../../../libs/boost/include/boost/mpl/assert.hpp \
+ ../../../libs/boost/include/boost/mpl/not.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/yes_no.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/arrays.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/gpu.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/pp_counter.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/arity_spec.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/arg_typedef.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp \
+ ../../../libs/boost/include/boost/static_assert.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/facade_iterator_category.hpp \
+ ../../../libs/boost/include/boost/mpl/and.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/and.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_same.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_const.hpp \
+ ../../../libs/boost/include/boost/detail/indirect_traits.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_class.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_volatile.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_member_function_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_member_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_pointer.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/enable_if.hpp \
+ ../../../libs/boost/include/boost/utility/addressof.hpp \
+ ../../../libs/boost/include/boost/core/addressof.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_const.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_lvalue_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_const.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_pod.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_void.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_scalar.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_arithmetic.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_integral.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_floating_point.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_enum.hpp \
+ ../../../libs/boost/include/boost/mpl/always.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/default_params.hpp \
+ ../../../libs/boost/include/boost/mpl/apply.hpp \
+ ../../../libs/boost/include/boost/mpl/apply_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/apply_wrap.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/has_apply.hpp \
+ ../../../libs/boost/include/boost/mpl/has_xxx.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/type_wrapper.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/has_xxx.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/msvc_typename.hpp \
+ ../../../libs/boost/include/boost/preprocessor/array/elem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/array/data.hpp \
+ ../../../libs/boost/include/boost/preprocessor/array/size.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repetition/enum_params.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repetition/enum_trailing_params.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/has_apply.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/msvc_never_true.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp \
+ ../../../libs/boost/include/boost/mpl/lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/bind.hpp \
+ ../../../libs/boost/include/boost/mpl/bind_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/bind.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/next.hpp \
+ ../../../libs/boost/include/boost/mpl/next_prior.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/common_name_wknd.hpp \
+ ../../../libs/boost/include/boost/mpl/protect.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/full_lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/quote.hpp \
+ ../../../libs/boost/include/boost/mpl/void.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/has_type.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/bcc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/quote.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/template_arity.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply.hpp \
+ ../../../libs/boost/include/boost/shared_ptr.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/shared_ptr.hpp \
+ ../../../libs/boost/include/boost/config/no_tr1/memory.hpp \
+ ../../../libs/boost/include/boost/checked_delete.hpp \
+ ../../../libs/boost/include/boost/core/checked_delete.hpp \
+ ../../../libs/boost/include/boost/throw_exception.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/shared_count.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/bad_weak_ptr.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_has_sync.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp \
+ ../../../libs/boost/include/boost/detail/sp_typeinfo.hpp \
+ ../../../libs/boost/include/boost/core/typeinfo.hpp \
+ ../../../libs/boost/include/boost/core/demangle.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_impl.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_disable_deprecated.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_convertible.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_nullptr_t.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_noexcept.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/spinlock_pool.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/spinlock.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/spinlock_std_atomic.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/yield_k.hpp \
+ ../../../libs/boost/include/boost/predef.h \
+ ../../../libs/boost/include/boost/predef/language.h \
+ ../../../libs/boost/include/boost/predef/language/stdc.h \
+ ../../../libs/boost/include/boost/predef/language/stdcpp.h \
+ ../../../libs/boost/include/boost/predef/language/objc.h \
+ ../../../libs/boost/include/boost/predef/architecture.h \
+ ../../../libs/boost/include/boost/predef/architecture/alpha.h \
+ ../../../libs/boost/include/boost/predef/architecture/arm.h \
+ ../../../libs/boost/include/boost/predef/architecture/blackfin.h \
+ ../../../libs/boost/include/boost/predef/architecture/convex.h \
+ ../../../libs/boost/include/boost/predef/architecture/ia64.h \
+ ../../../libs/boost/include/boost/predef/architecture/m68k.h \
+ ../../../libs/boost/include/boost/predef/architecture/mips.h \
+ ../../../libs/boost/include/boost/predef/architecture/parisc.h \
+ ../../../libs/boost/include/boost/predef/architecture/ppc.h \
+ ../../../libs/boost/include/boost/predef/architecture/pyramid.h \
+ ../../../libs/boost/include/boost/predef/architecture/rs6k.h \
+ ../../../libs/boost/include/boost/predef/architecture/sparc.h \
+ ../../../libs/boost/include/boost/predef/architecture/superh.h \
+ ../../../libs/boost/include/boost/predef/architecture/sys370.h \
+ ../../../libs/boost/include/boost/predef/architecture/sys390.h \
+ ../../../libs/boost/include/boost/predef/architecture/x86.h \
+ ../../../libs/boost/include/boost/predef/architecture/x86/32.h \
+ ../../../libs/boost/include/boost/predef/architecture/x86/64.h \
+ ../../../libs/boost/include/boost/predef/architecture/z.h \
+ ../../../libs/boost/include/boost/predef/compiler.h \
+ ../../../libs/boost/include/boost/predef/compiler/borland.h \
+ ../../../libs/boost/include/boost/predef/compiler/clang.h \
+ ../../../libs/boost/include/boost/predef/detail/comp_detected.h \
+ ../../../libs/boost/include/boost/predef/compiler/comeau.h \
+ ../../../libs/boost/include/boost/predef/compiler/compaq.h \
+ ../../../libs/boost/include/boost/predef/compiler/diab.h \
+ ../../../libs/boost/include/boost/predef/compiler/digitalmars.h \
+ ../../../libs/boost/include/boost/predef/compiler/dignus.h \
+ ../../../libs/boost/include/boost/predef/compiler/edg.h \
+ ../../../libs/boost/include/boost/predef/compiler/ekopath.h \
+ ../../../libs/boost/include/boost/predef/compiler/gcc_xml.h \
+ ../../../libs/boost/include/boost/predef/compiler/gcc.h \
+ ../../../libs/boost/include/boost/predef/compiler/greenhills.h \
+ ../../../libs/boost/include/boost/predef/compiler/hp_acc.h \
+ ../../../libs/boost/include/boost/predef/compiler/iar.h \
+ ../../../libs/boost/include/boost/predef/compiler/ibm.h \
+ ../../../libs/boost/include/boost/predef/compiler/intel.h \
+ ../../../libs/boost/include/boost/predef/compiler/kai.h \
+ ../../../libs/boost/include/boost/predef/compiler/llvm.h \
+ ../../../libs/boost/include/boost/predef/compiler/metaware.h \
+ ../../../libs/boost/include/boost/predef/compiler/metrowerks.h \
+ ../../../libs/boost/include/boost/predef/compiler/microtec.h \
+ ../../../libs/boost/include/boost/predef/compiler/mpw.h \
+ ../../../libs/boost/include/boost/predef/compiler/palm.h \
+ ../../../libs/boost/include/boost/predef/compiler/pgi.h \
+ ../../../libs/boost/include/boost/predef/compiler/sgi_mipspro.h \
+ ../../../libs/boost/include/boost/predef/compiler/sunpro.h \
+ ../../../libs/boost/include/boost/predef/compiler/tendra.h \
+ ../../../libs/boost/include/boost/predef/compiler/visualc.h \
+ ../../../libs/boost/include/boost/predef/compiler/watcom.h \
+ ../../../libs/boost/include/boost/predef/library.h \
+ ../../../libs/boost/include/boost/predef/library/c.h \
+ ../../../libs/boost/include/boost/predef/library/c/_prefix.h \
+ ../../../libs/boost/include/boost/predef/detail/_cassert.h \
+ ../../../libs/boost/include/boost/predef/library/c/gnu.h \
+ ../../../libs/boost/include/boost/predef/library/c/uc.h \
+ ../../../libs/boost/include/boost/predef/library/c/vms.h \
+ ../../../libs/boost/include/boost/predef/library/c/zos.h \
+ ../../../libs/boost/include/boost/predef/library/std.h \
+ ../../../libs/boost/include/boost/predef/library/std/_prefix.h \
+ ../../../libs/boost/include/boost/predef/detail/_exception.h \
+ ../../../libs/boost/include/boost/predef/library/std/cxx.h \
+ ../../../libs/boost/include/boost/predef/library/std/dinkumware.h \
+ ../../../libs/boost/include/boost/predef/library/std/libcomo.h \
+ ../../../libs/boost/include/boost/predef/library/std/modena.h \
+ ../../../libs/boost/include/boost/predef/library/std/msl.h \
+ ../../../libs/boost/include/boost/predef/library/std/roguewave.h \
+ ../../../libs/boost/include/boost/predef/library/std/sgi.h \
+ ../../../libs/boost/include/boost/predef/library/std/stdcpp3.h \
+ ../../../libs/boost/include/boost/predef/library/std/stlport.h \
+ ../../../libs/boost/include/boost/predef/library/std/vacpp.h \
+ ../../../libs/boost/include/boost/predef/os.h \
+ ../../../libs/boost/include/boost/predef/os/aix.h \
+ ../../../libs/boost/include/boost/predef/os/amigaos.h \
+ ../../../libs/boost/include/boost/predef/os/android.h \
+ ../../../libs/boost/include/boost/predef/os/beos.h \
+ ../../../libs/boost/include/boost/predef/os/bsd.h \
+ ../../../libs/boost/include/boost/predef/os/macos.h \
+ ../../../libs/boost/include/boost/predef/os/ios.h \
+ ../../../libs/boost/include/boost/predef/detail/os_detected.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/bsdi.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/dragonfly.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/free.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/open.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/net.h \
+ ../../../libs/boost/include/boost/predef/os/cygwin.h \
+ ../../../libs/boost/include/boost/predef/os/haiku.h \
+ ../../../libs/boost/include/boost/predef/os/hpux.h \
+ ../../../libs/boost/include/boost/predef/os/irix.h \
+ ../../../libs/boost/include/boost/predef/os/linux.h \
+ ../../../libs/boost/include/boost/predef/os/os400.h \
+ ../../../libs/boost/include/boost/predef/os/qnxnto.h \
+ ../../../libs/boost/include/boost/predef/os/solaris.h \
+ ../../../libs/boost/include/boost/predef/os/unix.h \
+ ../../../libs/boost/include/boost/predef/os/vms.h \
+ ../../../libs/boost/include/boost/predef/other.h \
+ ../../../libs/boost/include/boost/predef/other/endian.h \
+ ../../../libs/boost/include/boost/predef/hardware.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86/versions.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86_amd.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86_amd/versions.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/arm.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/arm/versions.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/ppc.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/ppc/versions.h \
+ ../../../libs/boost/include/boost/predef/version.h \
+ ../../../libs/boost/include/boost/smart_ptr/detail/operator_bool.hpp \
+ ../../../libs/boost/include/boost/io/detail/quoted_manip.hpp \
+ ../../../libs/boost/include/boost/io/ios_state.hpp \
+ ../../../libs/boost/include/boost/io_fwd.hpp \
+ ../../../libs/boost/include/boost/functional/hash_fwd.hpp \
+ ../../../libs/boost/include/boost/functional/hash/hash_fwd.hpp \
+ ../../../libs/boost/include/boost/filesystem/operations.hpp \
+ ../../../libs/boost/include/boost/detail/scoped_enum_emulation.hpp \
+ ../../../libs/boost/include/boost/core/scoped_enum.hpp \
+ ../../../libs/boost/include/boost/detail/bitmask.hpp \
+ ../../../libs/boost/include/boost/range/mutable_iterator.hpp \
+ ../../../libs/boost/include/boost/range/config.hpp \
+ ../../../libs/boost/include/boost/range/range_fwd.hpp \
+ ../../../libs/boost/include/boost/range/detail/extract_optional_type.hpp \
+ ../../../libs/boost/include/boost/range/detail/msvc_has_iterator_workaround.hpp \
+ ../../../libs/boost/include/boost/range/const_iterator.hpp \
+ ../../../libs/boost/include/boost/filesystem/convenience.hpp \
+ ../../../libs/boost/include/boost/filesystem/string_file.hpp \
+ ../../../libs/boost/include/boost/filesystem/fstream.hpp \
+ ../../../libs/openFrameworks/utils/ofLog.h \
+ ../../../libs/openFrameworks/utils/ofSystemUtils.h \
+ ../../../libs/openFrameworks/utils/ofURLFileLoader.h \
+ ../../../libs/openFrameworks/events/ofEvents.h \
+ ../../../libs/openFrameworks/events/ofEventUtils.h \
+ ../../../libs/openFrameworks/events/ofEvent.h \
+ ../../../libs/openFrameworks/utils/ofTimer.h \
+ ../../../libs/openFrameworks/utils/ofUtils.h \
+ ../../../libs/utf8/include/utf8.h \
+ ../../../libs/utf8/include/utf8/checked.h \
+ ../../../libs/utf8/include/utf8/core.h \
+ ../../../libs/utf8/include/utf8/unchecked.h \
+ ../../../libs/openFrameworks/utils/ofFpsCounter.h \
+ ../../../libs/glm/include/glm/vec2.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec2.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec.hpp \
+ ../../../libs/glm/include/glm/detail/precision.hpp \
+ ../../../libs/glm/include/glm/detail/setup.hpp \
+ ../../../libs/glm/include/glm/detail/../simd/platform.h \
+ ../../../libs/glm/include/glm/detail/type_int.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec2.inl \
+ ../../../libs/openFrameworks/utils/ofThread.h \
+ ../../../libs/openFrameworks/utils/ofThreadChannel.h \
+ ../../../libs/openFrameworks/utils/ofJson.h \
+ ../../../libs/json/include/json.hpp \
+ ../../../libs/openFrameworks/types/ofParameter.h \
+ ../../../libs/openFrameworks/types/ofPoint.h \
+ ../../../libs/openFrameworks/math/ofVec3f.h \
+ ../../../libs/openFrameworks/math/ofVec2f.h \
+ ../../../libs/openFrameworks/math/ofMathConstants.h \
+ ../../../libs/glm/include/glm/fwd.hpp \
+ ../../../libs/glm/include/glm/detail/type_float.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat.hpp \
+ ../../../libs/openFrameworks/math/ofVec4f.h \
+ ../../../libs/glm/include/glm/vec4.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec4.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec4.inl \
+ ../../../libs/glm/include/glm/detail/type_vec4_simd.inl \
+ ../../../libs/glm/include/glm/vec3.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec3.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec3.inl \
+ ../../../libs/openFrameworks/types/ofColor.h \
+ ../../../libs/glm/include/glm/common.hpp \
+ ../../../libs/glm/include/glm/detail/func_common.hpp \
+ ../../../libs/glm/include/glm/detail/_fixes.hpp \
+ ../../../libs/glm/include/glm/detail/func_common.inl \
+ ../../../libs/glm/include/glm/detail/func_vector_relational.hpp \
+ ../../../libs/glm/include/glm/detail/func_vector_relational.inl \
+ ../../../libs/glm/include/glm/detail/func_vector_relational_simd.inl \
+ ../../../libs/glm/include/glm/detail/_vectorize.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec1.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec1.inl \
+ ../../../libs/glm/include/glm/detail/func_common_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/common.h \
+ ../../../libs/openFrameworks/utils/ofXml.h \
+ ../../../libs/pugixml/include/pugixml.hpp \
+ ../../../libs/pugixml/include/pugiconfig.hpp \
+ ../../../libs/openFrameworks/graphics/ofGraphicsBaseTypes.h \
+ ../../../libs/openFrameworks/graphics/ofGraphicsConstants.h \
+ ../../../libs/openFrameworks/types/ofTypes.h \
+ ../../../libs/openFrameworks/types/ofRectangle.h \
+ ../../../libs/openFrameworks/types/ofParameterGroup.h \
+ ../../../libs/openFrameworks/math/ofMath.h \
+ ../../../libs/glm/include/glm/gtc/constants.hpp \
+ ../../../libs/glm/include/glm/gtc/constants.inl \
+ ../../../libs/openFrameworks/math/ofVectorMath.h \
+ ../../../libs/glm/include/glm/mat3x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x3.inl \
+ ../../../libs/glm/include/glm/detail/func_matrix.hpp \
+ ../../../libs/glm/include/glm/detail/../mat2x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x2.inl \
+ ../../../libs/glm/include/glm/detail/../mat2x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x3.inl \
+ ../../../libs/glm/include/glm/detail/../mat2x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x4.inl \
+ ../../../libs/glm/include/glm/detail/../mat3x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x2.inl \
+ ../../../libs/glm/include/glm/detail/../mat3x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x4.inl \
+ ../../../libs/glm/include/glm/detail/../mat4x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x2.inl \
+ ../../../libs/glm/include/glm/detail/../mat4x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x3.inl \
+ ../../../libs/glm/include/glm/detail/../mat4x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x4.inl \
+ ../../../libs/glm/include/glm/detail/type_mat4x4_simd.inl \
+ ../../../libs/glm/include/glm/detail/func_matrix.inl \
+ ../../../libs/glm/include/glm/detail/../geometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_geometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_geometric.inl \
+ ../../../libs/glm/include/glm/detail/func_exponential.hpp \
+ ../../../libs/glm/include/glm/detail/func_exponential.inl \
+ ../../../libs/glm/include/glm/detail/func_exponential_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/exponential.h \
+ ../../../libs/glm/include/glm/detail/func_geometric_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/geometric.h \
+ ../../../libs/glm/include/glm/detail/func_matrix_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/matrix.h \
+ ../../../libs/glm/include/glm/trigonometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_trigonometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_trigonometric.inl \
+ ../../../libs/glm/include/glm/detail/func_trigonometric_simd.inl \
+ ../../../libs/glm/include/glm/exponential.hpp \
+ ../../../libs/glm/include/glm/vector_relational.hpp \
+ ../../../libs/glm/include/glm/ext.hpp \
+ ../../../libs/glm/include/glm/glm.hpp \
+ ../../../libs/glm/include/glm/packing.hpp \
+ ../../../libs/glm/include/glm/detail/func_packing.hpp \
+ ../../../libs/glm/include/glm/detail/func_packing.inl \
+ ../../../libs/glm/include/glm/detail/type_half.hpp \
+ ../../../libs/glm/include/glm/detail/type_half.inl \
+ ../../../libs/glm/include/glm/detail/func_packing_simd.inl \
+ ../../../libs/glm/include/glm/matrix.hpp \
+ ../../../libs/glm/include/glm/integer.hpp \
+ ../../../libs/glm/include/glm/detail/func_integer.hpp \
+ ../../../libs/glm/include/glm/detail/func_integer.inl \
+ ../../../libs/glm/include/glm/detail/func_integer_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/integer.h \
+ ../../../libs/glm/include/glm/./gtc/bitfield.hpp \
+ ../../../libs/glm/include/glm/gtc/bitfield.inl \
+ ../../../libs/glm/include/glm/./gtc/color_space.hpp \
+ ../../../libs/glm/include/glm/gtc/color_space.inl \
+ ../../../libs/glm/include/glm/./gtc/epsilon.hpp \
+ ../../../libs/glm/include/glm/gtc/epsilon.inl \
+ ../../../libs/glm/include/glm/gtc/quaternion.hpp \
+ ../../../libs/glm/include/glm/gtc/quaternion.inl \
+ ../../../libs/glm/include/glm/gtc/quaternion_simd.inl \
+ ../../../libs/glm/include/glm/./gtc/functions.hpp \
+ ../../../libs/glm/include/glm/gtc/functions.inl \
+ ../../../libs/glm/include/glm/./gtc/integer.hpp \
+ ../../../libs/glm/include/glm/gtc/integer.inl \
+ ../../../libs/glm/include/glm/./gtc/matrix_access.hpp \
+ ../../../libs/glm/include/glm/gtc/matrix_access.inl \
+ ../../../libs/glm/include/glm/./gtc/matrix_integer.hpp \
+ ../../../libs/glm/include/glm/./gtc/matrix_inverse.hpp \
+ ../../../libs/glm/include/glm/gtc/matrix_inverse.inl \
+ ../../../libs/glm/include/glm/./gtc/matrix_transform.hpp \
+ ../../../libs/glm/include/glm/gtc/matrix_transform.inl \
+ ../../../libs/glm/include/glm/./gtc/noise.hpp \
+ ../../../libs/glm/include/glm/gtc/../detail/_noise.hpp \
+ ../../../libs/glm/include/glm/gtc/noise.inl \
+ ../../../libs/glm/include/glm/./gtc/packing.hpp \
+ ../../../libs/glm/include/glm/gtc/type_precision.hpp \
+ ../../../libs/glm/include/glm/gtc/../gtc/vec1.hpp \
+ ../../../libs/glm/include/glm/gtc/vec1.inl \
+ ../../../libs/glm/include/glm/gtc/type_precision.inl \
+ ../../../libs/glm/include/glm/gtc/packing.inl \
+ ../../../libs/glm/include/glm/./gtc/random.hpp \
+ ../../../libs/glm/include/glm/gtc/random.inl \
+ ../../../libs/glm/include/glm/./gtc/reciprocal.hpp \
+ ../../../libs/glm/include/glm/gtc/reciprocal.inl \
+ ../../../libs/glm/include/glm/./gtc/round.hpp \
+ ../../../libs/glm/include/glm/gtc/round.inl \
+ ../../../libs/glm/include/glm/./gtc/type_ptr.hpp \
+ ../../../libs/glm/include/glm/gtc/type_ptr.inl \
+ ../../../libs/glm/include/glm/./gtc/ulp.hpp \
+ ../../../libs/glm/include/glm/gtc/ulp.inl \
+ ../../../libs/glm/include/glm/./gtc/type_aligned.hpp \
+ ../../../libs/glm/include/glm/./gtx/associated_min_max.hpp \
+ ../../../libs/glm/include/glm/gtx/associated_min_max.inl \
+ ../../../libs/glm/include/glm/./gtx/bit.hpp \
+ ../../../libs/glm/include/glm/gtx/bit.inl \
+ ../../../libs/glm/include/glm/./gtx/closest_point.hpp \
+ ../../../libs/glm/include/glm/gtx/closest_point.inl \
+ ../../../libs/glm/include/glm/./gtx/color_space.hpp \
+ ../../../libs/glm/include/glm/gtx/color_space.inl \
+ ../../../libs/glm/include/glm/./gtx/color_space_YCoCg.hpp \
+ ../../../libs/glm/include/glm/gtx/color_space_YCoCg.inl \
+ ../../../libs/glm/include/glm/./gtx/compatibility.hpp \
+ ../../../libs/glm/include/glm/gtx/compatibility.inl \
+ ../../../libs/glm/include/glm/./gtx/component_wise.hpp \
+ ../../../libs/glm/include/glm/gtx/component_wise.inl \
+ ../../../libs/glm/include/glm/./gtx/dual_quaternion.hpp \
+ ../../../libs/glm/include/glm/gtx/dual_quaternion.inl \
+ ../../../libs/glm/include/glm/./gtx/euler_angles.hpp \
+ ../../../libs/glm/include/glm/gtx/euler_angles.inl \
+ ../../../libs/glm/include/glm/./gtx/extend.hpp \
+ ../../../libs/glm/include/glm/gtx/extend.inl \
+ ../../../libs/glm/include/glm/./gtx/extended_min_max.hpp \
+ ../../../libs/glm/include/glm/gtx/extended_min_max.inl \
+ ../../../libs/glm/include/glm/./gtx/fast_exponential.hpp \
+ ../../../libs/glm/include/glm/gtx/fast_exponential.inl \
+ ../../../libs/glm/include/glm/./gtx/fast_square_root.hpp \
+ ../../../libs/glm/include/glm/gtx/fast_square_root.inl \
+ ../../../libs/glm/include/glm/./gtx/fast_trigonometry.hpp \
+ ../../../libs/glm/include/glm/gtx/fast_trigonometry.inl \
+ ../../../libs/glm/include/glm/./gtx/gradient_paint.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/optimum_pow.hpp \
+ ../../../libs/glm/include/glm/gtx/optimum_pow.inl \
+ ../../../libs/glm/include/glm/gtx/gradient_paint.inl \
+ ../../../libs/glm/include/glm/./gtx/handed_coordinate_space.hpp \
+ ../../../libs/glm/include/glm/gtx/handed_coordinate_space.inl \
+ ../../../libs/glm/include/glm/./gtx/integer.hpp \
+ ../../../libs/glm/include/glm/gtx/integer.inl \
+ ../../../libs/glm/include/glm/./gtx/intersect.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/vector_query.hpp \
+ ../../../libs/glm/include/glm/gtx/vector_query.inl \
+ ../../../libs/glm/include/glm/gtx/intersect.inl \
+ ../../../libs/glm/include/glm/./gtx/log_base.hpp \
+ ../../../libs/glm/include/glm/gtx/log_base.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_cross_product.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_cross_product.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_interpolation.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_interpolation.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_major_storage.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_major_storage.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_operation.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_operation.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_query.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_query.inl \
+ ../../../libs/glm/include/glm/./gtx/mixed_product.hpp \
+ ../../../libs/glm/include/glm/gtx/mixed_product.inl \
+ ../../../libs/glm/include/glm/./gtx/norm.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/quaternion.hpp \
+ ../../../libs/glm/include/glm/gtx/quaternion.inl \
+ ../../../libs/glm/include/glm/gtx/norm.inl \
+ ../../../libs/glm/include/glm/./gtx/normal.hpp \
+ ../../../libs/glm/include/glm/gtx/normal.inl \
+ ../../../libs/glm/include/glm/./gtx/normalize_dot.hpp \
+ ../../../libs/glm/include/glm/gtx/normalize_dot.inl \
+ ../../../libs/glm/include/glm/./gtx/number_precision.hpp \
+ ../../../libs/glm/include/glm/gtx/number_precision.inl \
+ ../../../libs/glm/include/glm/./gtx/orthonormalize.hpp \
+ ../../../libs/glm/include/glm/gtx/orthonormalize.inl \
+ ../../../libs/glm/include/glm/./gtx/perpendicular.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/projection.hpp \
+ ../../../libs/glm/include/glm/gtx/projection.inl \
+ ../../../libs/glm/include/glm/gtx/perpendicular.inl \
+ ../../../libs/glm/include/glm/./gtx/polar_coordinates.hpp \
+ ../../../libs/glm/include/glm/gtx/polar_coordinates.inl \
+ ../../../libs/glm/include/glm/./gtx/raw_data.hpp \
+ ../../../libs/glm/include/glm/gtx/raw_data.inl \
+ ../../../libs/glm/include/glm/./gtx/rotate_vector.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/transform.hpp \
+ ../../../libs/glm/include/glm/gtx/transform.inl \
+ ../../../libs/glm/include/glm/gtx/rotate_vector.inl \
+ ../../../libs/glm/include/glm/./gtx/spline.hpp \
+ ../../../libs/glm/include/glm/gtx/spline.inl \
+ ../../../libs/glm/include/glm/./gtx/std_based_type.hpp \
+ ../../../libs/glm/include/glm/gtx/std_based_type.inl \
+ ../../../libs/glm/include/glm/./gtx/string_cast.hpp \
+ ../../../libs/glm/include/glm/gtx/string_cast.inl \
+ ../../../libs/glm/include/glm/./gtx/transform2.hpp \
+ ../../../libs/glm/include/glm/gtx/transform2.inl \
+ ../../../libs/glm/include/glm/./gtx/vector_angle.hpp \
+ ../../../libs/glm/include/glm/gtx/vector_angle.inl \
+ ../../../libs/glm/include/glm/./gtx/wrap.hpp \
+ ../../../libs/glm/include/glm/gtx/wrap.inl \
+ ../../../libs/glm/include/glm/./gtx/scalar_multiplication.hpp \
+ ../../../libs/glm/include/glm/./gtx/range.hpp \
+ ../../../libs/openFrameworks/math/ofMatrix3x3.h \
+ ../../../libs/openFrameworks/math/ofMatrix4x4.h \
+ ../../../libs/openFrameworks/math/ofQuaternion.h \
+ ../../../libs/openFrameworks/communication/ofSerial.h \
+ ../../../libs/openFrameworks/communication/ofArduino.h \
+ ../../../libs/openFrameworks/gl/ofFbo.h \
+ ../../../libs/openFrameworks/gl/ofTexture.h \
+ ../../../libs/openFrameworks/gl/ofGLBaseTypes.h \
+ ../../../libs/openFrameworks/gl/ofGLRenderer.h \
+ ../../../libs/openFrameworks/graphics/ofPolyline.h \
+ ../../../libs/openFrameworks/graphics/ofPolyline.inl \
+ ../../../libs/openFrameworks/app/ofAppRunner.h \
+ ../../../libs/openFrameworks/app/ofWindowSettings.h \
+ ../../../libs/openFrameworks/app/ofMainLoop.h \
+ ../../../libs/openFrameworks/graphics/of3dGraphics.h \
+ ../../../libs/openFrameworks/3d/of3dPrimitives.h \
+ ../../../libs/openFrameworks/3d/ofMesh.h \
+ ../../../libs/openFrameworks/gl/ofGLUtils.h \
+ ../../../libs/openFrameworks/3d/ofMesh.inl \
+ ../../../libs/openFrameworks/3d/ofNode.h \
+ ../../../libs/openFrameworks/graphics/ofBitmapFont.h \
+ ../../../libs/openFrameworks/graphics/ofPixels.h \
+ ../../../libs/openFrameworks/graphics/ofGraphics.h \
+ ../../../libs/openFrameworks/utils/ofMatrixStack.h \
+ ../../../libs/openFrameworks/graphics/ofPath.h \
+ ../../../libs/openFrameworks/gl/ofVboMesh.h \
+ ../../../libs/openFrameworks/gl/ofVbo.h \
+ ../../../libs/openFrameworks/gl/ofBufferObject.h \
+ ../../../libs/openFrameworks/graphics/ofTessellator.h \
+ ../../../libs/openFrameworks/gl/ofLight.h \
+ ../../../libs/openFrameworks/gl/ofMaterial.h \
+ ../../../libs/openFrameworks/gl/ofShader.h \
+ ../../../libs/openFrameworks/graphics/ofCairoRenderer.h \
+ ../../../libs/cairo/include/cairo/cairo.h \
+ ../../../libs/cairo/include/cairo/cairo-version.h \
+ ../../../libs/cairo/include/cairo/cairo-features.h \
+ ../../../libs/cairo/include/cairo/cairo-deprecated.h \
+ ../../../libs/openFrameworks/graphics/ofImage.h \
+ ../../../libs/openFrameworks/graphics/ofRendererCollection.h \
+ ../../../libs/openFrameworks/graphics/ofTrueTypeFont.h \
+ ../../../libs/openFrameworks/app/ofBaseApp.h \
+ ../../../libs/openFrameworks/sound/ofSoundBaseTypes.h \
+ ../../../libs/openFrameworks/app/ofAppBaseWindow.h \
+ ../../../libs/openFrameworks/app/ofAppGLFWWindow.h \
+ ../../../libs/openFrameworks/app/ofAppGlutWindow.h \
+ ../../../libs/openFrameworks/sound/ofSoundStream.h \
+ ../../../libs/openFrameworks/sound/ofSoundPlayer.h \
+ ../../../libs/openFrameworks/sound/ofFmodSoundPlayer.h \
+ ../../../libs/fmodex/include/fmod.h \
+ ../../../libs/fmodex/include/fmod_codec.h \
+ ../../../libs/fmodex/include/fmod_dsp.h \
+ ../../../libs/fmodex/include/fmod_memoryinfo.h \
+ ../../../libs/fmodex/include/fmod_errors.h \
+ ../../../libs/openFrameworks/sound/ofSoundBuffer.h \
+ ../../../libs/openFrameworks/video/ofVideoGrabber.h \
+ ../../../libs/openFrameworks/video/ofVideoBaseTypes.h \
+ ../../../libs/openFrameworks/video/ofAVFoundationGrabber.h \
+ ../../../libs/openFrameworks/video/ofVideoPlayer.h \
+ ../../../libs/openFrameworks/video/ofAVFoundationPlayer.h \
+ ../../../libs/openFrameworks/video/ofAVFoundationVideoPlayer.h \
+ ../../../libs/openFrameworks/3d/of3dUtils.h \
+ ../../../libs/openFrameworks/3d/ofCamera.h \
+ ../../../libs/openFrameworks/3d/ofEasyCam.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterF.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterI.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterT.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter4f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterMatrix4f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2fv.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3fv.h
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/DoGExample/src/LineDrawingAlphaFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParametricObject.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterV.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/AbstractParameter.h:
+
+../../../libs/openFrameworks/ofMain.h:
+
+../../../libs/openFrameworks/utils/ofConstants.h:
+
+../../../libs/glew/include/GL/glew.h:
+
+../../../libs/tess2/include/tesselator.h:
+
+../../../libs/openFrameworks/utils/ofFileUtils.h:
+
+../../../libs/boost/include/boost/filesystem.hpp:
+
+../../../libs/boost/include/boost/filesystem/config.hpp:
+
+../../../libs/boost/include/boost/config.hpp:
+
+../../../libs/boost/include/boost/config/user.hpp:
+
+../../../libs/boost/include/boost/config/select_compiler_config.hpp:
+
+../../../libs/boost/include/boost/config/compiler/clang.hpp:
+
+../../../libs/boost/include/boost/config/select_stdlib_config.hpp:
+
+../../../libs/boost/include/boost/config/stdlib/libcpp.hpp:
+
+../../../libs/boost/include/boost/config/select_platform_config.hpp:
+
+../../../libs/boost/include/boost/config/platform/macos.hpp:
+
+../../../libs/boost/include/boost/config/posix_features.hpp:
+
+../../../libs/boost/include/boost/config/suffix.hpp:
+
+../../../libs/boost/include/boost/system/api_config.hpp:
+
+../../../libs/boost/include/boost/detail/workaround.hpp:
+
+../../../libs/boost/include/boost/config/auto_link.hpp:
+
+../../../libs/boost/include/boost/filesystem/path.hpp:
+
+../../../libs/boost/include/boost/filesystem/path_traits.hpp:
+
+../../../libs/boost/include/boost/utility/enable_if.hpp:
+
+../../../libs/boost/include/boost/core/enable_if.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_array.hpp:
+
+../../../libs/boost/include/boost/type_traits/integral_constant.hpp:
+
+../../../libs/boost/include/boost/type_traits/decay.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_function.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_lvalue_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_rvalue_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/detail/config.hpp:
+
+../../../libs/boost/include/boost/version.hpp:
+
+../../../libs/boost/include/boost/type_traits/detail/is_function_ptr_helper.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_bounds.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_extent.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_cv.hpp:
+
+../../../libs/boost/include/boost/system/error_code.hpp:
+
+../../../libs/boost/include/boost/system/config.hpp:
+
+../../../libs/boost/include/boost/predef/platform.h:
+
+../../../libs/boost/include/boost/predef/platform/mingw.h:
+
+../../../libs/boost/include/boost/predef/version_number.h:
+
+../../../libs/boost/include/boost/predef/make.h:
+
+../../../libs/boost/include/boost/predef/detail/test.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_desktop.h:
+
+../../../libs/boost/include/boost/predef/os/windows.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_store.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_phone.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_runtime.h:
+
+../../../libs/boost/include/boost/cstdint.hpp:
+
+../../../libs/boost/include/boost/assert.hpp:
+
+../../../libs/boost/include/boost/noncopyable.hpp:
+
+../../../libs/boost/include/boost/core/noncopyable.hpp:
+
+../../../libs/boost/include/boost/cerrno.hpp:
+
+../../../libs/boost/include/boost/config/abi_prefix.hpp:
+
+../../../libs/boost/include/boost/config/abi_suffix.hpp:
+
+../../../libs/boost/include/boost/system/system_error.hpp:
+
+../../../libs/boost/include/boost/iterator/iterator_facade.hpp:
+
+../../../libs/boost/include/boost/iterator.hpp:
+
+../../../libs/boost/include/boost/iterator/interoperable.hpp:
+
+../../../libs/boost/include/boost/mpl/bool.hpp:
+
+../../../libs/boost/include/boost/mpl/bool_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/adl_barrier.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/adl.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/msvc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/intel.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/gcc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/workaround.hpp:
+
+../../../libs/boost/include/boost/mpl/integral_c_tag.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/static_constant.hpp:
+
+../../../libs/boost/include/boost/mpl/or.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/use_preprocessed.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/nested_type_wknd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na_spec.hpp:
+
+../../../libs/boost/include/boost/mpl/lambda_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/void_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/ctps.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/ttp.hpp:
+
+../../../libs/boost/include/boost/mpl/int.hpp:
+
+../../../libs/boost/include/boost/mpl/int_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/nttp_decl.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/nttp.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/integral_wrapper.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/static_cast.hpp:
+
+../../../libs/boost/include/boost/preprocessor/cat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/config/config.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/lambda_arity_param.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/template_arity_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/arity.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/dtp.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/params.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/preprocessor.hpp:
+
+../../../libs/boost/include/boost/preprocessor/comma_if.hpp:
+
+../../../libs/boost/include/boost/preprocessor/punctuation/comma_if.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/if.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/iif.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/bool.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/empty.hpp:
+
+../../../libs/boost/include/boost/preprocessor/punctuation/comma.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repeat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repetition/repeat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/debug/error.hpp:
+
+../../../libs/boost/include/boost/preprocessor/detail/auto_rec.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/eat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/inc.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/inc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/enum.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:
+
+../../../libs/boost/include/boost/mpl/limits/arity.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/and.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/bitand.hpp:
+
+../../../libs/boost/include/boost/preprocessor/identity.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/identity.hpp:
+
+../../../libs/boost/include/boost/preprocessor/empty.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/add.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/dec.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/while.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/fold_left.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/detail/fold_left.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/expr_iif.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/adt.hpp:
+
+../../../libs/boost/include/boost/preprocessor/detail/is_binary.hpp:
+
+../../../libs/boost/include/boost/preprocessor/detail/check.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/compl.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/fold_right.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/detail/fold_right.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/reverse.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/detail/while.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/elem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/expand.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/overload.hpp:
+
+../../../libs/boost/include/boost/preprocessor/variadic/size.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/rem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/detail/is_single_return.hpp:
+
+../../../libs/boost/include/boost/preprocessor/variadic/elem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/sub.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/eti.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/overload_resolution.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/lambda_support.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/include_preprocessed.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/compiler.hpp:
+
+../../../libs/boost/include/boost/preprocessor/stringize.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/or.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_convertible.hpp:
+
+../../../libs/boost/include/boost/type_traits/intrinsics.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/config_def.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/config_undef.hpp:
+
+../../../libs/boost/include/boost/iterator/iterator_traits.hpp:
+
+../../../libs/boost/include/boost/detail/iterator.hpp:
+
+../../../libs/boost/include/boost/iterator/iterator_categories.hpp:
+
+../../../libs/boost/include/boost/mpl/eval_if.hpp:
+
+../../../libs/boost/include/boost/mpl/if.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/value_wknd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/integral.hpp:
+
+../../../libs/boost/include/boost/mpl/identity.hpp:
+
+../../../libs/boost/include/boost/mpl/placeholders.hpp:
+
+../../../libs/boost/include/boost/mpl/arg.hpp:
+
+../../../libs/boost/include/boost/mpl/arg_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na_assert.hpp:
+
+../../../libs/boost/include/boost/mpl/assert.hpp:
+
+../../../libs/boost/include/boost/mpl/not.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/yes_no.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/arrays.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/gpu.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/pp_counter.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/arity_spec.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/arg_typedef.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:
+
+../../../libs/boost/include/boost/static_assert.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/facade_iterator_category.hpp:
+
+../../../libs/boost/include/boost/mpl/and.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/and.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_same.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_const.hpp:
+
+../../../libs/boost/include/boost/detail/indirect_traits.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_class.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_volatile.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_member_function_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_member_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_pointer.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/enable_if.hpp:
+
+../../../libs/boost/include/boost/utility/addressof.hpp:
+
+../../../libs/boost/include/boost/core/addressof.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_const.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_lvalue_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_const.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_pod.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_void.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_scalar.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_arithmetic.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_integral.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_floating_point.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_enum.hpp:
+
+../../../libs/boost/include/boost/mpl/always.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/default_params.hpp:
+
+../../../libs/boost/include/boost/mpl/apply.hpp:
+
+../../../libs/boost/include/boost/mpl/apply_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/apply_wrap.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/has_apply.hpp:
+
+../../../libs/boost/include/boost/mpl/has_xxx.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/type_wrapper.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/has_xxx.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/msvc_typename.hpp:
+
+../../../libs/boost/include/boost/preprocessor/array/elem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/array/data.hpp:
+
+../../../libs/boost/include/boost/preprocessor/array/size.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repetition/enum_params.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repetition/enum_trailing_params.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/has_apply.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/msvc_never_true.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp:
+
+../../../libs/boost/include/boost/mpl/lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/bind.hpp:
+
+../../../libs/boost/include/boost/mpl/bind_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/bind.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/next.hpp:
+
+../../../libs/boost/include/boost/mpl/next_prior.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/common_name_wknd.hpp:
+
+../../../libs/boost/include/boost/mpl/protect.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/full_lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/quote.hpp:
+
+../../../libs/boost/include/boost/mpl/void.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/has_type.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/bcc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/quote.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/template_arity.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply.hpp:
+
+../../../libs/boost/include/boost/shared_ptr.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/shared_ptr.hpp:
+
+../../../libs/boost/include/boost/config/no_tr1/memory.hpp:
+
+../../../libs/boost/include/boost/checked_delete.hpp:
+
+../../../libs/boost/include/boost/core/checked_delete.hpp:
+
+../../../libs/boost/include/boost/throw_exception.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/shared_count.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/bad_weak_ptr.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_has_sync.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp:
+
+../../../libs/boost/include/boost/detail/sp_typeinfo.hpp:
+
+../../../libs/boost/include/boost/core/typeinfo.hpp:
+
+../../../libs/boost/include/boost/core/demangle.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_impl.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_disable_deprecated.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_convertible.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_nullptr_t.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_noexcept.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/spinlock_pool.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/spinlock.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/spinlock_std_atomic.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/yield_k.hpp:
+
+../../../libs/boost/include/boost/predef.h:
+
+../../../libs/boost/include/boost/predef/language.h:
+
+../../../libs/boost/include/boost/predef/language/stdc.h:
+
+../../../libs/boost/include/boost/predef/language/stdcpp.h:
+
+../../../libs/boost/include/boost/predef/language/objc.h:
+
+../../../libs/boost/include/boost/predef/architecture.h:
+
+../../../libs/boost/include/boost/predef/architecture/alpha.h:
+
+../../../libs/boost/include/boost/predef/architecture/arm.h:
+
+../../../libs/boost/include/boost/predef/architecture/blackfin.h:
+
+../../../libs/boost/include/boost/predef/architecture/convex.h:
+
+../../../libs/boost/include/boost/predef/architecture/ia64.h:
+
+../../../libs/boost/include/boost/predef/architecture/m68k.h:
+
+../../../libs/boost/include/boost/predef/architecture/mips.h:
+
+../../../libs/boost/include/boost/predef/architecture/parisc.h:
+
+../../../libs/boost/include/boost/predef/architecture/ppc.h:
+
+../../../libs/boost/include/boost/predef/architecture/pyramid.h:
+
+../../../libs/boost/include/boost/predef/architecture/rs6k.h:
+
+../../../libs/boost/include/boost/predef/architecture/sparc.h:
+
+../../../libs/boost/include/boost/predef/architecture/superh.h:
+
+../../../libs/boost/include/boost/predef/architecture/sys370.h:
+
+../../../libs/boost/include/boost/predef/architecture/sys390.h:
+
+../../../libs/boost/include/boost/predef/architecture/x86.h:
+
+../../../libs/boost/include/boost/predef/architecture/x86/32.h:
+
+../../../libs/boost/include/boost/predef/architecture/x86/64.h:
+
+../../../libs/boost/include/boost/predef/architecture/z.h:
+
+../../../libs/boost/include/boost/predef/compiler.h:
+
+../../../libs/boost/include/boost/predef/compiler/borland.h:
+
+../../../libs/boost/include/boost/predef/compiler/clang.h:
+
+../../../libs/boost/include/boost/predef/detail/comp_detected.h:
+
+../../../libs/boost/include/boost/predef/compiler/comeau.h:
+
+../../../libs/boost/include/boost/predef/compiler/compaq.h:
+
+../../../libs/boost/include/boost/predef/compiler/diab.h:
+
+../../../libs/boost/include/boost/predef/compiler/digitalmars.h:
+
+../../../libs/boost/include/boost/predef/compiler/dignus.h:
+
+../../../libs/boost/include/boost/predef/compiler/edg.h:
+
+../../../libs/boost/include/boost/predef/compiler/ekopath.h:
+
+../../../libs/boost/include/boost/predef/compiler/gcc_xml.h:
+
+../../../libs/boost/include/boost/predef/compiler/gcc.h:
+
+../../../libs/boost/include/boost/predef/compiler/greenhills.h:
+
+../../../libs/boost/include/boost/predef/compiler/hp_acc.h:
+
+../../../libs/boost/include/boost/predef/compiler/iar.h:
+
+../../../libs/boost/include/boost/predef/compiler/ibm.h:
+
+../../../libs/boost/include/boost/predef/compiler/intel.h:
+
+../../../libs/boost/include/boost/predef/compiler/kai.h:
+
+../../../libs/boost/include/boost/predef/compiler/llvm.h:
+
+../../../libs/boost/include/boost/predef/compiler/metaware.h:
+
+../../../libs/boost/include/boost/predef/compiler/metrowerks.h:
+
+../../../libs/boost/include/boost/predef/compiler/microtec.h:
+
+../../../libs/boost/include/boost/predef/compiler/mpw.h:
+
+../../../libs/boost/include/boost/predef/compiler/palm.h:
+
+../../../libs/boost/include/boost/predef/compiler/pgi.h:
+
+../../../libs/boost/include/boost/predef/compiler/sgi_mipspro.h:
+
+../../../libs/boost/include/boost/predef/compiler/sunpro.h:
+
+../../../libs/boost/include/boost/predef/compiler/tendra.h:
+
+../../../libs/boost/include/boost/predef/compiler/visualc.h:
+
+../../../libs/boost/include/boost/predef/compiler/watcom.h:
+
+../../../libs/boost/include/boost/predef/library.h:
+
+../../../libs/boost/include/boost/predef/library/c.h:
+
+../../../libs/boost/include/boost/predef/library/c/_prefix.h:
+
+../../../libs/boost/include/boost/predef/detail/_cassert.h:
+
+../../../libs/boost/include/boost/predef/library/c/gnu.h:
+
+../../../libs/boost/include/boost/predef/library/c/uc.h:
+
+../../../libs/boost/include/boost/predef/library/c/vms.h:
+
+../../../libs/boost/include/boost/predef/library/c/zos.h:
+
+../../../libs/boost/include/boost/predef/library/std.h:
+
+../../../libs/boost/include/boost/predef/library/std/_prefix.h:
+
+../../../libs/boost/include/boost/predef/detail/_exception.h:
+
+../../../libs/boost/include/boost/predef/library/std/cxx.h:
+
+../../../libs/boost/include/boost/predef/library/std/dinkumware.h:
+
+../../../libs/boost/include/boost/predef/library/std/libcomo.h:
+
+../../../libs/boost/include/boost/predef/library/std/modena.h:
+
+../../../libs/boost/include/boost/predef/library/std/msl.h:
+
+../../../libs/boost/include/boost/predef/library/std/roguewave.h:
+
+../../../libs/boost/include/boost/predef/library/std/sgi.h:
+
+../../../libs/boost/include/boost/predef/library/std/stdcpp3.h:
+
+../../../libs/boost/include/boost/predef/library/std/stlport.h:
+
+../../../libs/boost/include/boost/predef/library/std/vacpp.h:
+
+../../../libs/boost/include/boost/predef/os.h:
+
+../../../libs/boost/include/boost/predef/os/aix.h:
+
+../../../libs/boost/include/boost/predef/os/amigaos.h:
+
+../../../libs/boost/include/boost/predef/os/android.h:
+
+../../../libs/boost/include/boost/predef/os/beos.h:
+
+../../../libs/boost/include/boost/predef/os/bsd.h:
+
+../../../libs/boost/include/boost/predef/os/macos.h:
+
+../../../libs/boost/include/boost/predef/os/ios.h:
+
+../../../libs/boost/include/boost/predef/detail/os_detected.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/bsdi.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/dragonfly.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/free.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/open.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/net.h:
+
+../../../libs/boost/include/boost/predef/os/cygwin.h:
+
+../../../libs/boost/include/boost/predef/os/haiku.h:
+
+../../../libs/boost/include/boost/predef/os/hpux.h:
+
+../../../libs/boost/include/boost/predef/os/irix.h:
+
+../../../libs/boost/include/boost/predef/os/linux.h:
+
+../../../libs/boost/include/boost/predef/os/os400.h:
+
+../../../libs/boost/include/boost/predef/os/qnxnto.h:
+
+../../../libs/boost/include/boost/predef/os/solaris.h:
+
+../../../libs/boost/include/boost/predef/os/unix.h:
+
+../../../libs/boost/include/boost/predef/os/vms.h:
+
+../../../libs/boost/include/boost/predef/other.h:
+
+../../../libs/boost/include/boost/predef/other/endian.h:
+
+../../../libs/boost/include/boost/predef/hardware.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86/versions.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86_amd.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86_amd/versions.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/arm.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/arm/versions.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/ppc.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/ppc/versions.h:
+
+../../../libs/boost/include/boost/predef/version.h:
+
+../../../libs/boost/include/boost/smart_ptr/detail/operator_bool.hpp:
+
+../../../libs/boost/include/boost/io/detail/quoted_manip.hpp:
+
+../../../libs/boost/include/boost/io/ios_state.hpp:
+
+../../../libs/boost/include/boost/io_fwd.hpp:
+
+../../../libs/boost/include/boost/functional/hash_fwd.hpp:
+
+../../../libs/boost/include/boost/functional/hash/hash_fwd.hpp:
+
+../../../libs/boost/include/boost/filesystem/operations.hpp:
+
+../../../libs/boost/include/boost/detail/scoped_enum_emulation.hpp:
+
+../../../libs/boost/include/boost/core/scoped_enum.hpp:
+
+../../../libs/boost/include/boost/detail/bitmask.hpp:
+
+../../../libs/boost/include/boost/range/mutable_iterator.hpp:
+
+../../../libs/boost/include/boost/range/config.hpp:
+
+../../../libs/boost/include/boost/range/range_fwd.hpp:
+
+../../../libs/boost/include/boost/range/detail/extract_optional_type.hpp:
+
+../../../libs/boost/include/boost/range/detail/msvc_has_iterator_workaround.hpp:
+
+../../../libs/boost/include/boost/range/const_iterator.hpp:
+
+../../../libs/boost/include/boost/filesystem/convenience.hpp:
+
+../../../libs/boost/include/boost/filesystem/string_file.hpp:
+
+../../../libs/boost/include/boost/filesystem/fstream.hpp:
+
+../../../libs/openFrameworks/utils/ofLog.h:
+
+../../../libs/openFrameworks/utils/ofSystemUtils.h:
+
+../../../libs/openFrameworks/utils/ofURLFileLoader.h:
+
+../../../libs/openFrameworks/events/ofEvents.h:
+
+../../../libs/openFrameworks/events/ofEventUtils.h:
+
+../../../libs/openFrameworks/events/ofEvent.h:
+
+../../../libs/openFrameworks/utils/ofTimer.h:
+
+../../../libs/openFrameworks/utils/ofUtils.h:
+
+../../../libs/utf8/include/utf8.h:
+
+../../../libs/utf8/include/utf8/checked.h:
+
+../../../libs/utf8/include/utf8/core.h:
+
+../../../libs/utf8/include/utf8/unchecked.h:
+
+../../../libs/openFrameworks/utils/ofFpsCounter.h:
+
+../../../libs/glm/include/glm/vec2.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec2.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec.hpp:
+
+../../../libs/glm/include/glm/detail/precision.hpp:
+
+../../../libs/glm/include/glm/detail/setup.hpp:
+
+../../../libs/glm/include/glm/detail/../simd/platform.h:
+
+../../../libs/glm/include/glm/detail/type_int.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec2.inl:
+
+../../../libs/openFrameworks/utils/ofThread.h:
+
+../../../libs/openFrameworks/utils/ofThreadChannel.h:
+
+../../../libs/openFrameworks/utils/ofJson.h:
+
+../../../libs/json/include/json.hpp:
+
+../../../libs/openFrameworks/types/ofParameter.h:
+
+../../../libs/openFrameworks/types/ofPoint.h:
+
+../../../libs/openFrameworks/math/ofVec3f.h:
+
+../../../libs/openFrameworks/math/ofVec2f.h:
+
+../../../libs/openFrameworks/math/ofMathConstants.h:
+
+../../../libs/glm/include/glm/fwd.hpp:
+
+../../../libs/glm/include/glm/detail/type_float.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat.hpp:
+
+../../../libs/openFrameworks/math/ofVec4f.h:
+
+../../../libs/glm/include/glm/vec4.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec4.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec4.inl:
+
+../../../libs/glm/include/glm/detail/type_vec4_simd.inl:
+
+../../../libs/glm/include/glm/vec3.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec3.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec3.inl:
+
+../../../libs/openFrameworks/types/ofColor.h:
+
+../../../libs/glm/include/glm/common.hpp:
+
+../../../libs/glm/include/glm/detail/func_common.hpp:
+
+../../../libs/glm/include/glm/detail/_fixes.hpp:
+
+../../../libs/glm/include/glm/detail/func_common.inl:
+
+../../../libs/glm/include/glm/detail/func_vector_relational.hpp:
+
+../../../libs/glm/include/glm/detail/func_vector_relational.inl:
+
+../../../libs/glm/include/glm/detail/func_vector_relational_simd.inl:
+
+../../../libs/glm/include/glm/detail/_vectorize.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec1.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec1.inl:
+
+../../../libs/glm/include/glm/detail/func_common_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/common.h:
+
+../../../libs/openFrameworks/utils/ofXml.h:
+
+../../../libs/pugixml/include/pugixml.hpp:
+
+../../../libs/pugixml/include/pugiconfig.hpp:
+
+../../../libs/openFrameworks/graphics/ofGraphicsBaseTypes.h:
+
+../../../libs/openFrameworks/graphics/ofGraphicsConstants.h:
+
+../../../libs/openFrameworks/types/ofTypes.h:
+
+../../../libs/openFrameworks/types/ofRectangle.h:
+
+../../../libs/openFrameworks/types/ofParameterGroup.h:
+
+../../../libs/openFrameworks/math/ofMath.h:
+
+../../../libs/glm/include/glm/gtc/constants.hpp:
+
+../../../libs/glm/include/glm/gtc/constants.inl:
+
+../../../libs/openFrameworks/math/ofVectorMath.h:
+
+../../../libs/glm/include/glm/mat3x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x3.inl:
+
+../../../libs/glm/include/glm/detail/func_matrix.hpp:
+
+../../../libs/glm/include/glm/detail/../mat2x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x2.inl:
+
+../../../libs/glm/include/glm/detail/../mat2x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x3.inl:
+
+../../../libs/glm/include/glm/detail/../mat2x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x4.inl:
+
+../../../libs/glm/include/glm/detail/../mat3x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x2.inl:
+
+../../../libs/glm/include/glm/detail/../mat3x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x4.inl:
+
+../../../libs/glm/include/glm/detail/../mat4x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x2.inl:
+
+../../../libs/glm/include/glm/detail/../mat4x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x3.inl:
+
+../../../libs/glm/include/glm/detail/../mat4x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x4.inl:
+
+../../../libs/glm/include/glm/detail/type_mat4x4_simd.inl:
+
+../../../libs/glm/include/glm/detail/func_matrix.inl:
+
+../../../libs/glm/include/glm/detail/../geometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_geometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_geometric.inl:
+
+../../../libs/glm/include/glm/detail/func_exponential.hpp:
+
+../../../libs/glm/include/glm/detail/func_exponential.inl:
+
+../../../libs/glm/include/glm/detail/func_exponential_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/exponential.h:
+
+../../../libs/glm/include/glm/detail/func_geometric_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/geometric.h:
+
+../../../libs/glm/include/glm/detail/func_matrix_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/matrix.h:
+
+../../../libs/glm/include/glm/trigonometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_trigonometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_trigonometric.inl:
+
+../../../libs/glm/include/glm/detail/func_trigonometric_simd.inl:
+
+../../../libs/glm/include/glm/exponential.hpp:
+
+../../../libs/glm/include/glm/vector_relational.hpp:
+
+../../../libs/glm/include/glm/ext.hpp:
+
+../../../libs/glm/include/glm/glm.hpp:
+
+../../../libs/glm/include/glm/packing.hpp:
+
+../../../libs/glm/include/glm/detail/func_packing.hpp:
+
+../../../libs/glm/include/glm/detail/func_packing.inl:
+
+../../../libs/glm/include/glm/detail/type_half.hpp:
+
+../../../libs/glm/include/glm/detail/type_half.inl:
+
+../../../libs/glm/include/glm/detail/func_packing_simd.inl:
+
+../../../libs/glm/include/glm/matrix.hpp:
+
+../../../libs/glm/include/glm/integer.hpp:
+
+../../../libs/glm/include/glm/detail/func_integer.hpp:
+
+../../../libs/glm/include/glm/detail/func_integer.inl:
+
+../../../libs/glm/include/glm/detail/func_integer_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/integer.h:
+
+../../../libs/glm/include/glm/./gtc/bitfield.hpp:
+
+../../../libs/glm/include/glm/gtc/bitfield.inl:
+
+../../../libs/glm/include/glm/./gtc/color_space.hpp:
+
+../../../libs/glm/include/glm/gtc/color_space.inl:
+
+../../../libs/glm/include/glm/./gtc/epsilon.hpp:
+
+../../../libs/glm/include/glm/gtc/epsilon.inl:
+
+../../../libs/glm/include/glm/gtc/quaternion.hpp:
+
+../../../libs/glm/include/glm/gtc/quaternion.inl:
+
+../../../libs/glm/include/glm/gtc/quaternion_simd.inl:
+
+../../../libs/glm/include/glm/./gtc/functions.hpp:
+
+../../../libs/glm/include/glm/gtc/functions.inl:
+
+../../../libs/glm/include/glm/./gtc/integer.hpp:
+
+../../../libs/glm/include/glm/gtc/integer.inl:
+
+../../../libs/glm/include/glm/./gtc/matrix_access.hpp:
+
+../../../libs/glm/include/glm/gtc/matrix_access.inl:
+
+../../../libs/glm/include/glm/./gtc/matrix_integer.hpp:
+
+../../../libs/glm/include/glm/./gtc/matrix_inverse.hpp:
+
+../../../libs/glm/include/glm/gtc/matrix_inverse.inl:
+
+../../../libs/glm/include/glm/./gtc/matrix_transform.hpp:
+
+../../../libs/glm/include/glm/gtc/matrix_transform.inl:
+
+../../../libs/glm/include/glm/./gtc/noise.hpp:
+
+../../../libs/glm/include/glm/gtc/../detail/_noise.hpp:
+
+../../../libs/glm/include/glm/gtc/noise.inl:
+
+../../../libs/glm/include/glm/./gtc/packing.hpp:
+
+../../../libs/glm/include/glm/gtc/type_precision.hpp:
+
+../../../libs/glm/include/glm/gtc/../gtc/vec1.hpp:
+
+../../../libs/glm/include/glm/gtc/vec1.inl:
+
+../../../libs/glm/include/glm/gtc/type_precision.inl:
+
+../../../libs/glm/include/glm/gtc/packing.inl:
+
+../../../libs/glm/include/glm/./gtc/random.hpp:
+
+../../../libs/glm/include/glm/gtc/random.inl:
+
+../../../libs/glm/include/glm/./gtc/reciprocal.hpp:
+
+../../../libs/glm/include/glm/gtc/reciprocal.inl:
+
+../../../libs/glm/include/glm/./gtc/round.hpp:
+
+../../../libs/glm/include/glm/gtc/round.inl:
+
+../../../libs/glm/include/glm/./gtc/type_ptr.hpp:
+
+../../../libs/glm/include/glm/gtc/type_ptr.inl:
+
+../../../libs/glm/include/glm/./gtc/ulp.hpp:
+
+../../../libs/glm/include/glm/gtc/ulp.inl:
+
+../../../libs/glm/include/glm/./gtc/type_aligned.hpp:
+
+../../../libs/glm/include/glm/./gtx/associated_min_max.hpp:
+
+../../../libs/glm/include/glm/gtx/associated_min_max.inl:
+
+../../../libs/glm/include/glm/./gtx/bit.hpp:
+
+../../../libs/glm/include/glm/gtx/bit.inl:
+
+../../../libs/glm/include/glm/./gtx/closest_point.hpp:
+
+../../../libs/glm/include/glm/gtx/closest_point.inl:
+
+../../../libs/glm/include/glm/./gtx/color_space.hpp:
+
+../../../libs/glm/include/glm/gtx/color_space.inl:
+
+../../../libs/glm/include/glm/./gtx/color_space_YCoCg.hpp:
+
+../../../libs/glm/include/glm/gtx/color_space_YCoCg.inl:
+
+../../../libs/glm/include/glm/./gtx/compatibility.hpp:
+
+../../../libs/glm/include/glm/gtx/compatibility.inl:
+
+../../../libs/glm/include/glm/./gtx/component_wise.hpp:
+
+../../../libs/glm/include/glm/gtx/component_wise.inl:
+
+../../../libs/glm/include/glm/./gtx/dual_quaternion.hpp:
+
+../../../libs/glm/include/glm/gtx/dual_quaternion.inl:
+
+../../../libs/glm/include/glm/./gtx/euler_angles.hpp:
+
+../../../libs/glm/include/glm/gtx/euler_angles.inl:
+
+../../../libs/glm/include/glm/./gtx/extend.hpp:
+
+../../../libs/glm/include/glm/gtx/extend.inl:
+
+../../../libs/glm/include/glm/./gtx/extended_min_max.hpp:
+
+../../../libs/glm/include/glm/gtx/extended_min_max.inl:
+
+../../../libs/glm/include/glm/./gtx/fast_exponential.hpp:
+
+../../../libs/glm/include/glm/gtx/fast_exponential.inl:
+
+../../../libs/glm/include/glm/./gtx/fast_square_root.hpp:
+
+../../../libs/glm/include/glm/gtx/fast_square_root.inl:
+
+../../../libs/glm/include/glm/./gtx/fast_trigonometry.hpp:
+
+../../../libs/glm/include/glm/gtx/fast_trigonometry.inl:
+
+../../../libs/glm/include/glm/./gtx/gradient_paint.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/optimum_pow.hpp:
+
+../../../libs/glm/include/glm/gtx/optimum_pow.inl:
+
+../../../libs/glm/include/glm/gtx/gradient_paint.inl:
+
+../../../libs/glm/include/glm/./gtx/handed_coordinate_space.hpp:
+
+../../../libs/glm/include/glm/gtx/handed_coordinate_space.inl:
+
+../../../libs/glm/include/glm/./gtx/integer.hpp:
+
+../../../libs/glm/include/glm/gtx/integer.inl:
+
+../../../libs/glm/include/glm/./gtx/intersect.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/vector_query.hpp:
+
+../../../libs/glm/include/glm/gtx/vector_query.inl:
+
+../../../libs/glm/include/glm/gtx/intersect.inl:
+
+../../../libs/glm/include/glm/./gtx/log_base.hpp:
+
+../../../libs/glm/include/glm/gtx/log_base.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_cross_product.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_cross_product.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_interpolation.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_interpolation.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_major_storage.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_major_storage.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_operation.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_operation.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_query.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_query.inl:
+
+../../../libs/glm/include/glm/./gtx/mixed_product.hpp:
+
+../../../libs/glm/include/glm/gtx/mixed_product.inl:
+
+../../../libs/glm/include/glm/./gtx/norm.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/quaternion.hpp:
+
+../../../libs/glm/include/glm/gtx/quaternion.inl:
+
+../../../libs/glm/include/glm/gtx/norm.inl:
+
+../../../libs/glm/include/glm/./gtx/normal.hpp:
+
+../../../libs/glm/include/glm/gtx/normal.inl:
+
+../../../libs/glm/include/glm/./gtx/normalize_dot.hpp:
+
+../../../libs/glm/include/glm/gtx/normalize_dot.inl:
+
+../../../libs/glm/include/glm/./gtx/number_precision.hpp:
+
+../../../libs/glm/include/glm/gtx/number_precision.inl:
+
+../../../libs/glm/include/glm/./gtx/orthonormalize.hpp:
+
+../../../libs/glm/include/glm/gtx/orthonormalize.inl:
+
+../../../libs/glm/include/glm/./gtx/perpendicular.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/projection.hpp:
+
+../../../libs/glm/include/glm/gtx/projection.inl:
+
+../../../libs/glm/include/glm/gtx/perpendicular.inl:
+
+../../../libs/glm/include/glm/./gtx/polar_coordinates.hpp:
+
+../../../libs/glm/include/glm/gtx/polar_coordinates.inl:
+
+../../../libs/glm/include/glm/./gtx/raw_data.hpp:
+
+../../../libs/glm/include/glm/gtx/raw_data.inl:
+
+../../../libs/glm/include/glm/./gtx/rotate_vector.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/transform.hpp:
+
+../../../libs/glm/include/glm/gtx/transform.inl:
+
+../../../libs/glm/include/glm/gtx/rotate_vector.inl:
+
+../../../libs/glm/include/glm/./gtx/spline.hpp:
+
+../../../libs/glm/include/glm/gtx/spline.inl:
+
+../../../libs/glm/include/glm/./gtx/std_based_type.hpp:
+
+../../../libs/glm/include/glm/gtx/std_based_type.inl:
+
+../../../libs/glm/include/glm/./gtx/string_cast.hpp:
+
+../../../libs/glm/include/glm/gtx/string_cast.inl:
+
+../../../libs/glm/include/glm/./gtx/transform2.hpp:
+
+../../../libs/glm/include/glm/gtx/transform2.inl:
+
+../../../libs/glm/include/glm/./gtx/vector_angle.hpp:
+
+../../../libs/glm/include/glm/gtx/vector_angle.inl:
+
+../../../libs/glm/include/glm/./gtx/wrap.hpp:
+
+../../../libs/glm/include/glm/gtx/wrap.inl:
+
+../../../libs/glm/include/glm/./gtx/scalar_multiplication.hpp:
+
+../../../libs/glm/include/glm/./gtx/range.hpp:
+
+../../../libs/openFrameworks/math/ofMatrix3x3.h:
+
+../../../libs/openFrameworks/math/ofMatrix4x4.h:
+
+../../../libs/openFrameworks/math/ofQuaternion.h:
+
+../../../libs/openFrameworks/communication/ofSerial.h:
+
+../../../libs/openFrameworks/communication/ofArduino.h:
+
+../../../libs/openFrameworks/gl/ofFbo.h:
+
+../../../libs/openFrameworks/gl/ofTexture.h:
+
+../../../libs/openFrameworks/gl/ofGLBaseTypes.h:
+
+../../../libs/openFrameworks/gl/ofGLRenderer.h:
+
+../../../libs/openFrameworks/graphics/ofPolyline.h:
+
+../../../libs/openFrameworks/graphics/ofPolyline.inl:
+
+../../../libs/openFrameworks/app/ofAppRunner.h:
+
+../../../libs/openFrameworks/app/ofWindowSettings.h:
+
+../../../libs/openFrameworks/app/ofMainLoop.h:
+
+../../../libs/openFrameworks/graphics/of3dGraphics.h:
+
+../../../libs/openFrameworks/3d/of3dPrimitives.h:
+
+../../../libs/openFrameworks/3d/ofMesh.h:
+
+../../../libs/openFrameworks/gl/ofGLUtils.h:
+
+../../../libs/openFrameworks/3d/ofMesh.inl:
+
+../../../libs/openFrameworks/3d/ofNode.h:
+
+../../../libs/openFrameworks/graphics/ofBitmapFont.h:
+
+../../../libs/openFrameworks/graphics/ofPixels.h:
+
+../../../libs/openFrameworks/graphics/ofGraphics.h:
+
+../../../libs/openFrameworks/utils/ofMatrixStack.h:
+
+../../../libs/openFrameworks/graphics/ofPath.h:
+
+../../../libs/openFrameworks/gl/ofVboMesh.h:
+
+../../../libs/openFrameworks/gl/ofVbo.h:
+
+../../../libs/openFrameworks/gl/ofBufferObject.h:
+
+../../../libs/openFrameworks/graphics/ofTessellator.h:
+
+../../../libs/openFrameworks/gl/ofLight.h:
+
+../../../libs/openFrameworks/gl/ofMaterial.h:
+
+../../../libs/openFrameworks/gl/ofShader.h:
+
+../../../libs/openFrameworks/graphics/ofCairoRenderer.h:
+
+../../../libs/cairo/include/cairo/cairo.h:
+
+../../../libs/cairo/include/cairo/cairo-version.h:
+
+../../../libs/cairo/include/cairo/cairo-features.h:
+
+../../../libs/cairo/include/cairo/cairo-deprecated.h:
+
+../../../libs/openFrameworks/graphics/ofImage.h:
+
+../../../libs/openFrameworks/graphics/ofRendererCollection.h:
+
+../../../libs/openFrameworks/graphics/ofTrueTypeFont.h:
+
+../../../libs/openFrameworks/app/ofBaseApp.h:
+
+../../../libs/openFrameworks/sound/ofSoundBaseTypes.h:
+
+../../../libs/openFrameworks/app/ofAppBaseWindow.h:
+
+../../../libs/openFrameworks/app/ofAppGLFWWindow.h:
+
+../../../libs/openFrameworks/app/ofAppGlutWindow.h:
+
+../../../libs/openFrameworks/sound/ofSoundStream.h:
+
+../../../libs/openFrameworks/sound/ofSoundPlayer.h:
+
+../../../libs/openFrameworks/sound/ofFmodSoundPlayer.h:
+
+../../../libs/fmodex/include/fmod.h:
+
+../../../libs/fmodex/include/fmod_codec.h:
+
+../../../libs/fmodex/include/fmod_dsp.h:
+
+../../../libs/fmodex/include/fmod_memoryinfo.h:
+
+../../../libs/fmodex/include/fmod_errors.h:
+
+../../../libs/openFrameworks/sound/ofSoundBuffer.h:
+
+../../../libs/openFrameworks/video/ofVideoGrabber.h:
+
+../../../libs/openFrameworks/video/ofVideoBaseTypes.h:
+
+../../../libs/openFrameworks/video/ofAVFoundationGrabber.h:
+
+../../../libs/openFrameworks/video/ofVideoPlayer.h:
+
+../../../libs/openFrameworks/video/ofAVFoundationPlayer.h:
+
+../../../libs/openFrameworks/video/ofAVFoundationVideoPlayer.h:
+
+../../../libs/openFrameworks/3d/of3dUtils.h:
+
+../../../libs/openFrameworks/3d/ofCamera.h:
+
+../../../libs/openFrameworks/3d/ofEasyCam.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterF.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterI.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterT.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter4f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterMatrix4f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2fv.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3fv.h:
diff --git a/DoGExample/obj/osx/Release/src/LineDrawingAlphaFilter.o b/DoGExample/obj/osx/Release/src/LineDrawingAlphaFilter.o
new file mode 100644
index 0000000..7d93c0d
Binary files /dev/null and b/DoGExample/obj/osx/Release/src/LineDrawingAlphaFilter.o differ
diff --git a/DoGExample/obj/osx/Release/src/SketchDoGFilter.d b/DoGExample/obj/osx/Release/src/SketchDoGFilter.d
new file mode 100644
index 0000000..fedbd4d
--- /dev/null
+++ b/DoGExample/obj/osx/Release/src/SketchDoGFilter.d
@@ -0,0 +1,2234 @@
+obj/osx/Release/src/SketchDoGFilter.o: \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/DoGExample/src/SketchDoGFilter.cpp \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/DoGExample/src/SketchDoGFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DoGFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DirectionalDoGFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractDoGFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractTwoInputFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParametricObject.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterV.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/AbstractParameter.h \
+ ../../../libs/openFrameworks/ofMain.h \
+ ../../../libs/openFrameworks/utils/ofConstants.h \
+ ../../../libs/glew/include/GL/glew.h \
+ ../../../libs/tess2/include/tesselator.h \
+ ../../../libs/openFrameworks/utils/ofFileUtils.h \
+ ../../../libs/boost/include/boost/filesystem.hpp \
+ ../../../libs/boost/include/boost/filesystem/config.hpp \
+ ../../../libs/boost/include/boost/config.hpp \
+ ../../../libs/boost/include/boost/config/user.hpp \
+ ../../../libs/boost/include/boost/config/select_compiler_config.hpp \
+ ../../../libs/boost/include/boost/config/compiler/clang.hpp \
+ ../../../libs/boost/include/boost/config/select_stdlib_config.hpp \
+ ../../../libs/boost/include/boost/config/stdlib/libcpp.hpp \
+ ../../../libs/boost/include/boost/config/select_platform_config.hpp \
+ ../../../libs/boost/include/boost/config/platform/macos.hpp \
+ ../../../libs/boost/include/boost/config/posix_features.hpp \
+ ../../../libs/boost/include/boost/config/suffix.hpp \
+ ../../../libs/boost/include/boost/system/api_config.hpp \
+ ../../../libs/boost/include/boost/detail/workaround.hpp \
+ ../../../libs/boost/include/boost/config/auto_link.hpp \
+ ../../../libs/boost/include/boost/filesystem/path.hpp \
+ ../../../libs/boost/include/boost/filesystem/path_traits.hpp \
+ ../../../libs/boost/include/boost/utility/enable_if.hpp \
+ ../../../libs/boost/include/boost/core/enable_if.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_array.hpp \
+ ../../../libs/boost/include/boost/type_traits/integral_constant.hpp \
+ ../../../libs/boost/include/boost/type_traits/decay.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_function.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_lvalue_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_rvalue_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/detail/config.hpp \
+ ../../../libs/boost/include/boost/version.hpp \
+ ../../../libs/boost/include/boost/type_traits/detail/is_function_ptr_helper.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_bounds.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_extent.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_cv.hpp \
+ ../../../libs/boost/include/boost/system/error_code.hpp \
+ ../../../libs/boost/include/boost/system/config.hpp \
+ ../../../libs/boost/include/boost/predef/platform.h \
+ ../../../libs/boost/include/boost/predef/platform/mingw.h \
+ ../../../libs/boost/include/boost/predef/version_number.h \
+ ../../../libs/boost/include/boost/predef/make.h \
+ ../../../libs/boost/include/boost/predef/detail/test.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_desktop.h \
+ ../../../libs/boost/include/boost/predef/os/windows.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_store.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_phone.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_runtime.h \
+ ../../../libs/boost/include/boost/cstdint.hpp \
+ ../../../libs/boost/include/boost/assert.hpp \
+ ../../../libs/boost/include/boost/noncopyable.hpp \
+ ../../../libs/boost/include/boost/core/noncopyable.hpp \
+ ../../../libs/boost/include/boost/cerrno.hpp \
+ ../../../libs/boost/include/boost/config/abi_prefix.hpp \
+ ../../../libs/boost/include/boost/config/abi_suffix.hpp \
+ ../../../libs/boost/include/boost/system/system_error.hpp \
+ ../../../libs/boost/include/boost/iterator/iterator_facade.hpp \
+ ../../../libs/boost/include/boost/iterator.hpp \
+ ../../../libs/boost/include/boost/iterator/interoperable.hpp \
+ ../../../libs/boost/include/boost/mpl/bool.hpp \
+ ../../../libs/boost/include/boost/mpl/bool_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/adl_barrier.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/adl.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/msvc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/intel.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/gcc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/workaround.hpp \
+ ../../../libs/boost/include/boost/mpl/integral_c_tag.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/static_constant.hpp \
+ ../../../libs/boost/include/boost/mpl/or.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/use_preprocessed.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/nested_type_wknd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na_spec.hpp \
+ ../../../libs/boost/include/boost/mpl/lambda_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/void_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/ctps.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/ttp.hpp \
+ ../../../libs/boost/include/boost/mpl/int.hpp \
+ ../../../libs/boost/include/boost/mpl/int_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/nttp_decl.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/nttp.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/integral_wrapper.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/static_cast.hpp \
+ ../../../libs/boost/include/boost/preprocessor/cat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/config/config.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/lambda_arity_param.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/template_arity_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/arity.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/dtp.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/params.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/preprocessor.hpp \
+ ../../../libs/boost/include/boost/preprocessor/comma_if.hpp \
+ ../../../libs/boost/include/boost/preprocessor/punctuation/comma_if.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/if.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/iif.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/bool.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/empty.hpp \
+ ../../../libs/boost/include/boost/preprocessor/punctuation/comma.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repeat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repetition/repeat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/debug/error.hpp \
+ ../../../libs/boost/include/boost/preprocessor/detail/auto_rec.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/eat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/inc.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/inc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/enum.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp \
+ ../../../libs/boost/include/boost/mpl/limits/arity.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/and.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/bitand.hpp \
+ ../../../libs/boost/include/boost/preprocessor/identity.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/identity.hpp \
+ ../../../libs/boost/include/boost/preprocessor/empty.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/add.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/dec.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/while.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/fold_left.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/detail/fold_left.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/expr_iif.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/adt.hpp \
+ ../../../libs/boost/include/boost/preprocessor/detail/is_binary.hpp \
+ ../../../libs/boost/include/boost/preprocessor/detail/check.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/compl.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/fold_right.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/detail/fold_right.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/reverse.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/detail/while.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/elem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/expand.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/overload.hpp \
+ ../../../libs/boost/include/boost/preprocessor/variadic/size.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/rem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/detail/is_single_return.hpp \
+ ../../../libs/boost/include/boost/preprocessor/variadic/elem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/sub.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/eti.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/overload_resolution.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/lambda_support.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/include_preprocessed.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/compiler.hpp \
+ ../../../libs/boost/include/boost/preprocessor/stringize.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/or.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_convertible.hpp \
+ ../../../libs/boost/include/boost/type_traits/intrinsics.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/config_def.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/config_undef.hpp \
+ ../../../libs/boost/include/boost/iterator/iterator_traits.hpp \
+ ../../../libs/boost/include/boost/detail/iterator.hpp \
+ ../../../libs/boost/include/boost/iterator/iterator_categories.hpp \
+ ../../../libs/boost/include/boost/mpl/eval_if.hpp \
+ ../../../libs/boost/include/boost/mpl/if.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/value_wknd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/integral.hpp \
+ ../../../libs/boost/include/boost/mpl/identity.hpp \
+ ../../../libs/boost/include/boost/mpl/placeholders.hpp \
+ ../../../libs/boost/include/boost/mpl/arg.hpp \
+ ../../../libs/boost/include/boost/mpl/arg_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na_assert.hpp \
+ ../../../libs/boost/include/boost/mpl/assert.hpp \
+ ../../../libs/boost/include/boost/mpl/not.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/yes_no.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/arrays.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/gpu.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/pp_counter.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/arity_spec.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/arg_typedef.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp \
+ ../../../libs/boost/include/boost/static_assert.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/facade_iterator_category.hpp \
+ ../../../libs/boost/include/boost/mpl/and.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/and.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_same.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_const.hpp \
+ ../../../libs/boost/include/boost/detail/indirect_traits.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_class.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_volatile.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_member_function_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_member_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_pointer.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/enable_if.hpp \
+ ../../../libs/boost/include/boost/utility/addressof.hpp \
+ ../../../libs/boost/include/boost/core/addressof.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_const.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_lvalue_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_const.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_pod.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_void.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_scalar.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_arithmetic.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_integral.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_floating_point.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_enum.hpp \
+ ../../../libs/boost/include/boost/mpl/always.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/default_params.hpp \
+ ../../../libs/boost/include/boost/mpl/apply.hpp \
+ ../../../libs/boost/include/boost/mpl/apply_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/apply_wrap.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/has_apply.hpp \
+ ../../../libs/boost/include/boost/mpl/has_xxx.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/type_wrapper.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/has_xxx.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/msvc_typename.hpp \
+ ../../../libs/boost/include/boost/preprocessor/array/elem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/array/data.hpp \
+ ../../../libs/boost/include/boost/preprocessor/array/size.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repetition/enum_params.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repetition/enum_trailing_params.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/has_apply.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/msvc_never_true.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp \
+ ../../../libs/boost/include/boost/mpl/lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/bind.hpp \
+ ../../../libs/boost/include/boost/mpl/bind_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/bind.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/next.hpp \
+ ../../../libs/boost/include/boost/mpl/next_prior.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/common_name_wknd.hpp \
+ ../../../libs/boost/include/boost/mpl/protect.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/full_lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/quote.hpp \
+ ../../../libs/boost/include/boost/mpl/void.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/has_type.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/bcc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/quote.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/template_arity.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply.hpp \
+ ../../../libs/boost/include/boost/shared_ptr.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/shared_ptr.hpp \
+ ../../../libs/boost/include/boost/config/no_tr1/memory.hpp \
+ ../../../libs/boost/include/boost/checked_delete.hpp \
+ ../../../libs/boost/include/boost/core/checked_delete.hpp \
+ ../../../libs/boost/include/boost/throw_exception.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/shared_count.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/bad_weak_ptr.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_has_sync.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp \
+ ../../../libs/boost/include/boost/detail/sp_typeinfo.hpp \
+ ../../../libs/boost/include/boost/core/typeinfo.hpp \
+ ../../../libs/boost/include/boost/core/demangle.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_impl.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_disable_deprecated.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_convertible.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_nullptr_t.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_noexcept.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/spinlock_pool.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/spinlock.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/spinlock_std_atomic.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/yield_k.hpp \
+ ../../../libs/boost/include/boost/predef.h \
+ ../../../libs/boost/include/boost/predef/language.h \
+ ../../../libs/boost/include/boost/predef/language/stdc.h \
+ ../../../libs/boost/include/boost/predef/language/stdcpp.h \
+ ../../../libs/boost/include/boost/predef/language/objc.h \
+ ../../../libs/boost/include/boost/predef/architecture.h \
+ ../../../libs/boost/include/boost/predef/architecture/alpha.h \
+ ../../../libs/boost/include/boost/predef/architecture/arm.h \
+ ../../../libs/boost/include/boost/predef/architecture/blackfin.h \
+ ../../../libs/boost/include/boost/predef/architecture/convex.h \
+ ../../../libs/boost/include/boost/predef/architecture/ia64.h \
+ ../../../libs/boost/include/boost/predef/architecture/m68k.h \
+ ../../../libs/boost/include/boost/predef/architecture/mips.h \
+ ../../../libs/boost/include/boost/predef/architecture/parisc.h \
+ ../../../libs/boost/include/boost/predef/architecture/ppc.h \
+ ../../../libs/boost/include/boost/predef/architecture/pyramid.h \
+ ../../../libs/boost/include/boost/predef/architecture/rs6k.h \
+ ../../../libs/boost/include/boost/predef/architecture/sparc.h \
+ ../../../libs/boost/include/boost/predef/architecture/superh.h \
+ ../../../libs/boost/include/boost/predef/architecture/sys370.h \
+ ../../../libs/boost/include/boost/predef/architecture/sys390.h \
+ ../../../libs/boost/include/boost/predef/architecture/x86.h \
+ ../../../libs/boost/include/boost/predef/architecture/x86/32.h \
+ ../../../libs/boost/include/boost/predef/architecture/x86/64.h \
+ ../../../libs/boost/include/boost/predef/architecture/z.h \
+ ../../../libs/boost/include/boost/predef/compiler.h \
+ ../../../libs/boost/include/boost/predef/compiler/borland.h \
+ ../../../libs/boost/include/boost/predef/compiler/clang.h \
+ ../../../libs/boost/include/boost/predef/detail/comp_detected.h \
+ ../../../libs/boost/include/boost/predef/compiler/comeau.h \
+ ../../../libs/boost/include/boost/predef/compiler/compaq.h \
+ ../../../libs/boost/include/boost/predef/compiler/diab.h \
+ ../../../libs/boost/include/boost/predef/compiler/digitalmars.h \
+ ../../../libs/boost/include/boost/predef/compiler/dignus.h \
+ ../../../libs/boost/include/boost/predef/compiler/edg.h \
+ ../../../libs/boost/include/boost/predef/compiler/ekopath.h \
+ ../../../libs/boost/include/boost/predef/compiler/gcc_xml.h \
+ ../../../libs/boost/include/boost/predef/compiler/gcc.h \
+ ../../../libs/boost/include/boost/predef/compiler/greenhills.h \
+ ../../../libs/boost/include/boost/predef/compiler/hp_acc.h \
+ ../../../libs/boost/include/boost/predef/compiler/iar.h \
+ ../../../libs/boost/include/boost/predef/compiler/ibm.h \
+ ../../../libs/boost/include/boost/predef/compiler/intel.h \
+ ../../../libs/boost/include/boost/predef/compiler/kai.h \
+ ../../../libs/boost/include/boost/predef/compiler/llvm.h \
+ ../../../libs/boost/include/boost/predef/compiler/metaware.h \
+ ../../../libs/boost/include/boost/predef/compiler/metrowerks.h \
+ ../../../libs/boost/include/boost/predef/compiler/microtec.h \
+ ../../../libs/boost/include/boost/predef/compiler/mpw.h \
+ ../../../libs/boost/include/boost/predef/compiler/palm.h \
+ ../../../libs/boost/include/boost/predef/compiler/pgi.h \
+ ../../../libs/boost/include/boost/predef/compiler/sgi_mipspro.h \
+ ../../../libs/boost/include/boost/predef/compiler/sunpro.h \
+ ../../../libs/boost/include/boost/predef/compiler/tendra.h \
+ ../../../libs/boost/include/boost/predef/compiler/visualc.h \
+ ../../../libs/boost/include/boost/predef/compiler/watcom.h \
+ ../../../libs/boost/include/boost/predef/library.h \
+ ../../../libs/boost/include/boost/predef/library/c.h \
+ ../../../libs/boost/include/boost/predef/library/c/_prefix.h \
+ ../../../libs/boost/include/boost/predef/detail/_cassert.h \
+ ../../../libs/boost/include/boost/predef/library/c/gnu.h \
+ ../../../libs/boost/include/boost/predef/library/c/uc.h \
+ ../../../libs/boost/include/boost/predef/library/c/vms.h \
+ ../../../libs/boost/include/boost/predef/library/c/zos.h \
+ ../../../libs/boost/include/boost/predef/library/std.h \
+ ../../../libs/boost/include/boost/predef/library/std/_prefix.h \
+ ../../../libs/boost/include/boost/predef/detail/_exception.h \
+ ../../../libs/boost/include/boost/predef/library/std/cxx.h \
+ ../../../libs/boost/include/boost/predef/library/std/dinkumware.h \
+ ../../../libs/boost/include/boost/predef/library/std/libcomo.h \
+ ../../../libs/boost/include/boost/predef/library/std/modena.h \
+ ../../../libs/boost/include/boost/predef/library/std/msl.h \
+ ../../../libs/boost/include/boost/predef/library/std/roguewave.h \
+ ../../../libs/boost/include/boost/predef/library/std/sgi.h \
+ ../../../libs/boost/include/boost/predef/library/std/stdcpp3.h \
+ ../../../libs/boost/include/boost/predef/library/std/stlport.h \
+ ../../../libs/boost/include/boost/predef/library/std/vacpp.h \
+ ../../../libs/boost/include/boost/predef/os.h \
+ ../../../libs/boost/include/boost/predef/os/aix.h \
+ ../../../libs/boost/include/boost/predef/os/amigaos.h \
+ ../../../libs/boost/include/boost/predef/os/android.h \
+ ../../../libs/boost/include/boost/predef/os/beos.h \
+ ../../../libs/boost/include/boost/predef/os/bsd.h \
+ ../../../libs/boost/include/boost/predef/os/macos.h \
+ ../../../libs/boost/include/boost/predef/os/ios.h \
+ ../../../libs/boost/include/boost/predef/detail/os_detected.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/bsdi.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/dragonfly.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/free.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/open.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/net.h \
+ ../../../libs/boost/include/boost/predef/os/cygwin.h \
+ ../../../libs/boost/include/boost/predef/os/haiku.h \
+ ../../../libs/boost/include/boost/predef/os/hpux.h \
+ ../../../libs/boost/include/boost/predef/os/irix.h \
+ ../../../libs/boost/include/boost/predef/os/linux.h \
+ ../../../libs/boost/include/boost/predef/os/os400.h \
+ ../../../libs/boost/include/boost/predef/os/qnxnto.h \
+ ../../../libs/boost/include/boost/predef/os/solaris.h \
+ ../../../libs/boost/include/boost/predef/os/unix.h \
+ ../../../libs/boost/include/boost/predef/os/vms.h \
+ ../../../libs/boost/include/boost/predef/other.h \
+ ../../../libs/boost/include/boost/predef/other/endian.h \
+ ../../../libs/boost/include/boost/predef/hardware.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86/versions.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86_amd.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86_amd/versions.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/arm.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/arm/versions.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/ppc.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/ppc/versions.h \
+ ../../../libs/boost/include/boost/predef/version.h \
+ ../../../libs/boost/include/boost/smart_ptr/detail/operator_bool.hpp \
+ ../../../libs/boost/include/boost/io/detail/quoted_manip.hpp \
+ ../../../libs/boost/include/boost/io/ios_state.hpp \
+ ../../../libs/boost/include/boost/io_fwd.hpp \
+ ../../../libs/boost/include/boost/functional/hash_fwd.hpp \
+ ../../../libs/boost/include/boost/functional/hash/hash_fwd.hpp \
+ ../../../libs/boost/include/boost/filesystem/operations.hpp \
+ ../../../libs/boost/include/boost/detail/scoped_enum_emulation.hpp \
+ ../../../libs/boost/include/boost/core/scoped_enum.hpp \
+ ../../../libs/boost/include/boost/detail/bitmask.hpp \
+ ../../../libs/boost/include/boost/range/mutable_iterator.hpp \
+ ../../../libs/boost/include/boost/range/config.hpp \
+ ../../../libs/boost/include/boost/range/range_fwd.hpp \
+ ../../../libs/boost/include/boost/range/detail/extract_optional_type.hpp \
+ ../../../libs/boost/include/boost/range/detail/msvc_has_iterator_workaround.hpp \
+ ../../../libs/boost/include/boost/range/const_iterator.hpp \
+ ../../../libs/boost/include/boost/filesystem/convenience.hpp \
+ ../../../libs/boost/include/boost/filesystem/string_file.hpp \
+ ../../../libs/boost/include/boost/filesystem/fstream.hpp \
+ ../../../libs/openFrameworks/utils/ofLog.h \
+ ../../../libs/openFrameworks/utils/ofSystemUtils.h \
+ ../../../libs/openFrameworks/utils/ofURLFileLoader.h \
+ ../../../libs/openFrameworks/events/ofEvents.h \
+ ../../../libs/openFrameworks/events/ofEventUtils.h \
+ ../../../libs/openFrameworks/events/ofEvent.h \
+ ../../../libs/openFrameworks/utils/ofTimer.h \
+ ../../../libs/openFrameworks/utils/ofUtils.h \
+ ../../../libs/utf8/include/utf8.h \
+ ../../../libs/utf8/include/utf8/checked.h \
+ ../../../libs/utf8/include/utf8/core.h \
+ ../../../libs/utf8/include/utf8/unchecked.h \
+ ../../../libs/openFrameworks/utils/ofFpsCounter.h \
+ ../../../libs/glm/include/glm/vec2.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec2.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec.hpp \
+ ../../../libs/glm/include/glm/detail/precision.hpp \
+ ../../../libs/glm/include/glm/detail/setup.hpp \
+ ../../../libs/glm/include/glm/detail/../simd/platform.h \
+ ../../../libs/glm/include/glm/detail/type_int.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec2.inl \
+ ../../../libs/openFrameworks/utils/ofThread.h \
+ ../../../libs/openFrameworks/utils/ofThreadChannel.h \
+ ../../../libs/openFrameworks/utils/ofJson.h \
+ ../../../libs/json/include/json.hpp \
+ ../../../libs/openFrameworks/types/ofParameter.h \
+ ../../../libs/openFrameworks/types/ofPoint.h \
+ ../../../libs/openFrameworks/math/ofVec3f.h \
+ ../../../libs/openFrameworks/math/ofVec2f.h \
+ ../../../libs/openFrameworks/math/ofMathConstants.h \
+ ../../../libs/glm/include/glm/fwd.hpp \
+ ../../../libs/glm/include/glm/detail/type_float.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat.hpp \
+ ../../../libs/openFrameworks/math/ofVec4f.h \
+ ../../../libs/glm/include/glm/vec4.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec4.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec4.inl \
+ ../../../libs/glm/include/glm/detail/type_vec4_simd.inl \
+ ../../../libs/glm/include/glm/vec3.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec3.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec3.inl \
+ ../../../libs/openFrameworks/types/ofColor.h \
+ ../../../libs/glm/include/glm/common.hpp \
+ ../../../libs/glm/include/glm/detail/func_common.hpp \
+ ../../../libs/glm/include/glm/detail/_fixes.hpp \
+ ../../../libs/glm/include/glm/detail/func_common.inl \
+ ../../../libs/glm/include/glm/detail/func_vector_relational.hpp \
+ ../../../libs/glm/include/glm/detail/func_vector_relational.inl \
+ ../../../libs/glm/include/glm/detail/func_vector_relational_simd.inl \
+ ../../../libs/glm/include/glm/detail/_vectorize.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec1.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec1.inl \
+ ../../../libs/glm/include/glm/detail/func_common_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/common.h \
+ ../../../libs/openFrameworks/utils/ofXml.h \
+ ../../../libs/pugixml/include/pugixml.hpp \
+ ../../../libs/pugixml/include/pugiconfig.hpp \
+ ../../../libs/openFrameworks/graphics/ofGraphicsBaseTypes.h \
+ ../../../libs/openFrameworks/graphics/ofGraphicsConstants.h \
+ ../../../libs/openFrameworks/types/ofTypes.h \
+ ../../../libs/openFrameworks/types/ofRectangle.h \
+ ../../../libs/openFrameworks/types/ofParameterGroup.h \
+ ../../../libs/openFrameworks/math/ofMath.h \
+ ../../../libs/glm/include/glm/gtc/constants.hpp \
+ ../../../libs/glm/include/glm/gtc/constants.inl \
+ ../../../libs/openFrameworks/math/ofVectorMath.h \
+ ../../../libs/glm/include/glm/mat3x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x3.inl \
+ ../../../libs/glm/include/glm/detail/func_matrix.hpp \
+ ../../../libs/glm/include/glm/detail/../mat2x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x2.inl \
+ ../../../libs/glm/include/glm/detail/../mat2x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x3.inl \
+ ../../../libs/glm/include/glm/detail/../mat2x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x4.inl \
+ ../../../libs/glm/include/glm/detail/../mat3x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x2.inl \
+ ../../../libs/glm/include/glm/detail/../mat3x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x4.inl \
+ ../../../libs/glm/include/glm/detail/../mat4x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x2.inl \
+ ../../../libs/glm/include/glm/detail/../mat4x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x3.inl \
+ ../../../libs/glm/include/glm/detail/../mat4x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x4.inl \
+ ../../../libs/glm/include/glm/detail/type_mat4x4_simd.inl \
+ ../../../libs/glm/include/glm/detail/func_matrix.inl \
+ ../../../libs/glm/include/glm/detail/../geometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_geometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_geometric.inl \
+ ../../../libs/glm/include/glm/detail/func_exponential.hpp \
+ ../../../libs/glm/include/glm/detail/func_exponential.inl \
+ ../../../libs/glm/include/glm/detail/func_exponential_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/exponential.h \
+ ../../../libs/glm/include/glm/detail/func_geometric_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/geometric.h \
+ ../../../libs/glm/include/glm/detail/func_matrix_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/matrix.h \
+ ../../../libs/glm/include/glm/trigonometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_trigonometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_trigonometric.inl \
+ ../../../libs/glm/include/glm/detail/func_trigonometric_simd.inl \
+ ../../../libs/glm/include/glm/exponential.hpp \
+ ../../../libs/glm/include/glm/vector_relational.hpp \
+ ../../../libs/glm/include/glm/ext.hpp \
+ ../../../libs/glm/include/glm/glm.hpp \
+ ../../../libs/glm/include/glm/packing.hpp \
+ ../../../libs/glm/include/glm/detail/func_packing.hpp \
+ ../../../libs/glm/include/glm/detail/func_packing.inl \
+ ../../../libs/glm/include/glm/detail/type_half.hpp \
+ ../../../libs/glm/include/glm/detail/type_half.inl \
+ ../../../libs/glm/include/glm/detail/func_packing_simd.inl \
+ ../../../libs/glm/include/glm/matrix.hpp \
+ ../../../libs/glm/include/glm/integer.hpp \
+ ../../../libs/glm/include/glm/detail/func_integer.hpp \
+ ../../../libs/glm/include/glm/detail/func_integer.inl \
+ ../../../libs/glm/include/glm/detail/func_integer_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/integer.h \
+ ../../../libs/glm/include/glm/./gtc/bitfield.hpp \
+ ../../../libs/glm/include/glm/gtc/bitfield.inl \
+ ../../../libs/glm/include/glm/./gtc/color_space.hpp \
+ ../../../libs/glm/include/glm/gtc/color_space.inl \
+ ../../../libs/glm/include/glm/./gtc/epsilon.hpp \
+ ../../../libs/glm/include/glm/gtc/epsilon.inl \
+ ../../../libs/glm/include/glm/gtc/quaternion.hpp \
+ ../../../libs/glm/include/glm/gtc/quaternion.inl \
+ ../../../libs/glm/include/glm/gtc/quaternion_simd.inl \
+ ../../../libs/glm/include/glm/./gtc/functions.hpp \
+ ../../../libs/glm/include/glm/gtc/functions.inl \
+ ../../../libs/glm/include/glm/./gtc/integer.hpp \
+ ../../../libs/glm/include/glm/gtc/integer.inl \
+ ../../../libs/glm/include/glm/./gtc/matrix_access.hpp \
+ ../../../libs/glm/include/glm/gtc/matrix_access.inl \
+ ../../../libs/glm/include/glm/./gtc/matrix_integer.hpp \
+ ../../../libs/glm/include/glm/./gtc/matrix_inverse.hpp \
+ ../../../libs/glm/include/glm/gtc/matrix_inverse.inl \
+ ../../../libs/glm/include/glm/./gtc/matrix_transform.hpp \
+ ../../../libs/glm/include/glm/gtc/matrix_transform.inl \
+ ../../../libs/glm/include/glm/./gtc/noise.hpp \
+ ../../../libs/glm/include/glm/gtc/../detail/_noise.hpp \
+ ../../../libs/glm/include/glm/gtc/noise.inl \
+ ../../../libs/glm/include/glm/./gtc/packing.hpp \
+ ../../../libs/glm/include/glm/gtc/type_precision.hpp \
+ ../../../libs/glm/include/glm/gtc/../gtc/vec1.hpp \
+ ../../../libs/glm/include/glm/gtc/vec1.inl \
+ ../../../libs/glm/include/glm/gtc/type_precision.inl \
+ ../../../libs/glm/include/glm/gtc/packing.inl \
+ ../../../libs/glm/include/glm/./gtc/random.hpp \
+ ../../../libs/glm/include/glm/gtc/random.inl \
+ ../../../libs/glm/include/glm/./gtc/reciprocal.hpp \
+ ../../../libs/glm/include/glm/gtc/reciprocal.inl \
+ ../../../libs/glm/include/glm/./gtc/round.hpp \
+ ../../../libs/glm/include/glm/gtc/round.inl \
+ ../../../libs/glm/include/glm/./gtc/type_ptr.hpp \
+ ../../../libs/glm/include/glm/gtc/type_ptr.inl \
+ ../../../libs/glm/include/glm/./gtc/ulp.hpp \
+ ../../../libs/glm/include/glm/gtc/ulp.inl \
+ ../../../libs/glm/include/glm/./gtc/type_aligned.hpp \
+ ../../../libs/glm/include/glm/./gtx/associated_min_max.hpp \
+ ../../../libs/glm/include/glm/gtx/associated_min_max.inl \
+ ../../../libs/glm/include/glm/./gtx/bit.hpp \
+ ../../../libs/glm/include/glm/gtx/bit.inl \
+ ../../../libs/glm/include/glm/./gtx/closest_point.hpp \
+ ../../../libs/glm/include/glm/gtx/closest_point.inl \
+ ../../../libs/glm/include/glm/./gtx/color_space.hpp \
+ ../../../libs/glm/include/glm/gtx/color_space.inl \
+ ../../../libs/glm/include/glm/./gtx/color_space_YCoCg.hpp \
+ ../../../libs/glm/include/glm/gtx/color_space_YCoCg.inl \
+ ../../../libs/glm/include/glm/./gtx/compatibility.hpp \
+ ../../../libs/glm/include/glm/gtx/compatibility.inl \
+ ../../../libs/glm/include/glm/./gtx/component_wise.hpp \
+ ../../../libs/glm/include/glm/gtx/component_wise.inl \
+ ../../../libs/glm/include/glm/./gtx/dual_quaternion.hpp \
+ ../../../libs/glm/include/glm/gtx/dual_quaternion.inl \
+ ../../../libs/glm/include/glm/./gtx/euler_angles.hpp \
+ ../../../libs/glm/include/glm/gtx/euler_angles.inl \
+ ../../../libs/glm/include/glm/./gtx/extend.hpp \
+ ../../../libs/glm/include/glm/gtx/extend.inl \
+ ../../../libs/glm/include/glm/./gtx/extended_min_max.hpp \
+ ../../../libs/glm/include/glm/gtx/extended_min_max.inl \
+ ../../../libs/glm/include/glm/./gtx/fast_exponential.hpp \
+ ../../../libs/glm/include/glm/gtx/fast_exponential.inl \
+ ../../../libs/glm/include/glm/./gtx/fast_square_root.hpp \
+ ../../../libs/glm/include/glm/gtx/fast_square_root.inl \
+ ../../../libs/glm/include/glm/./gtx/fast_trigonometry.hpp \
+ ../../../libs/glm/include/glm/gtx/fast_trigonometry.inl \
+ ../../../libs/glm/include/glm/./gtx/gradient_paint.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/optimum_pow.hpp \
+ ../../../libs/glm/include/glm/gtx/optimum_pow.inl \
+ ../../../libs/glm/include/glm/gtx/gradient_paint.inl \
+ ../../../libs/glm/include/glm/./gtx/handed_coordinate_space.hpp \
+ ../../../libs/glm/include/glm/gtx/handed_coordinate_space.inl \
+ ../../../libs/glm/include/glm/./gtx/integer.hpp \
+ ../../../libs/glm/include/glm/gtx/integer.inl \
+ ../../../libs/glm/include/glm/./gtx/intersect.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/vector_query.hpp \
+ ../../../libs/glm/include/glm/gtx/vector_query.inl \
+ ../../../libs/glm/include/glm/gtx/intersect.inl \
+ ../../../libs/glm/include/glm/./gtx/log_base.hpp \
+ ../../../libs/glm/include/glm/gtx/log_base.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_cross_product.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_cross_product.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_interpolation.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_interpolation.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_major_storage.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_major_storage.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_operation.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_operation.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_query.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_query.inl \
+ ../../../libs/glm/include/glm/./gtx/mixed_product.hpp \
+ ../../../libs/glm/include/glm/gtx/mixed_product.inl \
+ ../../../libs/glm/include/glm/./gtx/norm.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/quaternion.hpp \
+ ../../../libs/glm/include/glm/gtx/quaternion.inl \
+ ../../../libs/glm/include/glm/gtx/norm.inl \
+ ../../../libs/glm/include/glm/./gtx/normal.hpp \
+ ../../../libs/glm/include/glm/gtx/normal.inl \
+ ../../../libs/glm/include/glm/./gtx/normalize_dot.hpp \
+ ../../../libs/glm/include/glm/gtx/normalize_dot.inl \
+ ../../../libs/glm/include/glm/./gtx/number_precision.hpp \
+ ../../../libs/glm/include/glm/gtx/number_precision.inl \
+ ../../../libs/glm/include/glm/./gtx/orthonormalize.hpp \
+ ../../../libs/glm/include/glm/gtx/orthonormalize.inl \
+ ../../../libs/glm/include/glm/./gtx/perpendicular.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/projection.hpp \
+ ../../../libs/glm/include/glm/gtx/projection.inl \
+ ../../../libs/glm/include/glm/gtx/perpendicular.inl \
+ ../../../libs/glm/include/glm/./gtx/polar_coordinates.hpp \
+ ../../../libs/glm/include/glm/gtx/polar_coordinates.inl \
+ ../../../libs/glm/include/glm/./gtx/raw_data.hpp \
+ ../../../libs/glm/include/glm/gtx/raw_data.inl \
+ ../../../libs/glm/include/glm/./gtx/rotate_vector.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/transform.hpp \
+ ../../../libs/glm/include/glm/gtx/transform.inl \
+ ../../../libs/glm/include/glm/gtx/rotate_vector.inl \
+ ../../../libs/glm/include/glm/./gtx/spline.hpp \
+ ../../../libs/glm/include/glm/gtx/spline.inl \
+ ../../../libs/glm/include/glm/./gtx/std_based_type.hpp \
+ ../../../libs/glm/include/glm/gtx/std_based_type.inl \
+ ../../../libs/glm/include/glm/./gtx/string_cast.hpp \
+ ../../../libs/glm/include/glm/gtx/string_cast.inl \
+ ../../../libs/glm/include/glm/./gtx/transform2.hpp \
+ ../../../libs/glm/include/glm/gtx/transform2.inl \
+ ../../../libs/glm/include/glm/./gtx/vector_angle.hpp \
+ ../../../libs/glm/include/glm/gtx/vector_angle.inl \
+ ../../../libs/glm/include/glm/./gtx/wrap.hpp \
+ ../../../libs/glm/include/glm/gtx/wrap.inl \
+ ../../../libs/glm/include/glm/./gtx/scalar_multiplication.hpp \
+ ../../../libs/glm/include/glm/./gtx/range.hpp \
+ ../../../libs/openFrameworks/math/ofMatrix3x3.h \
+ ../../../libs/openFrameworks/math/ofMatrix4x4.h \
+ ../../../libs/openFrameworks/math/ofQuaternion.h \
+ ../../../libs/openFrameworks/communication/ofSerial.h \
+ ../../../libs/openFrameworks/communication/ofArduino.h \
+ ../../../libs/openFrameworks/gl/ofFbo.h \
+ ../../../libs/openFrameworks/gl/ofTexture.h \
+ ../../../libs/openFrameworks/gl/ofGLBaseTypes.h \
+ ../../../libs/openFrameworks/gl/ofGLRenderer.h \
+ ../../../libs/openFrameworks/graphics/ofPolyline.h \
+ ../../../libs/openFrameworks/graphics/ofPolyline.inl \
+ ../../../libs/openFrameworks/app/ofAppRunner.h \
+ ../../../libs/openFrameworks/app/ofWindowSettings.h \
+ ../../../libs/openFrameworks/app/ofMainLoop.h \
+ ../../../libs/openFrameworks/graphics/of3dGraphics.h \
+ ../../../libs/openFrameworks/3d/of3dPrimitives.h \
+ ../../../libs/openFrameworks/3d/ofMesh.h \
+ ../../../libs/openFrameworks/gl/ofGLUtils.h \
+ ../../../libs/openFrameworks/3d/ofMesh.inl \
+ ../../../libs/openFrameworks/3d/ofNode.h \
+ ../../../libs/openFrameworks/graphics/ofBitmapFont.h \
+ ../../../libs/openFrameworks/graphics/ofPixels.h \
+ ../../../libs/openFrameworks/graphics/ofGraphics.h \
+ ../../../libs/openFrameworks/utils/ofMatrixStack.h \
+ ../../../libs/openFrameworks/graphics/ofPath.h \
+ ../../../libs/openFrameworks/gl/ofVboMesh.h \
+ ../../../libs/openFrameworks/gl/ofVbo.h \
+ ../../../libs/openFrameworks/gl/ofBufferObject.h \
+ ../../../libs/openFrameworks/graphics/ofTessellator.h \
+ ../../../libs/openFrameworks/gl/ofLight.h \
+ ../../../libs/openFrameworks/gl/ofMaterial.h \
+ ../../../libs/openFrameworks/gl/ofShader.h \
+ ../../../libs/openFrameworks/graphics/ofCairoRenderer.h \
+ ../../../libs/cairo/include/cairo/cairo.h \
+ ../../../libs/cairo/include/cairo/cairo-version.h \
+ ../../../libs/cairo/include/cairo/cairo-features.h \
+ ../../../libs/cairo/include/cairo/cairo-deprecated.h \
+ ../../../libs/openFrameworks/graphics/ofImage.h \
+ ../../../libs/openFrameworks/graphics/ofRendererCollection.h \
+ ../../../libs/openFrameworks/graphics/ofTrueTypeFont.h \
+ ../../../libs/openFrameworks/app/ofBaseApp.h \
+ ../../../libs/openFrameworks/sound/ofSoundBaseTypes.h \
+ ../../../libs/openFrameworks/app/ofAppBaseWindow.h \
+ ../../../libs/openFrameworks/app/ofAppGLFWWindow.h \
+ ../../../libs/openFrameworks/app/ofAppGlutWindow.h \
+ ../../../libs/openFrameworks/sound/ofSoundStream.h \
+ ../../../libs/openFrameworks/sound/ofSoundPlayer.h \
+ ../../../libs/openFrameworks/sound/ofFmodSoundPlayer.h \
+ ../../../libs/fmodex/include/fmod.h \
+ ../../../libs/fmodex/include/fmod_codec.h \
+ ../../../libs/fmodex/include/fmod_dsp.h \
+ ../../../libs/fmodex/include/fmod_memoryinfo.h \
+ ../../../libs/fmodex/include/fmod_errors.h \
+ ../../../libs/openFrameworks/sound/ofSoundBuffer.h \
+ ../../../libs/openFrameworks/video/ofVideoGrabber.h \
+ ../../../libs/openFrameworks/video/ofVideoBaseTypes.h \
+ ../../../libs/openFrameworks/video/ofAVFoundationGrabber.h \
+ ../../../libs/openFrameworks/video/ofVideoPlayer.h \
+ ../../../libs/openFrameworks/video/ofAVFoundationPlayer.h \
+ ../../../libs/openFrameworks/video/ofAVFoundationVideoPlayer.h \
+ ../../../libs/openFrameworks/3d/of3dUtils.h \
+ ../../../libs/openFrameworks/3d/ofCamera.h \
+ ../../../libs/openFrameworks/3d/ofEasyCam.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterF.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterI.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterT.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter4f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterMatrix4f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2fv.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3fv.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/FlowDoGFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/FilterChain.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractPingPongRenderer.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EdgeTangentFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3TextureSamplingFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EdgeTangentSmoothingFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3PingPongFilter.h
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/DoGExample/src/SketchDoGFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DoGFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DirectionalDoGFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractDoGFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractTwoInputFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParametricObject.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterV.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/AbstractParameter.h:
+
+../../../libs/openFrameworks/ofMain.h:
+
+../../../libs/openFrameworks/utils/ofConstants.h:
+
+../../../libs/glew/include/GL/glew.h:
+
+../../../libs/tess2/include/tesselator.h:
+
+../../../libs/openFrameworks/utils/ofFileUtils.h:
+
+../../../libs/boost/include/boost/filesystem.hpp:
+
+../../../libs/boost/include/boost/filesystem/config.hpp:
+
+../../../libs/boost/include/boost/config.hpp:
+
+../../../libs/boost/include/boost/config/user.hpp:
+
+../../../libs/boost/include/boost/config/select_compiler_config.hpp:
+
+../../../libs/boost/include/boost/config/compiler/clang.hpp:
+
+../../../libs/boost/include/boost/config/select_stdlib_config.hpp:
+
+../../../libs/boost/include/boost/config/stdlib/libcpp.hpp:
+
+../../../libs/boost/include/boost/config/select_platform_config.hpp:
+
+../../../libs/boost/include/boost/config/platform/macos.hpp:
+
+../../../libs/boost/include/boost/config/posix_features.hpp:
+
+../../../libs/boost/include/boost/config/suffix.hpp:
+
+../../../libs/boost/include/boost/system/api_config.hpp:
+
+../../../libs/boost/include/boost/detail/workaround.hpp:
+
+../../../libs/boost/include/boost/config/auto_link.hpp:
+
+../../../libs/boost/include/boost/filesystem/path.hpp:
+
+../../../libs/boost/include/boost/filesystem/path_traits.hpp:
+
+../../../libs/boost/include/boost/utility/enable_if.hpp:
+
+../../../libs/boost/include/boost/core/enable_if.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_array.hpp:
+
+../../../libs/boost/include/boost/type_traits/integral_constant.hpp:
+
+../../../libs/boost/include/boost/type_traits/decay.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_function.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_lvalue_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_rvalue_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/detail/config.hpp:
+
+../../../libs/boost/include/boost/version.hpp:
+
+../../../libs/boost/include/boost/type_traits/detail/is_function_ptr_helper.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_bounds.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_extent.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_cv.hpp:
+
+../../../libs/boost/include/boost/system/error_code.hpp:
+
+../../../libs/boost/include/boost/system/config.hpp:
+
+../../../libs/boost/include/boost/predef/platform.h:
+
+../../../libs/boost/include/boost/predef/platform/mingw.h:
+
+../../../libs/boost/include/boost/predef/version_number.h:
+
+../../../libs/boost/include/boost/predef/make.h:
+
+../../../libs/boost/include/boost/predef/detail/test.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_desktop.h:
+
+../../../libs/boost/include/boost/predef/os/windows.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_store.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_phone.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_runtime.h:
+
+../../../libs/boost/include/boost/cstdint.hpp:
+
+../../../libs/boost/include/boost/assert.hpp:
+
+../../../libs/boost/include/boost/noncopyable.hpp:
+
+../../../libs/boost/include/boost/core/noncopyable.hpp:
+
+../../../libs/boost/include/boost/cerrno.hpp:
+
+../../../libs/boost/include/boost/config/abi_prefix.hpp:
+
+../../../libs/boost/include/boost/config/abi_suffix.hpp:
+
+../../../libs/boost/include/boost/system/system_error.hpp:
+
+../../../libs/boost/include/boost/iterator/iterator_facade.hpp:
+
+../../../libs/boost/include/boost/iterator.hpp:
+
+../../../libs/boost/include/boost/iterator/interoperable.hpp:
+
+../../../libs/boost/include/boost/mpl/bool.hpp:
+
+../../../libs/boost/include/boost/mpl/bool_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/adl_barrier.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/adl.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/msvc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/intel.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/gcc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/workaround.hpp:
+
+../../../libs/boost/include/boost/mpl/integral_c_tag.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/static_constant.hpp:
+
+../../../libs/boost/include/boost/mpl/or.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/use_preprocessed.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/nested_type_wknd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na_spec.hpp:
+
+../../../libs/boost/include/boost/mpl/lambda_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/void_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/ctps.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/ttp.hpp:
+
+../../../libs/boost/include/boost/mpl/int.hpp:
+
+../../../libs/boost/include/boost/mpl/int_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/nttp_decl.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/nttp.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/integral_wrapper.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/static_cast.hpp:
+
+../../../libs/boost/include/boost/preprocessor/cat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/config/config.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/lambda_arity_param.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/template_arity_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/arity.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/dtp.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/params.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/preprocessor.hpp:
+
+../../../libs/boost/include/boost/preprocessor/comma_if.hpp:
+
+../../../libs/boost/include/boost/preprocessor/punctuation/comma_if.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/if.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/iif.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/bool.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/empty.hpp:
+
+../../../libs/boost/include/boost/preprocessor/punctuation/comma.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repeat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repetition/repeat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/debug/error.hpp:
+
+../../../libs/boost/include/boost/preprocessor/detail/auto_rec.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/eat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/inc.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/inc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/enum.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:
+
+../../../libs/boost/include/boost/mpl/limits/arity.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/and.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/bitand.hpp:
+
+../../../libs/boost/include/boost/preprocessor/identity.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/identity.hpp:
+
+../../../libs/boost/include/boost/preprocessor/empty.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/add.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/dec.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/while.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/fold_left.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/detail/fold_left.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/expr_iif.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/adt.hpp:
+
+../../../libs/boost/include/boost/preprocessor/detail/is_binary.hpp:
+
+../../../libs/boost/include/boost/preprocessor/detail/check.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/compl.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/fold_right.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/detail/fold_right.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/reverse.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/detail/while.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/elem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/expand.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/overload.hpp:
+
+../../../libs/boost/include/boost/preprocessor/variadic/size.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/rem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/detail/is_single_return.hpp:
+
+../../../libs/boost/include/boost/preprocessor/variadic/elem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/sub.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/eti.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/overload_resolution.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/lambda_support.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/include_preprocessed.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/compiler.hpp:
+
+../../../libs/boost/include/boost/preprocessor/stringize.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/or.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_convertible.hpp:
+
+../../../libs/boost/include/boost/type_traits/intrinsics.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/config_def.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/config_undef.hpp:
+
+../../../libs/boost/include/boost/iterator/iterator_traits.hpp:
+
+../../../libs/boost/include/boost/detail/iterator.hpp:
+
+../../../libs/boost/include/boost/iterator/iterator_categories.hpp:
+
+../../../libs/boost/include/boost/mpl/eval_if.hpp:
+
+../../../libs/boost/include/boost/mpl/if.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/value_wknd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/integral.hpp:
+
+../../../libs/boost/include/boost/mpl/identity.hpp:
+
+../../../libs/boost/include/boost/mpl/placeholders.hpp:
+
+../../../libs/boost/include/boost/mpl/arg.hpp:
+
+../../../libs/boost/include/boost/mpl/arg_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na_assert.hpp:
+
+../../../libs/boost/include/boost/mpl/assert.hpp:
+
+../../../libs/boost/include/boost/mpl/not.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/yes_no.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/arrays.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/gpu.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/pp_counter.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/arity_spec.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/arg_typedef.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:
+
+../../../libs/boost/include/boost/static_assert.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/facade_iterator_category.hpp:
+
+../../../libs/boost/include/boost/mpl/and.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/and.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_same.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_const.hpp:
+
+../../../libs/boost/include/boost/detail/indirect_traits.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_class.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_volatile.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_member_function_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_member_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_pointer.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/enable_if.hpp:
+
+../../../libs/boost/include/boost/utility/addressof.hpp:
+
+../../../libs/boost/include/boost/core/addressof.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_const.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_lvalue_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_const.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_pod.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_void.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_scalar.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_arithmetic.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_integral.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_floating_point.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_enum.hpp:
+
+../../../libs/boost/include/boost/mpl/always.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/default_params.hpp:
+
+../../../libs/boost/include/boost/mpl/apply.hpp:
+
+../../../libs/boost/include/boost/mpl/apply_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/apply_wrap.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/has_apply.hpp:
+
+../../../libs/boost/include/boost/mpl/has_xxx.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/type_wrapper.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/has_xxx.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/msvc_typename.hpp:
+
+../../../libs/boost/include/boost/preprocessor/array/elem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/array/data.hpp:
+
+../../../libs/boost/include/boost/preprocessor/array/size.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repetition/enum_params.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repetition/enum_trailing_params.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/has_apply.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/msvc_never_true.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp:
+
+../../../libs/boost/include/boost/mpl/lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/bind.hpp:
+
+../../../libs/boost/include/boost/mpl/bind_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/bind.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/next.hpp:
+
+../../../libs/boost/include/boost/mpl/next_prior.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/common_name_wknd.hpp:
+
+../../../libs/boost/include/boost/mpl/protect.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/full_lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/quote.hpp:
+
+../../../libs/boost/include/boost/mpl/void.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/has_type.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/bcc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/quote.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/template_arity.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply.hpp:
+
+../../../libs/boost/include/boost/shared_ptr.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/shared_ptr.hpp:
+
+../../../libs/boost/include/boost/config/no_tr1/memory.hpp:
+
+../../../libs/boost/include/boost/checked_delete.hpp:
+
+../../../libs/boost/include/boost/core/checked_delete.hpp:
+
+../../../libs/boost/include/boost/throw_exception.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/shared_count.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/bad_weak_ptr.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_has_sync.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp:
+
+../../../libs/boost/include/boost/detail/sp_typeinfo.hpp:
+
+../../../libs/boost/include/boost/core/typeinfo.hpp:
+
+../../../libs/boost/include/boost/core/demangle.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_impl.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_disable_deprecated.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_convertible.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_nullptr_t.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_noexcept.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/spinlock_pool.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/spinlock.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/spinlock_std_atomic.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/yield_k.hpp:
+
+../../../libs/boost/include/boost/predef.h:
+
+../../../libs/boost/include/boost/predef/language.h:
+
+../../../libs/boost/include/boost/predef/language/stdc.h:
+
+../../../libs/boost/include/boost/predef/language/stdcpp.h:
+
+../../../libs/boost/include/boost/predef/language/objc.h:
+
+../../../libs/boost/include/boost/predef/architecture.h:
+
+../../../libs/boost/include/boost/predef/architecture/alpha.h:
+
+../../../libs/boost/include/boost/predef/architecture/arm.h:
+
+../../../libs/boost/include/boost/predef/architecture/blackfin.h:
+
+../../../libs/boost/include/boost/predef/architecture/convex.h:
+
+../../../libs/boost/include/boost/predef/architecture/ia64.h:
+
+../../../libs/boost/include/boost/predef/architecture/m68k.h:
+
+../../../libs/boost/include/boost/predef/architecture/mips.h:
+
+../../../libs/boost/include/boost/predef/architecture/parisc.h:
+
+../../../libs/boost/include/boost/predef/architecture/ppc.h:
+
+../../../libs/boost/include/boost/predef/architecture/pyramid.h:
+
+../../../libs/boost/include/boost/predef/architecture/rs6k.h:
+
+../../../libs/boost/include/boost/predef/architecture/sparc.h:
+
+../../../libs/boost/include/boost/predef/architecture/superh.h:
+
+../../../libs/boost/include/boost/predef/architecture/sys370.h:
+
+../../../libs/boost/include/boost/predef/architecture/sys390.h:
+
+../../../libs/boost/include/boost/predef/architecture/x86.h:
+
+../../../libs/boost/include/boost/predef/architecture/x86/32.h:
+
+../../../libs/boost/include/boost/predef/architecture/x86/64.h:
+
+../../../libs/boost/include/boost/predef/architecture/z.h:
+
+../../../libs/boost/include/boost/predef/compiler.h:
+
+../../../libs/boost/include/boost/predef/compiler/borland.h:
+
+../../../libs/boost/include/boost/predef/compiler/clang.h:
+
+../../../libs/boost/include/boost/predef/detail/comp_detected.h:
+
+../../../libs/boost/include/boost/predef/compiler/comeau.h:
+
+../../../libs/boost/include/boost/predef/compiler/compaq.h:
+
+../../../libs/boost/include/boost/predef/compiler/diab.h:
+
+../../../libs/boost/include/boost/predef/compiler/digitalmars.h:
+
+../../../libs/boost/include/boost/predef/compiler/dignus.h:
+
+../../../libs/boost/include/boost/predef/compiler/edg.h:
+
+../../../libs/boost/include/boost/predef/compiler/ekopath.h:
+
+../../../libs/boost/include/boost/predef/compiler/gcc_xml.h:
+
+../../../libs/boost/include/boost/predef/compiler/gcc.h:
+
+../../../libs/boost/include/boost/predef/compiler/greenhills.h:
+
+../../../libs/boost/include/boost/predef/compiler/hp_acc.h:
+
+../../../libs/boost/include/boost/predef/compiler/iar.h:
+
+../../../libs/boost/include/boost/predef/compiler/ibm.h:
+
+../../../libs/boost/include/boost/predef/compiler/intel.h:
+
+../../../libs/boost/include/boost/predef/compiler/kai.h:
+
+../../../libs/boost/include/boost/predef/compiler/llvm.h:
+
+../../../libs/boost/include/boost/predef/compiler/metaware.h:
+
+../../../libs/boost/include/boost/predef/compiler/metrowerks.h:
+
+../../../libs/boost/include/boost/predef/compiler/microtec.h:
+
+../../../libs/boost/include/boost/predef/compiler/mpw.h:
+
+../../../libs/boost/include/boost/predef/compiler/palm.h:
+
+../../../libs/boost/include/boost/predef/compiler/pgi.h:
+
+../../../libs/boost/include/boost/predef/compiler/sgi_mipspro.h:
+
+../../../libs/boost/include/boost/predef/compiler/sunpro.h:
+
+../../../libs/boost/include/boost/predef/compiler/tendra.h:
+
+../../../libs/boost/include/boost/predef/compiler/visualc.h:
+
+../../../libs/boost/include/boost/predef/compiler/watcom.h:
+
+../../../libs/boost/include/boost/predef/library.h:
+
+../../../libs/boost/include/boost/predef/library/c.h:
+
+../../../libs/boost/include/boost/predef/library/c/_prefix.h:
+
+../../../libs/boost/include/boost/predef/detail/_cassert.h:
+
+../../../libs/boost/include/boost/predef/library/c/gnu.h:
+
+../../../libs/boost/include/boost/predef/library/c/uc.h:
+
+../../../libs/boost/include/boost/predef/library/c/vms.h:
+
+../../../libs/boost/include/boost/predef/library/c/zos.h:
+
+../../../libs/boost/include/boost/predef/library/std.h:
+
+../../../libs/boost/include/boost/predef/library/std/_prefix.h:
+
+../../../libs/boost/include/boost/predef/detail/_exception.h:
+
+../../../libs/boost/include/boost/predef/library/std/cxx.h:
+
+../../../libs/boost/include/boost/predef/library/std/dinkumware.h:
+
+../../../libs/boost/include/boost/predef/library/std/libcomo.h:
+
+../../../libs/boost/include/boost/predef/library/std/modena.h:
+
+../../../libs/boost/include/boost/predef/library/std/msl.h:
+
+../../../libs/boost/include/boost/predef/library/std/roguewave.h:
+
+../../../libs/boost/include/boost/predef/library/std/sgi.h:
+
+../../../libs/boost/include/boost/predef/library/std/stdcpp3.h:
+
+../../../libs/boost/include/boost/predef/library/std/stlport.h:
+
+../../../libs/boost/include/boost/predef/library/std/vacpp.h:
+
+../../../libs/boost/include/boost/predef/os.h:
+
+../../../libs/boost/include/boost/predef/os/aix.h:
+
+../../../libs/boost/include/boost/predef/os/amigaos.h:
+
+../../../libs/boost/include/boost/predef/os/android.h:
+
+../../../libs/boost/include/boost/predef/os/beos.h:
+
+../../../libs/boost/include/boost/predef/os/bsd.h:
+
+../../../libs/boost/include/boost/predef/os/macos.h:
+
+../../../libs/boost/include/boost/predef/os/ios.h:
+
+../../../libs/boost/include/boost/predef/detail/os_detected.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/bsdi.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/dragonfly.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/free.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/open.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/net.h:
+
+../../../libs/boost/include/boost/predef/os/cygwin.h:
+
+../../../libs/boost/include/boost/predef/os/haiku.h:
+
+../../../libs/boost/include/boost/predef/os/hpux.h:
+
+../../../libs/boost/include/boost/predef/os/irix.h:
+
+../../../libs/boost/include/boost/predef/os/linux.h:
+
+../../../libs/boost/include/boost/predef/os/os400.h:
+
+../../../libs/boost/include/boost/predef/os/qnxnto.h:
+
+../../../libs/boost/include/boost/predef/os/solaris.h:
+
+../../../libs/boost/include/boost/predef/os/unix.h:
+
+../../../libs/boost/include/boost/predef/os/vms.h:
+
+../../../libs/boost/include/boost/predef/other.h:
+
+../../../libs/boost/include/boost/predef/other/endian.h:
+
+../../../libs/boost/include/boost/predef/hardware.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86/versions.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86_amd.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86_amd/versions.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/arm.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/arm/versions.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/ppc.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/ppc/versions.h:
+
+../../../libs/boost/include/boost/predef/version.h:
+
+../../../libs/boost/include/boost/smart_ptr/detail/operator_bool.hpp:
+
+../../../libs/boost/include/boost/io/detail/quoted_manip.hpp:
+
+../../../libs/boost/include/boost/io/ios_state.hpp:
+
+../../../libs/boost/include/boost/io_fwd.hpp:
+
+../../../libs/boost/include/boost/functional/hash_fwd.hpp:
+
+../../../libs/boost/include/boost/functional/hash/hash_fwd.hpp:
+
+../../../libs/boost/include/boost/filesystem/operations.hpp:
+
+../../../libs/boost/include/boost/detail/scoped_enum_emulation.hpp:
+
+../../../libs/boost/include/boost/core/scoped_enum.hpp:
+
+../../../libs/boost/include/boost/detail/bitmask.hpp:
+
+../../../libs/boost/include/boost/range/mutable_iterator.hpp:
+
+../../../libs/boost/include/boost/range/config.hpp:
+
+../../../libs/boost/include/boost/range/range_fwd.hpp:
+
+../../../libs/boost/include/boost/range/detail/extract_optional_type.hpp:
+
+../../../libs/boost/include/boost/range/detail/msvc_has_iterator_workaround.hpp:
+
+../../../libs/boost/include/boost/range/const_iterator.hpp:
+
+../../../libs/boost/include/boost/filesystem/convenience.hpp:
+
+../../../libs/boost/include/boost/filesystem/string_file.hpp:
+
+../../../libs/boost/include/boost/filesystem/fstream.hpp:
+
+../../../libs/openFrameworks/utils/ofLog.h:
+
+../../../libs/openFrameworks/utils/ofSystemUtils.h:
+
+../../../libs/openFrameworks/utils/ofURLFileLoader.h:
+
+../../../libs/openFrameworks/events/ofEvents.h:
+
+../../../libs/openFrameworks/events/ofEventUtils.h:
+
+../../../libs/openFrameworks/events/ofEvent.h:
+
+../../../libs/openFrameworks/utils/ofTimer.h:
+
+../../../libs/openFrameworks/utils/ofUtils.h:
+
+../../../libs/utf8/include/utf8.h:
+
+../../../libs/utf8/include/utf8/checked.h:
+
+../../../libs/utf8/include/utf8/core.h:
+
+../../../libs/utf8/include/utf8/unchecked.h:
+
+../../../libs/openFrameworks/utils/ofFpsCounter.h:
+
+../../../libs/glm/include/glm/vec2.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec2.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec.hpp:
+
+../../../libs/glm/include/glm/detail/precision.hpp:
+
+../../../libs/glm/include/glm/detail/setup.hpp:
+
+../../../libs/glm/include/glm/detail/../simd/platform.h:
+
+../../../libs/glm/include/glm/detail/type_int.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec2.inl:
+
+../../../libs/openFrameworks/utils/ofThread.h:
+
+../../../libs/openFrameworks/utils/ofThreadChannel.h:
+
+../../../libs/openFrameworks/utils/ofJson.h:
+
+../../../libs/json/include/json.hpp:
+
+../../../libs/openFrameworks/types/ofParameter.h:
+
+../../../libs/openFrameworks/types/ofPoint.h:
+
+../../../libs/openFrameworks/math/ofVec3f.h:
+
+../../../libs/openFrameworks/math/ofVec2f.h:
+
+../../../libs/openFrameworks/math/ofMathConstants.h:
+
+../../../libs/glm/include/glm/fwd.hpp:
+
+../../../libs/glm/include/glm/detail/type_float.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat.hpp:
+
+../../../libs/openFrameworks/math/ofVec4f.h:
+
+../../../libs/glm/include/glm/vec4.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec4.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec4.inl:
+
+../../../libs/glm/include/glm/detail/type_vec4_simd.inl:
+
+../../../libs/glm/include/glm/vec3.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec3.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec3.inl:
+
+../../../libs/openFrameworks/types/ofColor.h:
+
+../../../libs/glm/include/glm/common.hpp:
+
+../../../libs/glm/include/glm/detail/func_common.hpp:
+
+../../../libs/glm/include/glm/detail/_fixes.hpp:
+
+../../../libs/glm/include/glm/detail/func_common.inl:
+
+../../../libs/glm/include/glm/detail/func_vector_relational.hpp:
+
+../../../libs/glm/include/glm/detail/func_vector_relational.inl:
+
+../../../libs/glm/include/glm/detail/func_vector_relational_simd.inl:
+
+../../../libs/glm/include/glm/detail/_vectorize.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec1.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec1.inl:
+
+../../../libs/glm/include/glm/detail/func_common_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/common.h:
+
+../../../libs/openFrameworks/utils/ofXml.h:
+
+../../../libs/pugixml/include/pugixml.hpp:
+
+../../../libs/pugixml/include/pugiconfig.hpp:
+
+../../../libs/openFrameworks/graphics/ofGraphicsBaseTypes.h:
+
+../../../libs/openFrameworks/graphics/ofGraphicsConstants.h:
+
+../../../libs/openFrameworks/types/ofTypes.h:
+
+../../../libs/openFrameworks/types/ofRectangle.h:
+
+../../../libs/openFrameworks/types/ofParameterGroup.h:
+
+../../../libs/openFrameworks/math/ofMath.h:
+
+../../../libs/glm/include/glm/gtc/constants.hpp:
+
+../../../libs/glm/include/glm/gtc/constants.inl:
+
+../../../libs/openFrameworks/math/ofVectorMath.h:
+
+../../../libs/glm/include/glm/mat3x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x3.inl:
+
+../../../libs/glm/include/glm/detail/func_matrix.hpp:
+
+../../../libs/glm/include/glm/detail/../mat2x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x2.inl:
+
+../../../libs/glm/include/glm/detail/../mat2x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x3.inl:
+
+../../../libs/glm/include/glm/detail/../mat2x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x4.inl:
+
+../../../libs/glm/include/glm/detail/../mat3x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x2.inl:
+
+../../../libs/glm/include/glm/detail/../mat3x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x4.inl:
+
+../../../libs/glm/include/glm/detail/../mat4x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x2.inl:
+
+../../../libs/glm/include/glm/detail/../mat4x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x3.inl:
+
+../../../libs/glm/include/glm/detail/../mat4x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x4.inl:
+
+../../../libs/glm/include/glm/detail/type_mat4x4_simd.inl:
+
+../../../libs/glm/include/glm/detail/func_matrix.inl:
+
+../../../libs/glm/include/glm/detail/../geometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_geometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_geometric.inl:
+
+../../../libs/glm/include/glm/detail/func_exponential.hpp:
+
+../../../libs/glm/include/glm/detail/func_exponential.inl:
+
+../../../libs/glm/include/glm/detail/func_exponential_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/exponential.h:
+
+../../../libs/glm/include/glm/detail/func_geometric_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/geometric.h:
+
+../../../libs/glm/include/glm/detail/func_matrix_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/matrix.h:
+
+../../../libs/glm/include/glm/trigonometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_trigonometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_trigonometric.inl:
+
+../../../libs/glm/include/glm/detail/func_trigonometric_simd.inl:
+
+../../../libs/glm/include/glm/exponential.hpp:
+
+../../../libs/glm/include/glm/vector_relational.hpp:
+
+../../../libs/glm/include/glm/ext.hpp:
+
+../../../libs/glm/include/glm/glm.hpp:
+
+../../../libs/glm/include/glm/packing.hpp:
+
+../../../libs/glm/include/glm/detail/func_packing.hpp:
+
+../../../libs/glm/include/glm/detail/func_packing.inl:
+
+../../../libs/glm/include/glm/detail/type_half.hpp:
+
+../../../libs/glm/include/glm/detail/type_half.inl:
+
+../../../libs/glm/include/glm/detail/func_packing_simd.inl:
+
+../../../libs/glm/include/glm/matrix.hpp:
+
+../../../libs/glm/include/glm/integer.hpp:
+
+../../../libs/glm/include/glm/detail/func_integer.hpp:
+
+../../../libs/glm/include/glm/detail/func_integer.inl:
+
+../../../libs/glm/include/glm/detail/func_integer_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/integer.h:
+
+../../../libs/glm/include/glm/./gtc/bitfield.hpp:
+
+../../../libs/glm/include/glm/gtc/bitfield.inl:
+
+../../../libs/glm/include/glm/./gtc/color_space.hpp:
+
+../../../libs/glm/include/glm/gtc/color_space.inl:
+
+../../../libs/glm/include/glm/./gtc/epsilon.hpp:
+
+../../../libs/glm/include/glm/gtc/epsilon.inl:
+
+../../../libs/glm/include/glm/gtc/quaternion.hpp:
+
+../../../libs/glm/include/glm/gtc/quaternion.inl:
+
+../../../libs/glm/include/glm/gtc/quaternion_simd.inl:
+
+../../../libs/glm/include/glm/./gtc/functions.hpp:
+
+../../../libs/glm/include/glm/gtc/functions.inl:
+
+../../../libs/glm/include/glm/./gtc/integer.hpp:
+
+../../../libs/glm/include/glm/gtc/integer.inl:
+
+../../../libs/glm/include/glm/./gtc/matrix_access.hpp:
+
+../../../libs/glm/include/glm/gtc/matrix_access.inl:
+
+../../../libs/glm/include/glm/./gtc/matrix_integer.hpp:
+
+../../../libs/glm/include/glm/./gtc/matrix_inverse.hpp:
+
+../../../libs/glm/include/glm/gtc/matrix_inverse.inl:
+
+../../../libs/glm/include/glm/./gtc/matrix_transform.hpp:
+
+../../../libs/glm/include/glm/gtc/matrix_transform.inl:
+
+../../../libs/glm/include/glm/./gtc/noise.hpp:
+
+../../../libs/glm/include/glm/gtc/../detail/_noise.hpp:
+
+../../../libs/glm/include/glm/gtc/noise.inl:
+
+../../../libs/glm/include/glm/./gtc/packing.hpp:
+
+../../../libs/glm/include/glm/gtc/type_precision.hpp:
+
+../../../libs/glm/include/glm/gtc/../gtc/vec1.hpp:
+
+../../../libs/glm/include/glm/gtc/vec1.inl:
+
+../../../libs/glm/include/glm/gtc/type_precision.inl:
+
+../../../libs/glm/include/glm/gtc/packing.inl:
+
+../../../libs/glm/include/glm/./gtc/random.hpp:
+
+../../../libs/glm/include/glm/gtc/random.inl:
+
+../../../libs/glm/include/glm/./gtc/reciprocal.hpp:
+
+../../../libs/glm/include/glm/gtc/reciprocal.inl:
+
+../../../libs/glm/include/glm/./gtc/round.hpp:
+
+../../../libs/glm/include/glm/gtc/round.inl:
+
+../../../libs/glm/include/glm/./gtc/type_ptr.hpp:
+
+../../../libs/glm/include/glm/gtc/type_ptr.inl:
+
+../../../libs/glm/include/glm/./gtc/ulp.hpp:
+
+../../../libs/glm/include/glm/gtc/ulp.inl:
+
+../../../libs/glm/include/glm/./gtc/type_aligned.hpp:
+
+../../../libs/glm/include/glm/./gtx/associated_min_max.hpp:
+
+../../../libs/glm/include/glm/gtx/associated_min_max.inl:
+
+../../../libs/glm/include/glm/./gtx/bit.hpp:
+
+../../../libs/glm/include/glm/gtx/bit.inl:
+
+../../../libs/glm/include/glm/./gtx/closest_point.hpp:
+
+../../../libs/glm/include/glm/gtx/closest_point.inl:
+
+../../../libs/glm/include/glm/./gtx/color_space.hpp:
+
+../../../libs/glm/include/glm/gtx/color_space.inl:
+
+../../../libs/glm/include/glm/./gtx/color_space_YCoCg.hpp:
+
+../../../libs/glm/include/glm/gtx/color_space_YCoCg.inl:
+
+../../../libs/glm/include/glm/./gtx/compatibility.hpp:
+
+../../../libs/glm/include/glm/gtx/compatibility.inl:
+
+../../../libs/glm/include/glm/./gtx/component_wise.hpp:
+
+../../../libs/glm/include/glm/gtx/component_wise.inl:
+
+../../../libs/glm/include/glm/./gtx/dual_quaternion.hpp:
+
+../../../libs/glm/include/glm/gtx/dual_quaternion.inl:
+
+../../../libs/glm/include/glm/./gtx/euler_angles.hpp:
+
+../../../libs/glm/include/glm/gtx/euler_angles.inl:
+
+../../../libs/glm/include/glm/./gtx/extend.hpp:
+
+../../../libs/glm/include/glm/gtx/extend.inl:
+
+../../../libs/glm/include/glm/./gtx/extended_min_max.hpp:
+
+../../../libs/glm/include/glm/gtx/extended_min_max.inl:
+
+../../../libs/glm/include/glm/./gtx/fast_exponential.hpp:
+
+../../../libs/glm/include/glm/gtx/fast_exponential.inl:
+
+../../../libs/glm/include/glm/./gtx/fast_square_root.hpp:
+
+../../../libs/glm/include/glm/gtx/fast_square_root.inl:
+
+../../../libs/glm/include/glm/./gtx/fast_trigonometry.hpp:
+
+../../../libs/glm/include/glm/gtx/fast_trigonometry.inl:
+
+../../../libs/glm/include/glm/./gtx/gradient_paint.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/optimum_pow.hpp:
+
+../../../libs/glm/include/glm/gtx/optimum_pow.inl:
+
+../../../libs/glm/include/glm/gtx/gradient_paint.inl:
+
+../../../libs/glm/include/glm/./gtx/handed_coordinate_space.hpp:
+
+../../../libs/glm/include/glm/gtx/handed_coordinate_space.inl:
+
+../../../libs/glm/include/glm/./gtx/integer.hpp:
+
+../../../libs/glm/include/glm/gtx/integer.inl:
+
+../../../libs/glm/include/glm/./gtx/intersect.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/vector_query.hpp:
+
+../../../libs/glm/include/glm/gtx/vector_query.inl:
+
+../../../libs/glm/include/glm/gtx/intersect.inl:
+
+../../../libs/glm/include/glm/./gtx/log_base.hpp:
+
+../../../libs/glm/include/glm/gtx/log_base.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_cross_product.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_cross_product.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_interpolation.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_interpolation.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_major_storage.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_major_storage.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_operation.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_operation.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_query.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_query.inl:
+
+../../../libs/glm/include/glm/./gtx/mixed_product.hpp:
+
+../../../libs/glm/include/glm/gtx/mixed_product.inl:
+
+../../../libs/glm/include/glm/./gtx/norm.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/quaternion.hpp:
+
+../../../libs/glm/include/glm/gtx/quaternion.inl:
+
+../../../libs/glm/include/glm/gtx/norm.inl:
+
+../../../libs/glm/include/glm/./gtx/normal.hpp:
+
+../../../libs/glm/include/glm/gtx/normal.inl:
+
+../../../libs/glm/include/glm/./gtx/normalize_dot.hpp:
+
+../../../libs/glm/include/glm/gtx/normalize_dot.inl:
+
+../../../libs/glm/include/glm/./gtx/number_precision.hpp:
+
+../../../libs/glm/include/glm/gtx/number_precision.inl:
+
+../../../libs/glm/include/glm/./gtx/orthonormalize.hpp:
+
+../../../libs/glm/include/glm/gtx/orthonormalize.inl:
+
+../../../libs/glm/include/glm/./gtx/perpendicular.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/projection.hpp:
+
+../../../libs/glm/include/glm/gtx/projection.inl:
+
+../../../libs/glm/include/glm/gtx/perpendicular.inl:
+
+../../../libs/glm/include/glm/./gtx/polar_coordinates.hpp:
+
+../../../libs/glm/include/glm/gtx/polar_coordinates.inl:
+
+../../../libs/glm/include/glm/./gtx/raw_data.hpp:
+
+../../../libs/glm/include/glm/gtx/raw_data.inl:
+
+../../../libs/glm/include/glm/./gtx/rotate_vector.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/transform.hpp:
+
+../../../libs/glm/include/glm/gtx/transform.inl:
+
+../../../libs/glm/include/glm/gtx/rotate_vector.inl:
+
+../../../libs/glm/include/glm/./gtx/spline.hpp:
+
+../../../libs/glm/include/glm/gtx/spline.inl:
+
+../../../libs/glm/include/glm/./gtx/std_based_type.hpp:
+
+../../../libs/glm/include/glm/gtx/std_based_type.inl:
+
+../../../libs/glm/include/glm/./gtx/string_cast.hpp:
+
+../../../libs/glm/include/glm/gtx/string_cast.inl:
+
+../../../libs/glm/include/glm/./gtx/transform2.hpp:
+
+../../../libs/glm/include/glm/gtx/transform2.inl:
+
+../../../libs/glm/include/glm/./gtx/vector_angle.hpp:
+
+../../../libs/glm/include/glm/gtx/vector_angle.inl:
+
+../../../libs/glm/include/glm/./gtx/wrap.hpp:
+
+../../../libs/glm/include/glm/gtx/wrap.inl:
+
+../../../libs/glm/include/glm/./gtx/scalar_multiplication.hpp:
+
+../../../libs/glm/include/glm/./gtx/range.hpp:
+
+../../../libs/openFrameworks/math/ofMatrix3x3.h:
+
+../../../libs/openFrameworks/math/ofMatrix4x4.h:
+
+../../../libs/openFrameworks/math/ofQuaternion.h:
+
+../../../libs/openFrameworks/communication/ofSerial.h:
+
+../../../libs/openFrameworks/communication/ofArduino.h:
+
+../../../libs/openFrameworks/gl/ofFbo.h:
+
+../../../libs/openFrameworks/gl/ofTexture.h:
+
+../../../libs/openFrameworks/gl/ofGLBaseTypes.h:
+
+../../../libs/openFrameworks/gl/ofGLRenderer.h:
+
+../../../libs/openFrameworks/graphics/ofPolyline.h:
+
+../../../libs/openFrameworks/graphics/ofPolyline.inl:
+
+../../../libs/openFrameworks/app/ofAppRunner.h:
+
+../../../libs/openFrameworks/app/ofWindowSettings.h:
+
+../../../libs/openFrameworks/app/ofMainLoop.h:
+
+../../../libs/openFrameworks/graphics/of3dGraphics.h:
+
+../../../libs/openFrameworks/3d/of3dPrimitives.h:
+
+../../../libs/openFrameworks/3d/ofMesh.h:
+
+../../../libs/openFrameworks/gl/ofGLUtils.h:
+
+../../../libs/openFrameworks/3d/ofMesh.inl:
+
+../../../libs/openFrameworks/3d/ofNode.h:
+
+../../../libs/openFrameworks/graphics/ofBitmapFont.h:
+
+../../../libs/openFrameworks/graphics/ofPixels.h:
+
+../../../libs/openFrameworks/graphics/ofGraphics.h:
+
+../../../libs/openFrameworks/utils/ofMatrixStack.h:
+
+../../../libs/openFrameworks/graphics/ofPath.h:
+
+../../../libs/openFrameworks/gl/ofVboMesh.h:
+
+../../../libs/openFrameworks/gl/ofVbo.h:
+
+../../../libs/openFrameworks/gl/ofBufferObject.h:
+
+../../../libs/openFrameworks/graphics/ofTessellator.h:
+
+../../../libs/openFrameworks/gl/ofLight.h:
+
+../../../libs/openFrameworks/gl/ofMaterial.h:
+
+../../../libs/openFrameworks/gl/ofShader.h:
+
+../../../libs/openFrameworks/graphics/ofCairoRenderer.h:
+
+../../../libs/cairo/include/cairo/cairo.h:
+
+../../../libs/cairo/include/cairo/cairo-version.h:
+
+../../../libs/cairo/include/cairo/cairo-features.h:
+
+../../../libs/cairo/include/cairo/cairo-deprecated.h:
+
+../../../libs/openFrameworks/graphics/ofImage.h:
+
+../../../libs/openFrameworks/graphics/ofRendererCollection.h:
+
+../../../libs/openFrameworks/graphics/ofTrueTypeFont.h:
+
+../../../libs/openFrameworks/app/ofBaseApp.h:
+
+../../../libs/openFrameworks/sound/ofSoundBaseTypes.h:
+
+../../../libs/openFrameworks/app/ofAppBaseWindow.h:
+
+../../../libs/openFrameworks/app/ofAppGLFWWindow.h:
+
+../../../libs/openFrameworks/app/ofAppGlutWindow.h:
+
+../../../libs/openFrameworks/sound/ofSoundStream.h:
+
+../../../libs/openFrameworks/sound/ofSoundPlayer.h:
+
+../../../libs/openFrameworks/sound/ofFmodSoundPlayer.h:
+
+../../../libs/fmodex/include/fmod.h:
+
+../../../libs/fmodex/include/fmod_codec.h:
+
+../../../libs/fmodex/include/fmod_dsp.h:
+
+../../../libs/fmodex/include/fmod_memoryinfo.h:
+
+../../../libs/fmodex/include/fmod_errors.h:
+
+../../../libs/openFrameworks/sound/ofSoundBuffer.h:
+
+../../../libs/openFrameworks/video/ofVideoGrabber.h:
+
+../../../libs/openFrameworks/video/ofVideoBaseTypes.h:
+
+../../../libs/openFrameworks/video/ofAVFoundationGrabber.h:
+
+../../../libs/openFrameworks/video/ofVideoPlayer.h:
+
+../../../libs/openFrameworks/video/ofAVFoundationPlayer.h:
+
+../../../libs/openFrameworks/video/ofAVFoundationVideoPlayer.h:
+
+../../../libs/openFrameworks/3d/of3dUtils.h:
+
+../../../libs/openFrameworks/3d/ofCamera.h:
+
+../../../libs/openFrameworks/3d/ofEasyCam.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterF.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterI.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterT.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter4f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterMatrix4f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2fv.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3fv.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/FlowDoGFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/FilterChain.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractPingPongRenderer.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EdgeTangentFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3TextureSamplingFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EdgeTangentSmoothingFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3PingPongFilter.h:
diff --git a/DoGExample/obj/osx/Release/src/SketchDoGFilter.o b/DoGExample/obj/osx/Release/src/SketchDoGFilter.o
new file mode 100644
index 0000000..4865b43
Binary files /dev/null and b/DoGExample/obj/osx/Release/src/SketchDoGFilter.o differ
diff --git a/DoGExample/obj/osx/Release/src/main.d b/DoGExample/obj/osx/Release/src/main.d
new file mode 100644
index 0000000..73e3f2c
--- /dev/null
+++ b/DoGExample/obj/osx/Release/src/main.d
@@ -0,0 +1,2402 @@
+obj/osx/Release/src/main.o: \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/DoGExample/src/main.cpp \
+ ../../../libs/openFrameworks/ofMain.h \
+ ../../../libs/openFrameworks/utils/ofConstants.h \
+ ../../../libs/glew/include/GL/glew.h \
+ ../../../libs/tess2/include/tesselator.h \
+ ../../../libs/openFrameworks/utils/ofFileUtils.h \
+ ../../../libs/boost/include/boost/filesystem.hpp \
+ ../../../libs/boost/include/boost/filesystem/config.hpp \
+ ../../../libs/boost/include/boost/config.hpp \
+ ../../../libs/boost/include/boost/config/user.hpp \
+ ../../../libs/boost/include/boost/config/select_compiler_config.hpp \
+ ../../../libs/boost/include/boost/config/compiler/clang.hpp \
+ ../../../libs/boost/include/boost/config/select_stdlib_config.hpp \
+ ../../../libs/boost/include/boost/config/stdlib/libcpp.hpp \
+ ../../../libs/boost/include/boost/config/select_platform_config.hpp \
+ ../../../libs/boost/include/boost/config/platform/macos.hpp \
+ ../../../libs/boost/include/boost/config/posix_features.hpp \
+ ../../../libs/boost/include/boost/config/suffix.hpp \
+ ../../../libs/boost/include/boost/system/api_config.hpp \
+ ../../../libs/boost/include/boost/detail/workaround.hpp \
+ ../../../libs/boost/include/boost/config/auto_link.hpp \
+ ../../../libs/boost/include/boost/filesystem/path.hpp \
+ ../../../libs/boost/include/boost/filesystem/path_traits.hpp \
+ ../../../libs/boost/include/boost/utility/enable_if.hpp \
+ ../../../libs/boost/include/boost/core/enable_if.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_array.hpp \
+ ../../../libs/boost/include/boost/type_traits/integral_constant.hpp \
+ ../../../libs/boost/include/boost/type_traits/decay.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_function.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_lvalue_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_rvalue_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/detail/config.hpp \
+ ../../../libs/boost/include/boost/version.hpp \
+ ../../../libs/boost/include/boost/type_traits/detail/is_function_ptr_helper.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_bounds.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_extent.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_cv.hpp \
+ ../../../libs/boost/include/boost/system/error_code.hpp \
+ ../../../libs/boost/include/boost/system/config.hpp \
+ ../../../libs/boost/include/boost/predef/platform.h \
+ ../../../libs/boost/include/boost/predef/platform/mingw.h \
+ ../../../libs/boost/include/boost/predef/version_number.h \
+ ../../../libs/boost/include/boost/predef/make.h \
+ ../../../libs/boost/include/boost/predef/detail/test.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_desktop.h \
+ ../../../libs/boost/include/boost/predef/os/windows.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_store.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_phone.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_runtime.h \
+ ../../../libs/boost/include/boost/cstdint.hpp \
+ ../../../libs/boost/include/boost/assert.hpp \
+ ../../../libs/boost/include/boost/noncopyable.hpp \
+ ../../../libs/boost/include/boost/core/noncopyable.hpp \
+ ../../../libs/boost/include/boost/cerrno.hpp \
+ ../../../libs/boost/include/boost/config/abi_prefix.hpp \
+ ../../../libs/boost/include/boost/config/abi_suffix.hpp \
+ ../../../libs/boost/include/boost/system/system_error.hpp \
+ ../../../libs/boost/include/boost/iterator/iterator_facade.hpp \
+ ../../../libs/boost/include/boost/iterator.hpp \
+ ../../../libs/boost/include/boost/iterator/interoperable.hpp \
+ ../../../libs/boost/include/boost/mpl/bool.hpp \
+ ../../../libs/boost/include/boost/mpl/bool_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/adl_barrier.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/adl.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/msvc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/intel.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/gcc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/workaround.hpp \
+ ../../../libs/boost/include/boost/mpl/integral_c_tag.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/static_constant.hpp \
+ ../../../libs/boost/include/boost/mpl/or.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/use_preprocessed.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/nested_type_wknd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na_spec.hpp \
+ ../../../libs/boost/include/boost/mpl/lambda_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/void_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/ctps.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/ttp.hpp \
+ ../../../libs/boost/include/boost/mpl/int.hpp \
+ ../../../libs/boost/include/boost/mpl/int_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/nttp_decl.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/nttp.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/integral_wrapper.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/static_cast.hpp \
+ ../../../libs/boost/include/boost/preprocessor/cat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/config/config.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/lambda_arity_param.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/template_arity_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/arity.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/dtp.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/params.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/preprocessor.hpp \
+ ../../../libs/boost/include/boost/preprocessor/comma_if.hpp \
+ ../../../libs/boost/include/boost/preprocessor/punctuation/comma_if.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/if.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/iif.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/bool.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/empty.hpp \
+ ../../../libs/boost/include/boost/preprocessor/punctuation/comma.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repeat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repetition/repeat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/debug/error.hpp \
+ ../../../libs/boost/include/boost/preprocessor/detail/auto_rec.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/eat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/inc.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/inc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/enum.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp \
+ ../../../libs/boost/include/boost/mpl/limits/arity.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/and.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/bitand.hpp \
+ ../../../libs/boost/include/boost/preprocessor/identity.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/identity.hpp \
+ ../../../libs/boost/include/boost/preprocessor/empty.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/add.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/dec.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/while.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/fold_left.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/detail/fold_left.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/expr_iif.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/adt.hpp \
+ ../../../libs/boost/include/boost/preprocessor/detail/is_binary.hpp \
+ ../../../libs/boost/include/boost/preprocessor/detail/check.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/compl.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/fold_right.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/detail/fold_right.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/reverse.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/detail/while.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/elem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/expand.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/overload.hpp \
+ ../../../libs/boost/include/boost/preprocessor/variadic/size.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/rem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/detail/is_single_return.hpp \
+ ../../../libs/boost/include/boost/preprocessor/variadic/elem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/sub.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/eti.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/overload_resolution.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/lambda_support.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/include_preprocessed.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/compiler.hpp \
+ ../../../libs/boost/include/boost/preprocessor/stringize.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/or.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_convertible.hpp \
+ ../../../libs/boost/include/boost/type_traits/intrinsics.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/config_def.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/config_undef.hpp \
+ ../../../libs/boost/include/boost/iterator/iterator_traits.hpp \
+ ../../../libs/boost/include/boost/detail/iterator.hpp \
+ ../../../libs/boost/include/boost/iterator/iterator_categories.hpp \
+ ../../../libs/boost/include/boost/mpl/eval_if.hpp \
+ ../../../libs/boost/include/boost/mpl/if.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/value_wknd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/integral.hpp \
+ ../../../libs/boost/include/boost/mpl/identity.hpp \
+ ../../../libs/boost/include/boost/mpl/placeholders.hpp \
+ ../../../libs/boost/include/boost/mpl/arg.hpp \
+ ../../../libs/boost/include/boost/mpl/arg_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na_assert.hpp \
+ ../../../libs/boost/include/boost/mpl/assert.hpp \
+ ../../../libs/boost/include/boost/mpl/not.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/yes_no.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/arrays.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/gpu.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/pp_counter.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/arity_spec.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/arg_typedef.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp \
+ ../../../libs/boost/include/boost/static_assert.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/facade_iterator_category.hpp \
+ ../../../libs/boost/include/boost/mpl/and.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/and.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_same.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_const.hpp \
+ ../../../libs/boost/include/boost/detail/indirect_traits.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_class.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_volatile.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_member_function_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_member_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_pointer.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/enable_if.hpp \
+ ../../../libs/boost/include/boost/utility/addressof.hpp \
+ ../../../libs/boost/include/boost/core/addressof.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_const.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_lvalue_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_const.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_pod.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_void.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_scalar.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_arithmetic.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_integral.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_floating_point.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_enum.hpp \
+ ../../../libs/boost/include/boost/mpl/always.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/default_params.hpp \
+ ../../../libs/boost/include/boost/mpl/apply.hpp \
+ ../../../libs/boost/include/boost/mpl/apply_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/apply_wrap.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/has_apply.hpp \
+ ../../../libs/boost/include/boost/mpl/has_xxx.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/type_wrapper.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/has_xxx.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/msvc_typename.hpp \
+ ../../../libs/boost/include/boost/preprocessor/array/elem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/array/data.hpp \
+ ../../../libs/boost/include/boost/preprocessor/array/size.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repetition/enum_params.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repetition/enum_trailing_params.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/has_apply.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/msvc_never_true.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp \
+ ../../../libs/boost/include/boost/mpl/lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/bind.hpp \
+ ../../../libs/boost/include/boost/mpl/bind_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/bind.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/next.hpp \
+ ../../../libs/boost/include/boost/mpl/next_prior.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/common_name_wknd.hpp \
+ ../../../libs/boost/include/boost/mpl/protect.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/full_lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/quote.hpp \
+ ../../../libs/boost/include/boost/mpl/void.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/has_type.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/bcc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/quote.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/template_arity.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply.hpp \
+ ../../../libs/boost/include/boost/shared_ptr.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/shared_ptr.hpp \
+ ../../../libs/boost/include/boost/config/no_tr1/memory.hpp \
+ ../../../libs/boost/include/boost/checked_delete.hpp \
+ ../../../libs/boost/include/boost/core/checked_delete.hpp \
+ ../../../libs/boost/include/boost/throw_exception.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/shared_count.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/bad_weak_ptr.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_has_sync.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp \
+ ../../../libs/boost/include/boost/detail/sp_typeinfo.hpp \
+ ../../../libs/boost/include/boost/core/typeinfo.hpp \
+ ../../../libs/boost/include/boost/core/demangle.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_impl.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_disable_deprecated.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_convertible.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_nullptr_t.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_noexcept.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/spinlock_pool.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/spinlock.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/spinlock_std_atomic.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/yield_k.hpp \
+ ../../../libs/boost/include/boost/predef.h \
+ ../../../libs/boost/include/boost/predef/language.h \
+ ../../../libs/boost/include/boost/predef/language/stdc.h \
+ ../../../libs/boost/include/boost/predef/language/stdcpp.h \
+ ../../../libs/boost/include/boost/predef/language/objc.h \
+ ../../../libs/boost/include/boost/predef/architecture.h \
+ ../../../libs/boost/include/boost/predef/architecture/alpha.h \
+ ../../../libs/boost/include/boost/predef/architecture/arm.h \
+ ../../../libs/boost/include/boost/predef/architecture/blackfin.h \
+ ../../../libs/boost/include/boost/predef/architecture/convex.h \
+ ../../../libs/boost/include/boost/predef/architecture/ia64.h \
+ ../../../libs/boost/include/boost/predef/architecture/m68k.h \
+ ../../../libs/boost/include/boost/predef/architecture/mips.h \
+ ../../../libs/boost/include/boost/predef/architecture/parisc.h \
+ ../../../libs/boost/include/boost/predef/architecture/ppc.h \
+ ../../../libs/boost/include/boost/predef/architecture/pyramid.h \
+ ../../../libs/boost/include/boost/predef/architecture/rs6k.h \
+ ../../../libs/boost/include/boost/predef/architecture/sparc.h \
+ ../../../libs/boost/include/boost/predef/architecture/superh.h \
+ ../../../libs/boost/include/boost/predef/architecture/sys370.h \
+ ../../../libs/boost/include/boost/predef/architecture/sys390.h \
+ ../../../libs/boost/include/boost/predef/architecture/x86.h \
+ ../../../libs/boost/include/boost/predef/architecture/x86/32.h \
+ ../../../libs/boost/include/boost/predef/architecture/x86/64.h \
+ ../../../libs/boost/include/boost/predef/architecture/z.h \
+ ../../../libs/boost/include/boost/predef/compiler.h \
+ ../../../libs/boost/include/boost/predef/compiler/borland.h \
+ ../../../libs/boost/include/boost/predef/compiler/clang.h \
+ ../../../libs/boost/include/boost/predef/detail/comp_detected.h \
+ ../../../libs/boost/include/boost/predef/compiler/comeau.h \
+ ../../../libs/boost/include/boost/predef/compiler/compaq.h \
+ ../../../libs/boost/include/boost/predef/compiler/diab.h \
+ ../../../libs/boost/include/boost/predef/compiler/digitalmars.h \
+ ../../../libs/boost/include/boost/predef/compiler/dignus.h \
+ ../../../libs/boost/include/boost/predef/compiler/edg.h \
+ ../../../libs/boost/include/boost/predef/compiler/ekopath.h \
+ ../../../libs/boost/include/boost/predef/compiler/gcc_xml.h \
+ ../../../libs/boost/include/boost/predef/compiler/gcc.h \
+ ../../../libs/boost/include/boost/predef/compiler/greenhills.h \
+ ../../../libs/boost/include/boost/predef/compiler/hp_acc.h \
+ ../../../libs/boost/include/boost/predef/compiler/iar.h \
+ ../../../libs/boost/include/boost/predef/compiler/ibm.h \
+ ../../../libs/boost/include/boost/predef/compiler/intel.h \
+ ../../../libs/boost/include/boost/predef/compiler/kai.h \
+ ../../../libs/boost/include/boost/predef/compiler/llvm.h \
+ ../../../libs/boost/include/boost/predef/compiler/metaware.h \
+ ../../../libs/boost/include/boost/predef/compiler/metrowerks.h \
+ ../../../libs/boost/include/boost/predef/compiler/microtec.h \
+ ../../../libs/boost/include/boost/predef/compiler/mpw.h \
+ ../../../libs/boost/include/boost/predef/compiler/palm.h \
+ ../../../libs/boost/include/boost/predef/compiler/pgi.h \
+ ../../../libs/boost/include/boost/predef/compiler/sgi_mipspro.h \
+ ../../../libs/boost/include/boost/predef/compiler/sunpro.h \
+ ../../../libs/boost/include/boost/predef/compiler/tendra.h \
+ ../../../libs/boost/include/boost/predef/compiler/visualc.h \
+ ../../../libs/boost/include/boost/predef/compiler/watcom.h \
+ ../../../libs/boost/include/boost/predef/library.h \
+ ../../../libs/boost/include/boost/predef/library/c.h \
+ ../../../libs/boost/include/boost/predef/library/c/_prefix.h \
+ ../../../libs/boost/include/boost/predef/detail/_cassert.h \
+ ../../../libs/boost/include/boost/predef/library/c/gnu.h \
+ ../../../libs/boost/include/boost/predef/library/c/uc.h \
+ ../../../libs/boost/include/boost/predef/library/c/vms.h \
+ ../../../libs/boost/include/boost/predef/library/c/zos.h \
+ ../../../libs/boost/include/boost/predef/library/std.h \
+ ../../../libs/boost/include/boost/predef/library/std/_prefix.h \
+ ../../../libs/boost/include/boost/predef/detail/_exception.h \
+ ../../../libs/boost/include/boost/predef/library/std/cxx.h \
+ ../../../libs/boost/include/boost/predef/library/std/dinkumware.h \
+ ../../../libs/boost/include/boost/predef/library/std/libcomo.h \
+ ../../../libs/boost/include/boost/predef/library/std/modena.h \
+ ../../../libs/boost/include/boost/predef/library/std/msl.h \
+ ../../../libs/boost/include/boost/predef/library/std/roguewave.h \
+ ../../../libs/boost/include/boost/predef/library/std/sgi.h \
+ ../../../libs/boost/include/boost/predef/library/std/stdcpp3.h \
+ ../../../libs/boost/include/boost/predef/library/std/stlport.h \
+ ../../../libs/boost/include/boost/predef/library/std/vacpp.h \
+ ../../../libs/boost/include/boost/predef/os.h \
+ ../../../libs/boost/include/boost/predef/os/aix.h \
+ ../../../libs/boost/include/boost/predef/os/amigaos.h \
+ ../../../libs/boost/include/boost/predef/os/android.h \
+ ../../../libs/boost/include/boost/predef/os/beos.h \
+ ../../../libs/boost/include/boost/predef/os/bsd.h \
+ ../../../libs/boost/include/boost/predef/os/macos.h \
+ ../../../libs/boost/include/boost/predef/os/ios.h \
+ ../../../libs/boost/include/boost/predef/detail/os_detected.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/bsdi.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/dragonfly.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/free.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/open.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/net.h \
+ ../../../libs/boost/include/boost/predef/os/cygwin.h \
+ ../../../libs/boost/include/boost/predef/os/haiku.h \
+ ../../../libs/boost/include/boost/predef/os/hpux.h \
+ ../../../libs/boost/include/boost/predef/os/irix.h \
+ ../../../libs/boost/include/boost/predef/os/linux.h \
+ ../../../libs/boost/include/boost/predef/os/os400.h \
+ ../../../libs/boost/include/boost/predef/os/qnxnto.h \
+ ../../../libs/boost/include/boost/predef/os/solaris.h \
+ ../../../libs/boost/include/boost/predef/os/unix.h \
+ ../../../libs/boost/include/boost/predef/os/vms.h \
+ ../../../libs/boost/include/boost/predef/other.h \
+ ../../../libs/boost/include/boost/predef/other/endian.h \
+ ../../../libs/boost/include/boost/predef/hardware.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86/versions.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86_amd.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86_amd/versions.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/arm.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/arm/versions.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/ppc.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/ppc/versions.h \
+ ../../../libs/boost/include/boost/predef/version.h \
+ ../../../libs/boost/include/boost/smart_ptr/detail/operator_bool.hpp \
+ ../../../libs/boost/include/boost/io/detail/quoted_manip.hpp \
+ ../../../libs/boost/include/boost/io/ios_state.hpp \
+ ../../../libs/boost/include/boost/io_fwd.hpp \
+ ../../../libs/boost/include/boost/functional/hash_fwd.hpp \
+ ../../../libs/boost/include/boost/functional/hash/hash_fwd.hpp \
+ ../../../libs/boost/include/boost/filesystem/operations.hpp \
+ ../../../libs/boost/include/boost/detail/scoped_enum_emulation.hpp \
+ ../../../libs/boost/include/boost/core/scoped_enum.hpp \
+ ../../../libs/boost/include/boost/detail/bitmask.hpp \
+ ../../../libs/boost/include/boost/range/mutable_iterator.hpp \
+ ../../../libs/boost/include/boost/range/config.hpp \
+ ../../../libs/boost/include/boost/range/range_fwd.hpp \
+ ../../../libs/boost/include/boost/range/detail/extract_optional_type.hpp \
+ ../../../libs/boost/include/boost/range/detail/msvc_has_iterator_workaround.hpp \
+ ../../../libs/boost/include/boost/range/const_iterator.hpp \
+ ../../../libs/boost/include/boost/filesystem/convenience.hpp \
+ ../../../libs/boost/include/boost/filesystem/string_file.hpp \
+ ../../../libs/boost/include/boost/filesystem/fstream.hpp \
+ ../../../libs/openFrameworks/utils/ofLog.h \
+ ../../../libs/openFrameworks/utils/ofSystemUtils.h \
+ ../../../libs/openFrameworks/utils/ofURLFileLoader.h \
+ ../../../libs/openFrameworks/events/ofEvents.h \
+ ../../../libs/openFrameworks/events/ofEventUtils.h \
+ ../../../libs/openFrameworks/events/ofEvent.h \
+ ../../../libs/openFrameworks/utils/ofTimer.h \
+ ../../../libs/openFrameworks/utils/ofUtils.h \
+ ../../../libs/utf8/include/utf8.h \
+ ../../../libs/utf8/include/utf8/checked.h \
+ ../../../libs/utf8/include/utf8/core.h \
+ ../../../libs/utf8/include/utf8/unchecked.h \
+ ../../../libs/openFrameworks/utils/ofFpsCounter.h \
+ ../../../libs/glm/include/glm/vec2.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec2.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec.hpp \
+ ../../../libs/glm/include/glm/detail/precision.hpp \
+ ../../../libs/glm/include/glm/detail/setup.hpp \
+ ../../../libs/glm/include/glm/detail/../simd/platform.h \
+ ../../../libs/glm/include/glm/detail/type_int.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec2.inl \
+ ../../../libs/openFrameworks/utils/ofThread.h \
+ ../../../libs/openFrameworks/utils/ofThreadChannel.h \
+ ../../../libs/openFrameworks/utils/ofJson.h \
+ ../../../libs/json/include/json.hpp \
+ ../../../libs/openFrameworks/types/ofParameter.h \
+ ../../../libs/openFrameworks/types/ofPoint.h \
+ ../../../libs/openFrameworks/math/ofVec3f.h \
+ ../../../libs/openFrameworks/math/ofVec2f.h \
+ ../../../libs/openFrameworks/math/ofMathConstants.h \
+ ../../../libs/glm/include/glm/fwd.hpp \
+ ../../../libs/glm/include/glm/detail/type_float.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat.hpp \
+ ../../../libs/openFrameworks/math/ofVec4f.h \
+ ../../../libs/glm/include/glm/vec4.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec4.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec4.inl \
+ ../../../libs/glm/include/glm/detail/type_vec4_simd.inl \
+ ../../../libs/glm/include/glm/vec3.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec3.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec3.inl \
+ ../../../libs/openFrameworks/types/ofColor.h \
+ ../../../libs/glm/include/glm/common.hpp \
+ ../../../libs/glm/include/glm/detail/func_common.hpp \
+ ../../../libs/glm/include/glm/detail/_fixes.hpp \
+ ../../../libs/glm/include/glm/detail/func_common.inl \
+ ../../../libs/glm/include/glm/detail/func_vector_relational.hpp \
+ ../../../libs/glm/include/glm/detail/func_vector_relational.inl \
+ ../../../libs/glm/include/glm/detail/func_vector_relational_simd.inl \
+ ../../../libs/glm/include/glm/detail/_vectorize.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec1.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec1.inl \
+ ../../../libs/glm/include/glm/detail/func_common_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/common.h \
+ ../../../libs/openFrameworks/utils/ofXml.h \
+ ../../../libs/pugixml/include/pugixml.hpp \
+ ../../../libs/pugixml/include/pugiconfig.hpp \
+ ../../../libs/openFrameworks/graphics/ofGraphicsBaseTypes.h \
+ ../../../libs/openFrameworks/graphics/ofGraphicsConstants.h \
+ ../../../libs/openFrameworks/types/ofTypes.h \
+ ../../../libs/openFrameworks/types/ofRectangle.h \
+ ../../../libs/openFrameworks/types/ofParameterGroup.h \
+ ../../../libs/openFrameworks/math/ofMath.h \
+ ../../../libs/glm/include/glm/gtc/constants.hpp \
+ ../../../libs/glm/include/glm/gtc/constants.inl \
+ ../../../libs/openFrameworks/math/ofVectorMath.h \
+ ../../../libs/glm/include/glm/mat3x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x3.inl \
+ ../../../libs/glm/include/glm/detail/func_matrix.hpp \
+ ../../../libs/glm/include/glm/detail/../mat2x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x2.inl \
+ ../../../libs/glm/include/glm/detail/../mat2x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x3.inl \
+ ../../../libs/glm/include/glm/detail/../mat2x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x4.inl \
+ ../../../libs/glm/include/glm/detail/../mat3x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x2.inl \
+ ../../../libs/glm/include/glm/detail/../mat3x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x4.inl \
+ ../../../libs/glm/include/glm/detail/../mat4x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x2.inl \
+ ../../../libs/glm/include/glm/detail/../mat4x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x3.inl \
+ ../../../libs/glm/include/glm/detail/../mat4x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x4.inl \
+ ../../../libs/glm/include/glm/detail/type_mat4x4_simd.inl \
+ ../../../libs/glm/include/glm/detail/func_matrix.inl \
+ ../../../libs/glm/include/glm/detail/../geometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_geometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_geometric.inl \
+ ../../../libs/glm/include/glm/detail/func_exponential.hpp \
+ ../../../libs/glm/include/glm/detail/func_exponential.inl \
+ ../../../libs/glm/include/glm/detail/func_exponential_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/exponential.h \
+ ../../../libs/glm/include/glm/detail/func_geometric_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/geometric.h \
+ ../../../libs/glm/include/glm/detail/func_matrix_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/matrix.h \
+ ../../../libs/glm/include/glm/trigonometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_trigonometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_trigonometric.inl \
+ ../../../libs/glm/include/glm/detail/func_trigonometric_simd.inl \
+ ../../../libs/glm/include/glm/exponential.hpp \
+ ../../../libs/glm/include/glm/vector_relational.hpp \
+ ../../../libs/glm/include/glm/ext.hpp \
+ ../../../libs/glm/include/glm/glm.hpp \
+ ../../../libs/glm/include/glm/packing.hpp \
+ ../../../libs/glm/include/glm/detail/func_packing.hpp \
+ ../../../libs/glm/include/glm/detail/func_packing.inl \
+ ../../../libs/glm/include/glm/detail/type_half.hpp \
+ ../../../libs/glm/include/glm/detail/type_half.inl \
+ ../../../libs/glm/include/glm/detail/func_packing_simd.inl \
+ ../../../libs/glm/include/glm/matrix.hpp \
+ ../../../libs/glm/include/glm/integer.hpp \
+ ../../../libs/glm/include/glm/detail/func_integer.hpp \
+ ../../../libs/glm/include/glm/detail/func_integer.inl \
+ ../../../libs/glm/include/glm/detail/func_integer_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/integer.h \
+ ../../../libs/glm/include/glm/./gtc/bitfield.hpp \
+ ../../../libs/glm/include/glm/gtc/bitfield.inl \
+ ../../../libs/glm/include/glm/./gtc/color_space.hpp \
+ ../../../libs/glm/include/glm/gtc/color_space.inl \
+ ../../../libs/glm/include/glm/./gtc/epsilon.hpp \
+ ../../../libs/glm/include/glm/gtc/epsilon.inl \
+ ../../../libs/glm/include/glm/gtc/quaternion.hpp \
+ ../../../libs/glm/include/glm/gtc/quaternion.inl \
+ ../../../libs/glm/include/glm/gtc/quaternion_simd.inl \
+ ../../../libs/glm/include/glm/./gtc/functions.hpp \
+ ../../../libs/glm/include/glm/gtc/functions.inl \
+ ../../../libs/glm/include/glm/./gtc/integer.hpp \
+ ../../../libs/glm/include/glm/gtc/integer.inl \
+ ../../../libs/glm/include/glm/./gtc/matrix_access.hpp \
+ ../../../libs/glm/include/glm/gtc/matrix_access.inl \
+ ../../../libs/glm/include/glm/./gtc/matrix_integer.hpp \
+ ../../../libs/glm/include/glm/./gtc/matrix_inverse.hpp \
+ ../../../libs/glm/include/glm/gtc/matrix_inverse.inl \
+ ../../../libs/glm/include/glm/./gtc/matrix_transform.hpp \
+ ../../../libs/glm/include/glm/gtc/matrix_transform.inl \
+ ../../../libs/glm/include/glm/./gtc/noise.hpp \
+ ../../../libs/glm/include/glm/gtc/../detail/_noise.hpp \
+ ../../../libs/glm/include/glm/gtc/noise.inl \
+ ../../../libs/glm/include/glm/./gtc/packing.hpp \
+ ../../../libs/glm/include/glm/gtc/type_precision.hpp \
+ ../../../libs/glm/include/glm/gtc/../gtc/vec1.hpp \
+ ../../../libs/glm/include/glm/gtc/vec1.inl \
+ ../../../libs/glm/include/glm/gtc/type_precision.inl \
+ ../../../libs/glm/include/glm/gtc/packing.inl \
+ ../../../libs/glm/include/glm/./gtc/random.hpp \
+ ../../../libs/glm/include/glm/gtc/random.inl \
+ ../../../libs/glm/include/glm/./gtc/reciprocal.hpp \
+ ../../../libs/glm/include/glm/gtc/reciprocal.inl \
+ ../../../libs/glm/include/glm/./gtc/round.hpp \
+ ../../../libs/glm/include/glm/gtc/round.inl \
+ ../../../libs/glm/include/glm/./gtc/type_ptr.hpp \
+ ../../../libs/glm/include/glm/gtc/type_ptr.inl \
+ ../../../libs/glm/include/glm/./gtc/ulp.hpp \
+ ../../../libs/glm/include/glm/gtc/ulp.inl \
+ ../../../libs/glm/include/glm/./gtc/type_aligned.hpp \
+ ../../../libs/glm/include/glm/./gtx/associated_min_max.hpp \
+ ../../../libs/glm/include/glm/gtx/associated_min_max.inl \
+ ../../../libs/glm/include/glm/./gtx/bit.hpp \
+ ../../../libs/glm/include/glm/gtx/bit.inl \
+ ../../../libs/glm/include/glm/./gtx/closest_point.hpp \
+ ../../../libs/glm/include/glm/gtx/closest_point.inl \
+ ../../../libs/glm/include/glm/./gtx/color_space.hpp \
+ ../../../libs/glm/include/glm/gtx/color_space.inl \
+ ../../../libs/glm/include/glm/./gtx/color_space_YCoCg.hpp \
+ ../../../libs/glm/include/glm/gtx/color_space_YCoCg.inl \
+ ../../../libs/glm/include/glm/./gtx/compatibility.hpp \
+ ../../../libs/glm/include/glm/gtx/compatibility.inl \
+ ../../../libs/glm/include/glm/./gtx/component_wise.hpp \
+ ../../../libs/glm/include/glm/gtx/component_wise.inl \
+ ../../../libs/glm/include/glm/./gtx/dual_quaternion.hpp \
+ ../../../libs/glm/include/glm/gtx/dual_quaternion.inl \
+ ../../../libs/glm/include/glm/./gtx/euler_angles.hpp \
+ ../../../libs/glm/include/glm/gtx/euler_angles.inl \
+ ../../../libs/glm/include/glm/./gtx/extend.hpp \
+ ../../../libs/glm/include/glm/gtx/extend.inl \
+ ../../../libs/glm/include/glm/./gtx/extended_min_max.hpp \
+ ../../../libs/glm/include/glm/gtx/extended_min_max.inl \
+ ../../../libs/glm/include/glm/./gtx/fast_exponential.hpp \
+ ../../../libs/glm/include/glm/gtx/fast_exponential.inl \
+ ../../../libs/glm/include/glm/./gtx/fast_square_root.hpp \
+ ../../../libs/glm/include/glm/gtx/fast_square_root.inl \
+ ../../../libs/glm/include/glm/./gtx/fast_trigonometry.hpp \
+ ../../../libs/glm/include/glm/gtx/fast_trigonometry.inl \
+ ../../../libs/glm/include/glm/./gtx/gradient_paint.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/optimum_pow.hpp \
+ ../../../libs/glm/include/glm/gtx/optimum_pow.inl \
+ ../../../libs/glm/include/glm/gtx/gradient_paint.inl \
+ ../../../libs/glm/include/glm/./gtx/handed_coordinate_space.hpp \
+ ../../../libs/glm/include/glm/gtx/handed_coordinate_space.inl \
+ ../../../libs/glm/include/glm/./gtx/integer.hpp \
+ ../../../libs/glm/include/glm/gtx/integer.inl \
+ ../../../libs/glm/include/glm/./gtx/intersect.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/vector_query.hpp \
+ ../../../libs/glm/include/glm/gtx/vector_query.inl \
+ ../../../libs/glm/include/glm/gtx/intersect.inl \
+ ../../../libs/glm/include/glm/./gtx/log_base.hpp \
+ ../../../libs/glm/include/glm/gtx/log_base.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_cross_product.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_cross_product.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_interpolation.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_interpolation.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_major_storage.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_major_storage.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_operation.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_operation.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_query.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_query.inl \
+ ../../../libs/glm/include/glm/./gtx/mixed_product.hpp \
+ ../../../libs/glm/include/glm/gtx/mixed_product.inl \
+ ../../../libs/glm/include/glm/./gtx/norm.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/quaternion.hpp \
+ ../../../libs/glm/include/glm/gtx/quaternion.inl \
+ ../../../libs/glm/include/glm/gtx/norm.inl \
+ ../../../libs/glm/include/glm/./gtx/normal.hpp \
+ ../../../libs/glm/include/glm/gtx/normal.inl \
+ ../../../libs/glm/include/glm/./gtx/normalize_dot.hpp \
+ ../../../libs/glm/include/glm/gtx/normalize_dot.inl \
+ ../../../libs/glm/include/glm/./gtx/number_precision.hpp \
+ ../../../libs/glm/include/glm/gtx/number_precision.inl \
+ ../../../libs/glm/include/glm/./gtx/orthonormalize.hpp \
+ ../../../libs/glm/include/glm/gtx/orthonormalize.inl \
+ ../../../libs/glm/include/glm/./gtx/perpendicular.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/projection.hpp \
+ ../../../libs/glm/include/glm/gtx/projection.inl \
+ ../../../libs/glm/include/glm/gtx/perpendicular.inl \
+ ../../../libs/glm/include/glm/./gtx/polar_coordinates.hpp \
+ ../../../libs/glm/include/glm/gtx/polar_coordinates.inl \
+ ../../../libs/glm/include/glm/./gtx/raw_data.hpp \
+ ../../../libs/glm/include/glm/gtx/raw_data.inl \
+ ../../../libs/glm/include/glm/./gtx/rotate_vector.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/transform.hpp \
+ ../../../libs/glm/include/glm/gtx/transform.inl \
+ ../../../libs/glm/include/glm/gtx/rotate_vector.inl \
+ ../../../libs/glm/include/glm/./gtx/spline.hpp \
+ ../../../libs/glm/include/glm/gtx/spline.inl \
+ ../../../libs/glm/include/glm/./gtx/std_based_type.hpp \
+ ../../../libs/glm/include/glm/gtx/std_based_type.inl \
+ ../../../libs/glm/include/glm/./gtx/string_cast.hpp \
+ ../../../libs/glm/include/glm/gtx/string_cast.inl \
+ ../../../libs/glm/include/glm/./gtx/transform2.hpp \
+ ../../../libs/glm/include/glm/gtx/transform2.inl \
+ ../../../libs/glm/include/glm/./gtx/vector_angle.hpp \
+ ../../../libs/glm/include/glm/gtx/vector_angle.inl \
+ ../../../libs/glm/include/glm/./gtx/wrap.hpp \
+ ../../../libs/glm/include/glm/gtx/wrap.inl \
+ ../../../libs/glm/include/glm/./gtx/scalar_multiplication.hpp \
+ ../../../libs/glm/include/glm/./gtx/range.hpp \
+ ../../../libs/openFrameworks/math/ofMatrix3x3.h \
+ ../../../libs/openFrameworks/math/ofMatrix4x4.h \
+ ../../../libs/openFrameworks/math/ofQuaternion.h \
+ ../../../libs/openFrameworks/communication/ofSerial.h \
+ ../../../libs/openFrameworks/communication/ofArduino.h \
+ ../../../libs/openFrameworks/gl/ofFbo.h \
+ ../../../libs/openFrameworks/gl/ofTexture.h \
+ ../../../libs/openFrameworks/gl/ofGLBaseTypes.h \
+ ../../../libs/openFrameworks/gl/ofGLRenderer.h \
+ ../../../libs/openFrameworks/graphics/ofPolyline.h \
+ ../../../libs/openFrameworks/graphics/ofPolyline.inl \
+ ../../../libs/openFrameworks/app/ofAppRunner.h \
+ ../../../libs/openFrameworks/app/ofWindowSettings.h \
+ ../../../libs/openFrameworks/app/ofMainLoop.h \
+ ../../../libs/openFrameworks/graphics/of3dGraphics.h \
+ ../../../libs/openFrameworks/3d/of3dPrimitives.h \
+ ../../../libs/openFrameworks/3d/ofMesh.h \
+ ../../../libs/openFrameworks/gl/ofGLUtils.h \
+ ../../../libs/openFrameworks/3d/ofMesh.inl \
+ ../../../libs/openFrameworks/3d/ofNode.h \
+ ../../../libs/openFrameworks/graphics/ofBitmapFont.h \
+ ../../../libs/openFrameworks/graphics/ofPixels.h \
+ ../../../libs/openFrameworks/graphics/ofGraphics.h \
+ ../../../libs/openFrameworks/utils/ofMatrixStack.h \
+ ../../../libs/openFrameworks/graphics/ofPath.h \
+ ../../../libs/openFrameworks/gl/ofVboMesh.h \
+ ../../../libs/openFrameworks/gl/ofVbo.h \
+ ../../../libs/openFrameworks/gl/ofBufferObject.h \
+ ../../../libs/openFrameworks/graphics/ofTessellator.h \
+ ../../../libs/openFrameworks/gl/ofLight.h \
+ ../../../libs/openFrameworks/gl/ofMaterial.h \
+ ../../../libs/openFrameworks/gl/ofShader.h \
+ ../../../libs/openFrameworks/graphics/ofCairoRenderer.h \
+ ../../../libs/cairo/include/cairo/cairo.h \
+ ../../../libs/cairo/include/cairo/cairo-version.h \
+ ../../../libs/cairo/include/cairo/cairo-features.h \
+ ../../../libs/cairo/include/cairo/cairo-deprecated.h \
+ ../../../libs/openFrameworks/graphics/ofImage.h \
+ ../../../libs/openFrameworks/graphics/ofRendererCollection.h \
+ ../../../libs/openFrameworks/graphics/ofTrueTypeFont.h \
+ ../../../libs/openFrameworks/app/ofBaseApp.h \
+ ../../../libs/openFrameworks/sound/ofSoundBaseTypes.h \
+ ../../../libs/openFrameworks/app/ofAppBaseWindow.h \
+ ../../../libs/openFrameworks/app/ofAppGLFWWindow.h \
+ ../../../libs/openFrameworks/app/ofAppGlutWindow.h \
+ ../../../libs/openFrameworks/sound/ofSoundStream.h \
+ ../../../libs/openFrameworks/sound/ofSoundPlayer.h \
+ ../../../libs/openFrameworks/sound/ofFmodSoundPlayer.h \
+ ../../../libs/fmodex/include/fmod.h \
+ ../../../libs/fmodex/include/fmod_codec.h \
+ ../../../libs/fmodex/include/fmod_dsp.h \
+ ../../../libs/fmodex/include/fmod_memoryinfo.h \
+ ../../../libs/fmodex/include/fmod_errors.h \
+ ../../../libs/openFrameworks/sound/ofSoundBuffer.h \
+ ../../../libs/openFrameworks/video/ofVideoGrabber.h \
+ ../../../libs/openFrameworks/video/ofVideoBaseTypes.h \
+ ../../../libs/openFrameworks/video/ofAVFoundationGrabber.h \
+ ../../../libs/openFrameworks/video/ofVideoPlayer.h \
+ ../../../libs/openFrameworks/video/ofAVFoundationPlayer.h \
+ ../../../libs/openFrameworks/video/ofAVFoundationVideoPlayer.h \
+ ../../../libs/openFrameworks/3d/of3dUtils.h \
+ ../../../libs/openFrameworks/3d/ofCamera.h \
+ ../../../libs/openFrameworks/3d/ofEasyCam.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/DoGExample/src/ofApp.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/ofxFilterLibrary.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/TiltShiftFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GaussianBlurFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3PingPongFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractPingPongRenderer.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3TextureSamplingFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParametricObject.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterV.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/AbstractParameter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterF.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterI.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterT.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter4f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterMatrix4f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2fv.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3fv.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/KuwaharaFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ToonFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BloomFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SmoothToonFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/FilterChain.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CGAColorspaceFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LookupFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/VoronoiFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/VignetteFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PerlinPixellationFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PixelateFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EmbossFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3ConvolutionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BilateralFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ZoomBlurFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ErosionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DilationFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/XYDerivativeFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SobelEdgeDetectionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GrayscaleFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HarrisCornerDetectionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ThresholdedNonMaximumSuppressionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CornerDetectionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorPackingFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LowPassFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DissolveBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractTwoInputFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AverageColorFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/MotionDetectionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SketchFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/MultiplyBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EdgeTangentFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BrightnessFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SaturationFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HueFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GammaFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ContrastFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AlphaBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AdditiveBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/NormalBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DarkenBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorBurnFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ChromaKeyBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PoissonBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractTwoInputCrossTextureSamplingFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ExclusionBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PosterizeFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LaplacianFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GradientMapFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DisplacementFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DoGFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DirectionalDoGFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractDoGFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/FlowDoGFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EdgeTangentSmoothingFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HalftoneFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CrosshatchFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AlphaMaskFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/DoGExample/src/LineDrawingAlphaFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/DoGExample/src/SketchDoGFilter.h
+
+../../../libs/openFrameworks/ofMain.h:
+
+../../../libs/openFrameworks/utils/ofConstants.h:
+
+../../../libs/glew/include/GL/glew.h:
+
+../../../libs/tess2/include/tesselator.h:
+
+../../../libs/openFrameworks/utils/ofFileUtils.h:
+
+../../../libs/boost/include/boost/filesystem.hpp:
+
+../../../libs/boost/include/boost/filesystem/config.hpp:
+
+../../../libs/boost/include/boost/config.hpp:
+
+../../../libs/boost/include/boost/config/user.hpp:
+
+../../../libs/boost/include/boost/config/select_compiler_config.hpp:
+
+../../../libs/boost/include/boost/config/compiler/clang.hpp:
+
+../../../libs/boost/include/boost/config/select_stdlib_config.hpp:
+
+../../../libs/boost/include/boost/config/stdlib/libcpp.hpp:
+
+../../../libs/boost/include/boost/config/select_platform_config.hpp:
+
+../../../libs/boost/include/boost/config/platform/macos.hpp:
+
+../../../libs/boost/include/boost/config/posix_features.hpp:
+
+../../../libs/boost/include/boost/config/suffix.hpp:
+
+../../../libs/boost/include/boost/system/api_config.hpp:
+
+../../../libs/boost/include/boost/detail/workaround.hpp:
+
+../../../libs/boost/include/boost/config/auto_link.hpp:
+
+../../../libs/boost/include/boost/filesystem/path.hpp:
+
+../../../libs/boost/include/boost/filesystem/path_traits.hpp:
+
+../../../libs/boost/include/boost/utility/enable_if.hpp:
+
+../../../libs/boost/include/boost/core/enable_if.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_array.hpp:
+
+../../../libs/boost/include/boost/type_traits/integral_constant.hpp:
+
+../../../libs/boost/include/boost/type_traits/decay.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_function.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_lvalue_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_rvalue_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/detail/config.hpp:
+
+../../../libs/boost/include/boost/version.hpp:
+
+../../../libs/boost/include/boost/type_traits/detail/is_function_ptr_helper.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_bounds.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_extent.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_cv.hpp:
+
+../../../libs/boost/include/boost/system/error_code.hpp:
+
+../../../libs/boost/include/boost/system/config.hpp:
+
+../../../libs/boost/include/boost/predef/platform.h:
+
+../../../libs/boost/include/boost/predef/platform/mingw.h:
+
+../../../libs/boost/include/boost/predef/version_number.h:
+
+../../../libs/boost/include/boost/predef/make.h:
+
+../../../libs/boost/include/boost/predef/detail/test.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_desktop.h:
+
+../../../libs/boost/include/boost/predef/os/windows.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_store.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_phone.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_runtime.h:
+
+../../../libs/boost/include/boost/cstdint.hpp:
+
+../../../libs/boost/include/boost/assert.hpp:
+
+../../../libs/boost/include/boost/noncopyable.hpp:
+
+../../../libs/boost/include/boost/core/noncopyable.hpp:
+
+../../../libs/boost/include/boost/cerrno.hpp:
+
+../../../libs/boost/include/boost/config/abi_prefix.hpp:
+
+../../../libs/boost/include/boost/config/abi_suffix.hpp:
+
+../../../libs/boost/include/boost/system/system_error.hpp:
+
+../../../libs/boost/include/boost/iterator/iterator_facade.hpp:
+
+../../../libs/boost/include/boost/iterator.hpp:
+
+../../../libs/boost/include/boost/iterator/interoperable.hpp:
+
+../../../libs/boost/include/boost/mpl/bool.hpp:
+
+../../../libs/boost/include/boost/mpl/bool_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/adl_barrier.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/adl.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/msvc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/intel.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/gcc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/workaround.hpp:
+
+../../../libs/boost/include/boost/mpl/integral_c_tag.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/static_constant.hpp:
+
+../../../libs/boost/include/boost/mpl/or.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/use_preprocessed.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/nested_type_wknd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na_spec.hpp:
+
+../../../libs/boost/include/boost/mpl/lambda_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/void_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/ctps.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/ttp.hpp:
+
+../../../libs/boost/include/boost/mpl/int.hpp:
+
+../../../libs/boost/include/boost/mpl/int_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/nttp_decl.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/nttp.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/integral_wrapper.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/static_cast.hpp:
+
+../../../libs/boost/include/boost/preprocessor/cat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/config/config.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/lambda_arity_param.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/template_arity_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/arity.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/dtp.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/params.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/preprocessor.hpp:
+
+../../../libs/boost/include/boost/preprocessor/comma_if.hpp:
+
+../../../libs/boost/include/boost/preprocessor/punctuation/comma_if.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/if.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/iif.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/bool.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/empty.hpp:
+
+../../../libs/boost/include/boost/preprocessor/punctuation/comma.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repeat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repetition/repeat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/debug/error.hpp:
+
+../../../libs/boost/include/boost/preprocessor/detail/auto_rec.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/eat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/inc.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/inc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/enum.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:
+
+../../../libs/boost/include/boost/mpl/limits/arity.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/and.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/bitand.hpp:
+
+../../../libs/boost/include/boost/preprocessor/identity.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/identity.hpp:
+
+../../../libs/boost/include/boost/preprocessor/empty.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/add.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/dec.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/while.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/fold_left.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/detail/fold_left.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/expr_iif.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/adt.hpp:
+
+../../../libs/boost/include/boost/preprocessor/detail/is_binary.hpp:
+
+../../../libs/boost/include/boost/preprocessor/detail/check.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/compl.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/fold_right.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/detail/fold_right.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/reverse.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/detail/while.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/elem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/expand.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/overload.hpp:
+
+../../../libs/boost/include/boost/preprocessor/variadic/size.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/rem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/detail/is_single_return.hpp:
+
+../../../libs/boost/include/boost/preprocessor/variadic/elem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/sub.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/eti.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/overload_resolution.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/lambda_support.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/include_preprocessed.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/compiler.hpp:
+
+../../../libs/boost/include/boost/preprocessor/stringize.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/or.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_convertible.hpp:
+
+../../../libs/boost/include/boost/type_traits/intrinsics.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/config_def.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/config_undef.hpp:
+
+../../../libs/boost/include/boost/iterator/iterator_traits.hpp:
+
+../../../libs/boost/include/boost/detail/iterator.hpp:
+
+../../../libs/boost/include/boost/iterator/iterator_categories.hpp:
+
+../../../libs/boost/include/boost/mpl/eval_if.hpp:
+
+../../../libs/boost/include/boost/mpl/if.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/value_wknd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/integral.hpp:
+
+../../../libs/boost/include/boost/mpl/identity.hpp:
+
+../../../libs/boost/include/boost/mpl/placeholders.hpp:
+
+../../../libs/boost/include/boost/mpl/arg.hpp:
+
+../../../libs/boost/include/boost/mpl/arg_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na_assert.hpp:
+
+../../../libs/boost/include/boost/mpl/assert.hpp:
+
+../../../libs/boost/include/boost/mpl/not.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/yes_no.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/arrays.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/gpu.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/pp_counter.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/arity_spec.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/arg_typedef.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:
+
+../../../libs/boost/include/boost/static_assert.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/facade_iterator_category.hpp:
+
+../../../libs/boost/include/boost/mpl/and.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/and.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_same.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_const.hpp:
+
+../../../libs/boost/include/boost/detail/indirect_traits.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_class.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_volatile.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_member_function_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_member_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_pointer.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/enable_if.hpp:
+
+../../../libs/boost/include/boost/utility/addressof.hpp:
+
+../../../libs/boost/include/boost/core/addressof.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_const.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_lvalue_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_const.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_pod.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_void.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_scalar.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_arithmetic.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_integral.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_floating_point.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_enum.hpp:
+
+../../../libs/boost/include/boost/mpl/always.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/default_params.hpp:
+
+../../../libs/boost/include/boost/mpl/apply.hpp:
+
+../../../libs/boost/include/boost/mpl/apply_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/apply_wrap.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/has_apply.hpp:
+
+../../../libs/boost/include/boost/mpl/has_xxx.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/type_wrapper.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/has_xxx.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/msvc_typename.hpp:
+
+../../../libs/boost/include/boost/preprocessor/array/elem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/array/data.hpp:
+
+../../../libs/boost/include/boost/preprocessor/array/size.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repetition/enum_params.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repetition/enum_trailing_params.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/has_apply.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/msvc_never_true.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp:
+
+../../../libs/boost/include/boost/mpl/lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/bind.hpp:
+
+../../../libs/boost/include/boost/mpl/bind_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/bind.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/next.hpp:
+
+../../../libs/boost/include/boost/mpl/next_prior.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/common_name_wknd.hpp:
+
+../../../libs/boost/include/boost/mpl/protect.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/full_lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/quote.hpp:
+
+../../../libs/boost/include/boost/mpl/void.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/has_type.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/bcc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/quote.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/template_arity.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply.hpp:
+
+../../../libs/boost/include/boost/shared_ptr.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/shared_ptr.hpp:
+
+../../../libs/boost/include/boost/config/no_tr1/memory.hpp:
+
+../../../libs/boost/include/boost/checked_delete.hpp:
+
+../../../libs/boost/include/boost/core/checked_delete.hpp:
+
+../../../libs/boost/include/boost/throw_exception.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/shared_count.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/bad_weak_ptr.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_has_sync.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp:
+
+../../../libs/boost/include/boost/detail/sp_typeinfo.hpp:
+
+../../../libs/boost/include/boost/core/typeinfo.hpp:
+
+../../../libs/boost/include/boost/core/demangle.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_impl.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_disable_deprecated.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_convertible.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_nullptr_t.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_noexcept.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/spinlock_pool.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/spinlock.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/spinlock_std_atomic.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/yield_k.hpp:
+
+../../../libs/boost/include/boost/predef.h:
+
+../../../libs/boost/include/boost/predef/language.h:
+
+../../../libs/boost/include/boost/predef/language/stdc.h:
+
+../../../libs/boost/include/boost/predef/language/stdcpp.h:
+
+../../../libs/boost/include/boost/predef/language/objc.h:
+
+../../../libs/boost/include/boost/predef/architecture.h:
+
+../../../libs/boost/include/boost/predef/architecture/alpha.h:
+
+../../../libs/boost/include/boost/predef/architecture/arm.h:
+
+../../../libs/boost/include/boost/predef/architecture/blackfin.h:
+
+../../../libs/boost/include/boost/predef/architecture/convex.h:
+
+../../../libs/boost/include/boost/predef/architecture/ia64.h:
+
+../../../libs/boost/include/boost/predef/architecture/m68k.h:
+
+../../../libs/boost/include/boost/predef/architecture/mips.h:
+
+../../../libs/boost/include/boost/predef/architecture/parisc.h:
+
+../../../libs/boost/include/boost/predef/architecture/ppc.h:
+
+../../../libs/boost/include/boost/predef/architecture/pyramid.h:
+
+../../../libs/boost/include/boost/predef/architecture/rs6k.h:
+
+../../../libs/boost/include/boost/predef/architecture/sparc.h:
+
+../../../libs/boost/include/boost/predef/architecture/superh.h:
+
+../../../libs/boost/include/boost/predef/architecture/sys370.h:
+
+../../../libs/boost/include/boost/predef/architecture/sys390.h:
+
+../../../libs/boost/include/boost/predef/architecture/x86.h:
+
+../../../libs/boost/include/boost/predef/architecture/x86/32.h:
+
+../../../libs/boost/include/boost/predef/architecture/x86/64.h:
+
+../../../libs/boost/include/boost/predef/architecture/z.h:
+
+../../../libs/boost/include/boost/predef/compiler.h:
+
+../../../libs/boost/include/boost/predef/compiler/borland.h:
+
+../../../libs/boost/include/boost/predef/compiler/clang.h:
+
+../../../libs/boost/include/boost/predef/detail/comp_detected.h:
+
+../../../libs/boost/include/boost/predef/compiler/comeau.h:
+
+../../../libs/boost/include/boost/predef/compiler/compaq.h:
+
+../../../libs/boost/include/boost/predef/compiler/diab.h:
+
+../../../libs/boost/include/boost/predef/compiler/digitalmars.h:
+
+../../../libs/boost/include/boost/predef/compiler/dignus.h:
+
+../../../libs/boost/include/boost/predef/compiler/edg.h:
+
+../../../libs/boost/include/boost/predef/compiler/ekopath.h:
+
+../../../libs/boost/include/boost/predef/compiler/gcc_xml.h:
+
+../../../libs/boost/include/boost/predef/compiler/gcc.h:
+
+../../../libs/boost/include/boost/predef/compiler/greenhills.h:
+
+../../../libs/boost/include/boost/predef/compiler/hp_acc.h:
+
+../../../libs/boost/include/boost/predef/compiler/iar.h:
+
+../../../libs/boost/include/boost/predef/compiler/ibm.h:
+
+../../../libs/boost/include/boost/predef/compiler/intel.h:
+
+../../../libs/boost/include/boost/predef/compiler/kai.h:
+
+../../../libs/boost/include/boost/predef/compiler/llvm.h:
+
+../../../libs/boost/include/boost/predef/compiler/metaware.h:
+
+../../../libs/boost/include/boost/predef/compiler/metrowerks.h:
+
+../../../libs/boost/include/boost/predef/compiler/microtec.h:
+
+../../../libs/boost/include/boost/predef/compiler/mpw.h:
+
+../../../libs/boost/include/boost/predef/compiler/palm.h:
+
+../../../libs/boost/include/boost/predef/compiler/pgi.h:
+
+../../../libs/boost/include/boost/predef/compiler/sgi_mipspro.h:
+
+../../../libs/boost/include/boost/predef/compiler/sunpro.h:
+
+../../../libs/boost/include/boost/predef/compiler/tendra.h:
+
+../../../libs/boost/include/boost/predef/compiler/visualc.h:
+
+../../../libs/boost/include/boost/predef/compiler/watcom.h:
+
+../../../libs/boost/include/boost/predef/library.h:
+
+../../../libs/boost/include/boost/predef/library/c.h:
+
+../../../libs/boost/include/boost/predef/library/c/_prefix.h:
+
+../../../libs/boost/include/boost/predef/detail/_cassert.h:
+
+../../../libs/boost/include/boost/predef/library/c/gnu.h:
+
+../../../libs/boost/include/boost/predef/library/c/uc.h:
+
+../../../libs/boost/include/boost/predef/library/c/vms.h:
+
+../../../libs/boost/include/boost/predef/library/c/zos.h:
+
+../../../libs/boost/include/boost/predef/library/std.h:
+
+../../../libs/boost/include/boost/predef/library/std/_prefix.h:
+
+../../../libs/boost/include/boost/predef/detail/_exception.h:
+
+../../../libs/boost/include/boost/predef/library/std/cxx.h:
+
+../../../libs/boost/include/boost/predef/library/std/dinkumware.h:
+
+../../../libs/boost/include/boost/predef/library/std/libcomo.h:
+
+../../../libs/boost/include/boost/predef/library/std/modena.h:
+
+../../../libs/boost/include/boost/predef/library/std/msl.h:
+
+../../../libs/boost/include/boost/predef/library/std/roguewave.h:
+
+../../../libs/boost/include/boost/predef/library/std/sgi.h:
+
+../../../libs/boost/include/boost/predef/library/std/stdcpp3.h:
+
+../../../libs/boost/include/boost/predef/library/std/stlport.h:
+
+../../../libs/boost/include/boost/predef/library/std/vacpp.h:
+
+../../../libs/boost/include/boost/predef/os.h:
+
+../../../libs/boost/include/boost/predef/os/aix.h:
+
+../../../libs/boost/include/boost/predef/os/amigaos.h:
+
+../../../libs/boost/include/boost/predef/os/android.h:
+
+../../../libs/boost/include/boost/predef/os/beos.h:
+
+../../../libs/boost/include/boost/predef/os/bsd.h:
+
+../../../libs/boost/include/boost/predef/os/macos.h:
+
+../../../libs/boost/include/boost/predef/os/ios.h:
+
+../../../libs/boost/include/boost/predef/detail/os_detected.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/bsdi.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/dragonfly.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/free.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/open.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/net.h:
+
+../../../libs/boost/include/boost/predef/os/cygwin.h:
+
+../../../libs/boost/include/boost/predef/os/haiku.h:
+
+../../../libs/boost/include/boost/predef/os/hpux.h:
+
+../../../libs/boost/include/boost/predef/os/irix.h:
+
+../../../libs/boost/include/boost/predef/os/linux.h:
+
+../../../libs/boost/include/boost/predef/os/os400.h:
+
+../../../libs/boost/include/boost/predef/os/qnxnto.h:
+
+../../../libs/boost/include/boost/predef/os/solaris.h:
+
+../../../libs/boost/include/boost/predef/os/unix.h:
+
+../../../libs/boost/include/boost/predef/os/vms.h:
+
+../../../libs/boost/include/boost/predef/other.h:
+
+../../../libs/boost/include/boost/predef/other/endian.h:
+
+../../../libs/boost/include/boost/predef/hardware.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86/versions.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86_amd.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86_amd/versions.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/arm.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/arm/versions.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/ppc.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/ppc/versions.h:
+
+../../../libs/boost/include/boost/predef/version.h:
+
+../../../libs/boost/include/boost/smart_ptr/detail/operator_bool.hpp:
+
+../../../libs/boost/include/boost/io/detail/quoted_manip.hpp:
+
+../../../libs/boost/include/boost/io/ios_state.hpp:
+
+../../../libs/boost/include/boost/io_fwd.hpp:
+
+../../../libs/boost/include/boost/functional/hash_fwd.hpp:
+
+../../../libs/boost/include/boost/functional/hash/hash_fwd.hpp:
+
+../../../libs/boost/include/boost/filesystem/operations.hpp:
+
+../../../libs/boost/include/boost/detail/scoped_enum_emulation.hpp:
+
+../../../libs/boost/include/boost/core/scoped_enum.hpp:
+
+../../../libs/boost/include/boost/detail/bitmask.hpp:
+
+../../../libs/boost/include/boost/range/mutable_iterator.hpp:
+
+../../../libs/boost/include/boost/range/config.hpp:
+
+../../../libs/boost/include/boost/range/range_fwd.hpp:
+
+../../../libs/boost/include/boost/range/detail/extract_optional_type.hpp:
+
+../../../libs/boost/include/boost/range/detail/msvc_has_iterator_workaround.hpp:
+
+../../../libs/boost/include/boost/range/const_iterator.hpp:
+
+../../../libs/boost/include/boost/filesystem/convenience.hpp:
+
+../../../libs/boost/include/boost/filesystem/string_file.hpp:
+
+../../../libs/boost/include/boost/filesystem/fstream.hpp:
+
+../../../libs/openFrameworks/utils/ofLog.h:
+
+../../../libs/openFrameworks/utils/ofSystemUtils.h:
+
+../../../libs/openFrameworks/utils/ofURLFileLoader.h:
+
+../../../libs/openFrameworks/events/ofEvents.h:
+
+../../../libs/openFrameworks/events/ofEventUtils.h:
+
+../../../libs/openFrameworks/events/ofEvent.h:
+
+../../../libs/openFrameworks/utils/ofTimer.h:
+
+../../../libs/openFrameworks/utils/ofUtils.h:
+
+../../../libs/utf8/include/utf8.h:
+
+../../../libs/utf8/include/utf8/checked.h:
+
+../../../libs/utf8/include/utf8/core.h:
+
+../../../libs/utf8/include/utf8/unchecked.h:
+
+../../../libs/openFrameworks/utils/ofFpsCounter.h:
+
+../../../libs/glm/include/glm/vec2.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec2.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec.hpp:
+
+../../../libs/glm/include/glm/detail/precision.hpp:
+
+../../../libs/glm/include/glm/detail/setup.hpp:
+
+../../../libs/glm/include/glm/detail/../simd/platform.h:
+
+../../../libs/glm/include/glm/detail/type_int.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec2.inl:
+
+../../../libs/openFrameworks/utils/ofThread.h:
+
+../../../libs/openFrameworks/utils/ofThreadChannel.h:
+
+../../../libs/openFrameworks/utils/ofJson.h:
+
+../../../libs/json/include/json.hpp:
+
+../../../libs/openFrameworks/types/ofParameter.h:
+
+../../../libs/openFrameworks/types/ofPoint.h:
+
+../../../libs/openFrameworks/math/ofVec3f.h:
+
+../../../libs/openFrameworks/math/ofVec2f.h:
+
+../../../libs/openFrameworks/math/ofMathConstants.h:
+
+../../../libs/glm/include/glm/fwd.hpp:
+
+../../../libs/glm/include/glm/detail/type_float.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat.hpp:
+
+../../../libs/openFrameworks/math/ofVec4f.h:
+
+../../../libs/glm/include/glm/vec4.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec4.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec4.inl:
+
+../../../libs/glm/include/glm/detail/type_vec4_simd.inl:
+
+../../../libs/glm/include/glm/vec3.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec3.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec3.inl:
+
+../../../libs/openFrameworks/types/ofColor.h:
+
+../../../libs/glm/include/glm/common.hpp:
+
+../../../libs/glm/include/glm/detail/func_common.hpp:
+
+../../../libs/glm/include/glm/detail/_fixes.hpp:
+
+../../../libs/glm/include/glm/detail/func_common.inl:
+
+../../../libs/glm/include/glm/detail/func_vector_relational.hpp:
+
+../../../libs/glm/include/glm/detail/func_vector_relational.inl:
+
+../../../libs/glm/include/glm/detail/func_vector_relational_simd.inl:
+
+../../../libs/glm/include/glm/detail/_vectorize.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec1.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec1.inl:
+
+../../../libs/glm/include/glm/detail/func_common_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/common.h:
+
+../../../libs/openFrameworks/utils/ofXml.h:
+
+../../../libs/pugixml/include/pugixml.hpp:
+
+../../../libs/pugixml/include/pugiconfig.hpp:
+
+../../../libs/openFrameworks/graphics/ofGraphicsBaseTypes.h:
+
+../../../libs/openFrameworks/graphics/ofGraphicsConstants.h:
+
+../../../libs/openFrameworks/types/ofTypes.h:
+
+../../../libs/openFrameworks/types/ofRectangle.h:
+
+../../../libs/openFrameworks/types/ofParameterGroup.h:
+
+../../../libs/openFrameworks/math/ofMath.h:
+
+../../../libs/glm/include/glm/gtc/constants.hpp:
+
+../../../libs/glm/include/glm/gtc/constants.inl:
+
+../../../libs/openFrameworks/math/ofVectorMath.h:
+
+../../../libs/glm/include/glm/mat3x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x3.inl:
+
+../../../libs/glm/include/glm/detail/func_matrix.hpp:
+
+../../../libs/glm/include/glm/detail/../mat2x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x2.inl:
+
+../../../libs/glm/include/glm/detail/../mat2x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x3.inl:
+
+../../../libs/glm/include/glm/detail/../mat2x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x4.inl:
+
+../../../libs/glm/include/glm/detail/../mat3x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x2.inl:
+
+../../../libs/glm/include/glm/detail/../mat3x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x4.inl:
+
+../../../libs/glm/include/glm/detail/../mat4x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x2.inl:
+
+../../../libs/glm/include/glm/detail/../mat4x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x3.inl:
+
+../../../libs/glm/include/glm/detail/../mat4x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x4.inl:
+
+../../../libs/glm/include/glm/detail/type_mat4x4_simd.inl:
+
+../../../libs/glm/include/glm/detail/func_matrix.inl:
+
+../../../libs/glm/include/glm/detail/../geometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_geometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_geometric.inl:
+
+../../../libs/glm/include/glm/detail/func_exponential.hpp:
+
+../../../libs/glm/include/glm/detail/func_exponential.inl:
+
+../../../libs/glm/include/glm/detail/func_exponential_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/exponential.h:
+
+../../../libs/glm/include/glm/detail/func_geometric_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/geometric.h:
+
+../../../libs/glm/include/glm/detail/func_matrix_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/matrix.h:
+
+../../../libs/glm/include/glm/trigonometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_trigonometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_trigonometric.inl:
+
+../../../libs/glm/include/glm/detail/func_trigonometric_simd.inl:
+
+../../../libs/glm/include/glm/exponential.hpp:
+
+../../../libs/glm/include/glm/vector_relational.hpp:
+
+../../../libs/glm/include/glm/ext.hpp:
+
+../../../libs/glm/include/glm/glm.hpp:
+
+../../../libs/glm/include/glm/packing.hpp:
+
+../../../libs/glm/include/glm/detail/func_packing.hpp:
+
+../../../libs/glm/include/glm/detail/func_packing.inl:
+
+../../../libs/glm/include/glm/detail/type_half.hpp:
+
+../../../libs/glm/include/glm/detail/type_half.inl:
+
+../../../libs/glm/include/glm/detail/func_packing_simd.inl:
+
+../../../libs/glm/include/glm/matrix.hpp:
+
+../../../libs/glm/include/glm/integer.hpp:
+
+../../../libs/glm/include/glm/detail/func_integer.hpp:
+
+../../../libs/glm/include/glm/detail/func_integer.inl:
+
+../../../libs/glm/include/glm/detail/func_integer_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/integer.h:
+
+../../../libs/glm/include/glm/./gtc/bitfield.hpp:
+
+../../../libs/glm/include/glm/gtc/bitfield.inl:
+
+../../../libs/glm/include/glm/./gtc/color_space.hpp:
+
+../../../libs/glm/include/glm/gtc/color_space.inl:
+
+../../../libs/glm/include/glm/./gtc/epsilon.hpp:
+
+../../../libs/glm/include/glm/gtc/epsilon.inl:
+
+../../../libs/glm/include/glm/gtc/quaternion.hpp:
+
+../../../libs/glm/include/glm/gtc/quaternion.inl:
+
+../../../libs/glm/include/glm/gtc/quaternion_simd.inl:
+
+../../../libs/glm/include/glm/./gtc/functions.hpp:
+
+../../../libs/glm/include/glm/gtc/functions.inl:
+
+../../../libs/glm/include/glm/./gtc/integer.hpp:
+
+../../../libs/glm/include/glm/gtc/integer.inl:
+
+../../../libs/glm/include/glm/./gtc/matrix_access.hpp:
+
+../../../libs/glm/include/glm/gtc/matrix_access.inl:
+
+../../../libs/glm/include/glm/./gtc/matrix_integer.hpp:
+
+../../../libs/glm/include/glm/./gtc/matrix_inverse.hpp:
+
+../../../libs/glm/include/glm/gtc/matrix_inverse.inl:
+
+../../../libs/glm/include/glm/./gtc/matrix_transform.hpp:
+
+../../../libs/glm/include/glm/gtc/matrix_transform.inl:
+
+../../../libs/glm/include/glm/./gtc/noise.hpp:
+
+../../../libs/glm/include/glm/gtc/../detail/_noise.hpp:
+
+../../../libs/glm/include/glm/gtc/noise.inl:
+
+../../../libs/glm/include/glm/./gtc/packing.hpp:
+
+../../../libs/glm/include/glm/gtc/type_precision.hpp:
+
+../../../libs/glm/include/glm/gtc/../gtc/vec1.hpp:
+
+../../../libs/glm/include/glm/gtc/vec1.inl:
+
+../../../libs/glm/include/glm/gtc/type_precision.inl:
+
+../../../libs/glm/include/glm/gtc/packing.inl:
+
+../../../libs/glm/include/glm/./gtc/random.hpp:
+
+../../../libs/glm/include/glm/gtc/random.inl:
+
+../../../libs/glm/include/glm/./gtc/reciprocal.hpp:
+
+../../../libs/glm/include/glm/gtc/reciprocal.inl:
+
+../../../libs/glm/include/glm/./gtc/round.hpp:
+
+../../../libs/glm/include/glm/gtc/round.inl:
+
+../../../libs/glm/include/glm/./gtc/type_ptr.hpp:
+
+../../../libs/glm/include/glm/gtc/type_ptr.inl:
+
+../../../libs/glm/include/glm/./gtc/ulp.hpp:
+
+../../../libs/glm/include/glm/gtc/ulp.inl:
+
+../../../libs/glm/include/glm/./gtc/type_aligned.hpp:
+
+../../../libs/glm/include/glm/./gtx/associated_min_max.hpp:
+
+../../../libs/glm/include/glm/gtx/associated_min_max.inl:
+
+../../../libs/glm/include/glm/./gtx/bit.hpp:
+
+../../../libs/glm/include/glm/gtx/bit.inl:
+
+../../../libs/glm/include/glm/./gtx/closest_point.hpp:
+
+../../../libs/glm/include/glm/gtx/closest_point.inl:
+
+../../../libs/glm/include/glm/./gtx/color_space.hpp:
+
+../../../libs/glm/include/glm/gtx/color_space.inl:
+
+../../../libs/glm/include/glm/./gtx/color_space_YCoCg.hpp:
+
+../../../libs/glm/include/glm/gtx/color_space_YCoCg.inl:
+
+../../../libs/glm/include/glm/./gtx/compatibility.hpp:
+
+../../../libs/glm/include/glm/gtx/compatibility.inl:
+
+../../../libs/glm/include/glm/./gtx/component_wise.hpp:
+
+../../../libs/glm/include/glm/gtx/component_wise.inl:
+
+../../../libs/glm/include/glm/./gtx/dual_quaternion.hpp:
+
+../../../libs/glm/include/glm/gtx/dual_quaternion.inl:
+
+../../../libs/glm/include/glm/./gtx/euler_angles.hpp:
+
+../../../libs/glm/include/glm/gtx/euler_angles.inl:
+
+../../../libs/glm/include/glm/./gtx/extend.hpp:
+
+../../../libs/glm/include/glm/gtx/extend.inl:
+
+../../../libs/glm/include/glm/./gtx/extended_min_max.hpp:
+
+../../../libs/glm/include/glm/gtx/extended_min_max.inl:
+
+../../../libs/glm/include/glm/./gtx/fast_exponential.hpp:
+
+../../../libs/glm/include/glm/gtx/fast_exponential.inl:
+
+../../../libs/glm/include/glm/./gtx/fast_square_root.hpp:
+
+../../../libs/glm/include/glm/gtx/fast_square_root.inl:
+
+../../../libs/glm/include/glm/./gtx/fast_trigonometry.hpp:
+
+../../../libs/glm/include/glm/gtx/fast_trigonometry.inl:
+
+../../../libs/glm/include/glm/./gtx/gradient_paint.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/optimum_pow.hpp:
+
+../../../libs/glm/include/glm/gtx/optimum_pow.inl:
+
+../../../libs/glm/include/glm/gtx/gradient_paint.inl:
+
+../../../libs/glm/include/glm/./gtx/handed_coordinate_space.hpp:
+
+../../../libs/glm/include/glm/gtx/handed_coordinate_space.inl:
+
+../../../libs/glm/include/glm/./gtx/integer.hpp:
+
+../../../libs/glm/include/glm/gtx/integer.inl:
+
+../../../libs/glm/include/glm/./gtx/intersect.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/vector_query.hpp:
+
+../../../libs/glm/include/glm/gtx/vector_query.inl:
+
+../../../libs/glm/include/glm/gtx/intersect.inl:
+
+../../../libs/glm/include/glm/./gtx/log_base.hpp:
+
+../../../libs/glm/include/glm/gtx/log_base.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_cross_product.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_cross_product.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_interpolation.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_interpolation.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_major_storage.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_major_storage.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_operation.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_operation.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_query.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_query.inl:
+
+../../../libs/glm/include/glm/./gtx/mixed_product.hpp:
+
+../../../libs/glm/include/glm/gtx/mixed_product.inl:
+
+../../../libs/glm/include/glm/./gtx/norm.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/quaternion.hpp:
+
+../../../libs/glm/include/glm/gtx/quaternion.inl:
+
+../../../libs/glm/include/glm/gtx/norm.inl:
+
+../../../libs/glm/include/glm/./gtx/normal.hpp:
+
+../../../libs/glm/include/glm/gtx/normal.inl:
+
+../../../libs/glm/include/glm/./gtx/normalize_dot.hpp:
+
+../../../libs/glm/include/glm/gtx/normalize_dot.inl:
+
+../../../libs/glm/include/glm/./gtx/number_precision.hpp:
+
+../../../libs/glm/include/glm/gtx/number_precision.inl:
+
+../../../libs/glm/include/glm/./gtx/orthonormalize.hpp:
+
+../../../libs/glm/include/glm/gtx/orthonormalize.inl:
+
+../../../libs/glm/include/glm/./gtx/perpendicular.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/projection.hpp:
+
+../../../libs/glm/include/glm/gtx/projection.inl:
+
+../../../libs/glm/include/glm/gtx/perpendicular.inl:
+
+../../../libs/glm/include/glm/./gtx/polar_coordinates.hpp:
+
+../../../libs/glm/include/glm/gtx/polar_coordinates.inl:
+
+../../../libs/glm/include/glm/./gtx/raw_data.hpp:
+
+../../../libs/glm/include/glm/gtx/raw_data.inl:
+
+../../../libs/glm/include/glm/./gtx/rotate_vector.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/transform.hpp:
+
+../../../libs/glm/include/glm/gtx/transform.inl:
+
+../../../libs/glm/include/glm/gtx/rotate_vector.inl:
+
+../../../libs/glm/include/glm/./gtx/spline.hpp:
+
+../../../libs/glm/include/glm/gtx/spline.inl:
+
+../../../libs/glm/include/glm/./gtx/std_based_type.hpp:
+
+../../../libs/glm/include/glm/gtx/std_based_type.inl:
+
+../../../libs/glm/include/glm/./gtx/string_cast.hpp:
+
+../../../libs/glm/include/glm/gtx/string_cast.inl:
+
+../../../libs/glm/include/glm/./gtx/transform2.hpp:
+
+../../../libs/glm/include/glm/gtx/transform2.inl:
+
+../../../libs/glm/include/glm/./gtx/vector_angle.hpp:
+
+../../../libs/glm/include/glm/gtx/vector_angle.inl:
+
+../../../libs/glm/include/glm/./gtx/wrap.hpp:
+
+../../../libs/glm/include/glm/gtx/wrap.inl:
+
+../../../libs/glm/include/glm/./gtx/scalar_multiplication.hpp:
+
+../../../libs/glm/include/glm/./gtx/range.hpp:
+
+../../../libs/openFrameworks/math/ofMatrix3x3.h:
+
+../../../libs/openFrameworks/math/ofMatrix4x4.h:
+
+../../../libs/openFrameworks/math/ofQuaternion.h:
+
+../../../libs/openFrameworks/communication/ofSerial.h:
+
+../../../libs/openFrameworks/communication/ofArduino.h:
+
+../../../libs/openFrameworks/gl/ofFbo.h:
+
+../../../libs/openFrameworks/gl/ofTexture.h:
+
+../../../libs/openFrameworks/gl/ofGLBaseTypes.h:
+
+../../../libs/openFrameworks/gl/ofGLRenderer.h:
+
+../../../libs/openFrameworks/graphics/ofPolyline.h:
+
+../../../libs/openFrameworks/graphics/ofPolyline.inl:
+
+../../../libs/openFrameworks/app/ofAppRunner.h:
+
+../../../libs/openFrameworks/app/ofWindowSettings.h:
+
+../../../libs/openFrameworks/app/ofMainLoop.h:
+
+../../../libs/openFrameworks/graphics/of3dGraphics.h:
+
+../../../libs/openFrameworks/3d/of3dPrimitives.h:
+
+../../../libs/openFrameworks/3d/ofMesh.h:
+
+../../../libs/openFrameworks/gl/ofGLUtils.h:
+
+../../../libs/openFrameworks/3d/ofMesh.inl:
+
+../../../libs/openFrameworks/3d/ofNode.h:
+
+../../../libs/openFrameworks/graphics/ofBitmapFont.h:
+
+../../../libs/openFrameworks/graphics/ofPixels.h:
+
+../../../libs/openFrameworks/graphics/ofGraphics.h:
+
+../../../libs/openFrameworks/utils/ofMatrixStack.h:
+
+../../../libs/openFrameworks/graphics/ofPath.h:
+
+../../../libs/openFrameworks/gl/ofVboMesh.h:
+
+../../../libs/openFrameworks/gl/ofVbo.h:
+
+../../../libs/openFrameworks/gl/ofBufferObject.h:
+
+../../../libs/openFrameworks/graphics/ofTessellator.h:
+
+../../../libs/openFrameworks/gl/ofLight.h:
+
+../../../libs/openFrameworks/gl/ofMaterial.h:
+
+../../../libs/openFrameworks/gl/ofShader.h:
+
+../../../libs/openFrameworks/graphics/ofCairoRenderer.h:
+
+../../../libs/cairo/include/cairo/cairo.h:
+
+../../../libs/cairo/include/cairo/cairo-version.h:
+
+../../../libs/cairo/include/cairo/cairo-features.h:
+
+../../../libs/cairo/include/cairo/cairo-deprecated.h:
+
+../../../libs/openFrameworks/graphics/ofImage.h:
+
+../../../libs/openFrameworks/graphics/ofRendererCollection.h:
+
+../../../libs/openFrameworks/graphics/ofTrueTypeFont.h:
+
+../../../libs/openFrameworks/app/ofBaseApp.h:
+
+../../../libs/openFrameworks/sound/ofSoundBaseTypes.h:
+
+../../../libs/openFrameworks/app/ofAppBaseWindow.h:
+
+../../../libs/openFrameworks/app/ofAppGLFWWindow.h:
+
+../../../libs/openFrameworks/app/ofAppGlutWindow.h:
+
+../../../libs/openFrameworks/sound/ofSoundStream.h:
+
+../../../libs/openFrameworks/sound/ofSoundPlayer.h:
+
+../../../libs/openFrameworks/sound/ofFmodSoundPlayer.h:
+
+../../../libs/fmodex/include/fmod.h:
+
+../../../libs/fmodex/include/fmod_codec.h:
+
+../../../libs/fmodex/include/fmod_dsp.h:
+
+../../../libs/fmodex/include/fmod_memoryinfo.h:
+
+../../../libs/fmodex/include/fmod_errors.h:
+
+../../../libs/openFrameworks/sound/ofSoundBuffer.h:
+
+../../../libs/openFrameworks/video/ofVideoGrabber.h:
+
+../../../libs/openFrameworks/video/ofVideoBaseTypes.h:
+
+../../../libs/openFrameworks/video/ofAVFoundationGrabber.h:
+
+../../../libs/openFrameworks/video/ofVideoPlayer.h:
+
+../../../libs/openFrameworks/video/ofAVFoundationPlayer.h:
+
+../../../libs/openFrameworks/video/ofAVFoundationVideoPlayer.h:
+
+../../../libs/openFrameworks/3d/of3dUtils.h:
+
+../../../libs/openFrameworks/3d/ofCamera.h:
+
+../../../libs/openFrameworks/3d/ofEasyCam.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/DoGExample/src/ofApp.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/ofxFilterLibrary.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/TiltShiftFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GaussianBlurFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3PingPongFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractPingPongRenderer.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3TextureSamplingFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParametricObject.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterV.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/AbstractParameter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterF.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterI.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterT.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter4f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterMatrix4f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2fv.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3fv.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/KuwaharaFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ToonFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BloomFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SmoothToonFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/FilterChain.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CGAColorspaceFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LookupFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/VoronoiFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/VignetteFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PerlinPixellationFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PixelateFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EmbossFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3ConvolutionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BilateralFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ZoomBlurFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ErosionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DilationFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/XYDerivativeFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SobelEdgeDetectionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GrayscaleFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HarrisCornerDetectionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ThresholdedNonMaximumSuppressionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CornerDetectionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorPackingFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LowPassFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DissolveBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractTwoInputFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AverageColorFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/MotionDetectionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SketchFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/MultiplyBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EdgeTangentFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BrightnessFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SaturationFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HueFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GammaFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ContrastFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AlphaBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AdditiveBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/NormalBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DarkenBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorBurnFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ChromaKeyBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PoissonBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractTwoInputCrossTextureSamplingFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ExclusionBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PosterizeFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LaplacianFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GradientMapFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DisplacementFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DoGFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DirectionalDoGFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractDoGFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/FlowDoGFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EdgeTangentSmoothingFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HalftoneFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CrosshatchFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AlphaMaskFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/DoGExample/src/LineDrawingAlphaFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/DoGExample/src/SketchDoGFilter.h:
diff --git a/DoGExample/obj/osx/Release/src/main.o b/DoGExample/obj/osx/Release/src/main.o
new file mode 100644
index 0000000..908e68b
Binary files /dev/null and b/DoGExample/obj/osx/Release/src/main.o differ
diff --git a/DoGExample/obj/osx/Release/src/ofApp.d b/DoGExample/obj/osx/Release/src/ofApp.d
new file mode 100644
index 0000000..4aceb28
--- /dev/null
+++ b/DoGExample/obj/osx/Release/src/ofApp.d
@@ -0,0 +1,2402 @@
+obj/osx/Release/src/ofApp.o: \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/DoGExample/src/ofApp.cpp \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/DoGExample/src/ofApp.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/ofxFilterLibrary.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/TiltShiftFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GaussianBlurFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3PingPongFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractPingPongRenderer.h \
+ ../../../libs/openFrameworks/ofMain.h \
+ ../../../libs/openFrameworks/utils/ofConstants.h \
+ ../../../libs/glew/include/GL/glew.h \
+ ../../../libs/tess2/include/tesselator.h \
+ ../../../libs/openFrameworks/utils/ofFileUtils.h \
+ ../../../libs/boost/include/boost/filesystem.hpp \
+ ../../../libs/boost/include/boost/filesystem/config.hpp \
+ ../../../libs/boost/include/boost/config.hpp \
+ ../../../libs/boost/include/boost/config/user.hpp \
+ ../../../libs/boost/include/boost/config/select_compiler_config.hpp \
+ ../../../libs/boost/include/boost/config/compiler/clang.hpp \
+ ../../../libs/boost/include/boost/config/select_stdlib_config.hpp \
+ ../../../libs/boost/include/boost/config/stdlib/libcpp.hpp \
+ ../../../libs/boost/include/boost/config/select_platform_config.hpp \
+ ../../../libs/boost/include/boost/config/platform/macos.hpp \
+ ../../../libs/boost/include/boost/config/posix_features.hpp \
+ ../../../libs/boost/include/boost/config/suffix.hpp \
+ ../../../libs/boost/include/boost/system/api_config.hpp \
+ ../../../libs/boost/include/boost/detail/workaround.hpp \
+ ../../../libs/boost/include/boost/config/auto_link.hpp \
+ ../../../libs/boost/include/boost/filesystem/path.hpp \
+ ../../../libs/boost/include/boost/filesystem/path_traits.hpp \
+ ../../../libs/boost/include/boost/utility/enable_if.hpp \
+ ../../../libs/boost/include/boost/core/enable_if.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_array.hpp \
+ ../../../libs/boost/include/boost/type_traits/integral_constant.hpp \
+ ../../../libs/boost/include/boost/type_traits/decay.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_function.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_lvalue_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_rvalue_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/detail/config.hpp \
+ ../../../libs/boost/include/boost/version.hpp \
+ ../../../libs/boost/include/boost/type_traits/detail/is_function_ptr_helper.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_bounds.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_extent.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_cv.hpp \
+ ../../../libs/boost/include/boost/system/error_code.hpp \
+ ../../../libs/boost/include/boost/system/config.hpp \
+ ../../../libs/boost/include/boost/predef/platform.h \
+ ../../../libs/boost/include/boost/predef/platform/mingw.h \
+ ../../../libs/boost/include/boost/predef/version_number.h \
+ ../../../libs/boost/include/boost/predef/make.h \
+ ../../../libs/boost/include/boost/predef/detail/test.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_desktop.h \
+ ../../../libs/boost/include/boost/predef/os/windows.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_store.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_phone.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_runtime.h \
+ ../../../libs/boost/include/boost/cstdint.hpp \
+ ../../../libs/boost/include/boost/assert.hpp \
+ ../../../libs/boost/include/boost/noncopyable.hpp \
+ ../../../libs/boost/include/boost/core/noncopyable.hpp \
+ ../../../libs/boost/include/boost/cerrno.hpp \
+ ../../../libs/boost/include/boost/config/abi_prefix.hpp \
+ ../../../libs/boost/include/boost/config/abi_suffix.hpp \
+ ../../../libs/boost/include/boost/system/system_error.hpp \
+ ../../../libs/boost/include/boost/iterator/iterator_facade.hpp \
+ ../../../libs/boost/include/boost/iterator.hpp \
+ ../../../libs/boost/include/boost/iterator/interoperable.hpp \
+ ../../../libs/boost/include/boost/mpl/bool.hpp \
+ ../../../libs/boost/include/boost/mpl/bool_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/adl_barrier.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/adl.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/msvc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/intel.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/gcc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/workaround.hpp \
+ ../../../libs/boost/include/boost/mpl/integral_c_tag.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/static_constant.hpp \
+ ../../../libs/boost/include/boost/mpl/or.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/use_preprocessed.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/nested_type_wknd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na_spec.hpp \
+ ../../../libs/boost/include/boost/mpl/lambda_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/void_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/ctps.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/ttp.hpp \
+ ../../../libs/boost/include/boost/mpl/int.hpp \
+ ../../../libs/boost/include/boost/mpl/int_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/nttp_decl.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/nttp.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/integral_wrapper.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/static_cast.hpp \
+ ../../../libs/boost/include/boost/preprocessor/cat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/config/config.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/lambda_arity_param.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/template_arity_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/arity.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/dtp.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/params.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/preprocessor.hpp \
+ ../../../libs/boost/include/boost/preprocessor/comma_if.hpp \
+ ../../../libs/boost/include/boost/preprocessor/punctuation/comma_if.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/if.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/iif.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/bool.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/empty.hpp \
+ ../../../libs/boost/include/boost/preprocessor/punctuation/comma.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repeat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repetition/repeat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/debug/error.hpp \
+ ../../../libs/boost/include/boost/preprocessor/detail/auto_rec.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/eat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/inc.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/inc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/enum.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp \
+ ../../../libs/boost/include/boost/mpl/limits/arity.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/and.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/bitand.hpp \
+ ../../../libs/boost/include/boost/preprocessor/identity.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/identity.hpp \
+ ../../../libs/boost/include/boost/preprocessor/empty.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/add.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/dec.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/while.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/fold_left.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/detail/fold_left.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/expr_iif.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/adt.hpp \
+ ../../../libs/boost/include/boost/preprocessor/detail/is_binary.hpp \
+ ../../../libs/boost/include/boost/preprocessor/detail/check.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/compl.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/fold_right.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/detail/fold_right.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/reverse.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/detail/while.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/elem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/expand.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/overload.hpp \
+ ../../../libs/boost/include/boost/preprocessor/variadic/size.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/rem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/detail/is_single_return.hpp \
+ ../../../libs/boost/include/boost/preprocessor/variadic/elem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/sub.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/eti.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/overload_resolution.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/lambda_support.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/include_preprocessed.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/compiler.hpp \
+ ../../../libs/boost/include/boost/preprocessor/stringize.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/or.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_convertible.hpp \
+ ../../../libs/boost/include/boost/type_traits/intrinsics.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/config_def.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/config_undef.hpp \
+ ../../../libs/boost/include/boost/iterator/iterator_traits.hpp \
+ ../../../libs/boost/include/boost/detail/iterator.hpp \
+ ../../../libs/boost/include/boost/iterator/iterator_categories.hpp \
+ ../../../libs/boost/include/boost/mpl/eval_if.hpp \
+ ../../../libs/boost/include/boost/mpl/if.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/value_wknd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/integral.hpp \
+ ../../../libs/boost/include/boost/mpl/identity.hpp \
+ ../../../libs/boost/include/boost/mpl/placeholders.hpp \
+ ../../../libs/boost/include/boost/mpl/arg.hpp \
+ ../../../libs/boost/include/boost/mpl/arg_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na_assert.hpp \
+ ../../../libs/boost/include/boost/mpl/assert.hpp \
+ ../../../libs/boost/include/boost/mpl/not.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/yes_no.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/arrays.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/gpu.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/pp_counter.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/arity_spec.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/arg_typedef.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp \
+ ../../../libs/boost/include/boost/static_assert.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/facade_iterator_category.hpp \
+ ../../../libs/boost/include/boost/mpl/and.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/and.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_same.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_const.hpp \
+ ../../../libs/boost/include/boost/detail/indirect_traits.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_class.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_volatile.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_member_function_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_member_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_pointer.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/enable_if.hpp \
+ ../../../libs/boost/include/boost/utility/addressof.hpp \
+ ../../../libs/boost/include/boost/core/addressof.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_const.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_lvalue_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_const.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_pod.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_void.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_scalar.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_arithmetic.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_integral.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_floating_point.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_enum.hpp \
+ ../../../libs/boost/include/boost/mpl/always.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/default_params.hpp \
+ ../../../libs/boost/include/boost/mpl/apply.hpp \
+ ../../../libs/boost/include/boost/mpl/apply_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/apply_wrap.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/has_apply.hpp \
+ ../../../libs/boost/include/boost/mpl/has_xxx.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/type_wrapper.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/has_xxx.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/msvc_typename.hpp \
+ ../../../libs/boost/include/boost/preprocessor/array/elem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/array/data.hpp \
+ ../../../libs/boost/include/boost/preprocessor/array/size.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repetition/enum_params.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repetition/enum_trailing_params.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/has_apply.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/msvc_never_true.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp \
+ ../../../libs/boost/include/boost/mpl/lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/bind.hpp \
+ ../../../libs/boost/include/boost/mpl/bind_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/bind.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/next.hpp \
+ ../../../libs/boost/include/boost/mpl/next_prior.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/common_name_wknd.hpp \
+ ../../../libs/boost/include/boost/mpl/protect.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/full_lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/quote.hpp \
+ ../../../libs/boost/include/boost/mpl/void.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/has_type.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/bcc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/quote.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/template_arity.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply.hpp \
+ ../../../libs/boost/include/boost/shared_ptr.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/shared_ptr.hpp \
+ ../../../libs/boost/include/boost/config/no_tr1/memory.hpp \
+ ../../../libs/boost/include/boost/checked_delete.hpp \
+ ../../../libs/boost/include/boost/core/checked_delete.hpp \
+ ../../../libs/boost/include/boost/throw_exception.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/shared_count.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/bad_weak_ptr.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_has_sync.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp \
+ ../../../libs/boost/include/boost/detail/sp_typeinfo.hpp \
+ ../../../libs/boost/include/boost/core/typeinfo.hpp \
+ ../../../libs/boost/include/boost/core/demangle.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_impl.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_disable_deprecated.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_convertible.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_nullptr_t.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_noexcept.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/spinlock_pool.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/spinlock.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/spinlock_std_atomic.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/yield_k.hpp \
+ ../../../libs/boost/include/boost/predef.h \
+ ../../../libs/boost/include/boost/predef/language.h \
+ ../../../libs/boost/include/boost/predef/language/stdc.h \
+ ../../../libs/boost/include/boost/predef/language/stdcpp.h \
+ ../../../libs/boost/include/boost/predef/language/objc.h \
+ ../../../libs/boost/include/boost/predef/architecture.h \
+ ../../../libs/boost/include/boost/predef/architecture/alpha.h \
+ ../../../libs/boost/include/boost/predef/architecture/arm.h \
+ ../../../libs/boost/include/boost/predef/architecture/blackfin.h \
+ ../../../libs/boost/include/boost/predef/architecture/convex.h \
+ ../../../libs/boost/include/boost/predef/architecture/ia64.h \
+ ../../../libs/boost/include/boost/predef/architecture/m68k.h \
+ ../../../libs/boost/include/boost/predef/architecture/mips.h \
+ ../../../libs/boost/include/boost/predef/architecture/parisc.h \
+ ../../../libs/boost/include/boost/predef/architecture/ppc.h \
+ ../../../libs/boost/include/boost/predef/architecture/pyramid.h \
+ ../../../libs/boost/include/boost/predef/architecture/rs6k.h \
+ ../../../libs/boost/include/boost/predef/architecture/sparc.h \
+ ../../../libs/boost/include/boost/predef/architecture/superh.h \
+ ../../../libs/boost/include/boost/predef/architecture/sys370.h \
+ ../../../libs/boost/include/boost/predef/architecture/sys390.h \
+ ../../../libs/boost/include/boost/predef/architecture/x86.h \
+ ../../../libs/boost/include/boost/predef/architecture/x86/32.h \
+ ../../../libs/boost/include/boost/predef/architecture/x86/64.h \
+ ../../../libs/boost/include/boost/predef/architecture/z.h \
+ ../../../libs/boost/include/boost/predef/compiler.h \
+ ../../../libs/boost/include/boost/predef/compiler/borland.h \
+ ../../../libs/boost/include/boost/predef/compiler/clang.h \
+ ../../../libs/boost/include/boost/predef/detail/comp_detected.h \
+ ../../../libs/boost/include/boost/predef/compiler/comeau.h \
+ ../../../libs/boost/include/boost/predef/compiler/compaq.h \
+ ../../../libs/boost/include/boost/predef/compiler/diab.h \
+ ../../../libs/boost/include/boost/predef/compiler/digitalmars.h \
+ ../../../libs/boost/include/boost/predef/compiler/dignus.h \
+ ../../../libs/boost/include/boost/predef/compiler/edg.h \
+ ../../../libs/boost/include/boost/predef/compiler/ekopath.h \
+ ../../../libs/boost/include/boost/predef/compiler/gcc_xml.h \
+ ../../../libs/boost/include/boost/predef/compiler/gcc.h \
+ ../../../libs/boost/include/boost/predef/compiler/greenhills.h \
+ ../../../libs/boost/include/boost/predef/compiler/hp_acc.h \
+ ../../../libs/boost/include/boost/predef/compiler/iar.h \
+ ../../../libs/boost/include/boost/predef/compiler/ibm.h \
+ ../../../libs/boost/include/boost/predef/compiler/intel.h \
+ ../../../libs/boost/include/boost/predef/compiler/kai.h \
+ ../../../libs/boost/include/boost/predef/compiler/llvm.h \
+ ../../../libs/boost/include/boost/predef/compiler/metaware.h \
+ ../../../libs/boost/include/boost/predef/compiler/metrowerks.h \
+ ../../../libs/boost/include/boost/predef/compiler/microtec.h \
+ ../../../libs/boost/include/boost/predef/compiler/mpw.h \
+ ../../../libs/boost/include/boost/predef/compiler/palm.h \
+ ../../../libs/boost/include/boost/predef/compiler/pgi.h \
+ ../../../libs/boost/include/boost/predef/compiler/sgi_mipspro.h \
+ ../../../libs/boost/include/boost/predef/compiler/sunpro.h \
+ ../../../libs/boost/include/boost/predef/compiler/tendra.h \
+ ../../../libs/boost/include/boost/predef/compiler/visualc.h \
+ ../../../libs/boost/include/boost/predef/compiler/watcom.h \
+ ../../../libs/boost/include/boost/predef/library.h \
+ ../../../libs/boost/include/boost/predef/library/c.h \
+ ../../../libs/boost/include/boost/predef/library/c/_prefix.h \
+ ../../../libs/boost/include/boost/predef/detail/_cassert.h \
+ ../../../libs/boost/include/boost/predef/library/c/gnu.h \
+ ../../../libs/boost/include/boost/predef/library/c/uc.h \
+ ../../../libs/boost/include/boost/predef/library/c/vms.h \
+ ../../../libs/boost/include/boost/predef/library/c/zos.h \
+ ../../../libs/boost/include/boost/predef/library/std.h \
+ ../../../libs/boost/include/boost/predef/library/std/_prefix.h \
+ ../../../libs/boost/include/boost/predef/detail/_exception.h \
+ ../../../libs/boost/include/boost/predef/library/std/cxx.h \
+ ../../../libs/boost/include/boost/predef/library/std/dinkumware.h \
+ ../../../libs/boost/include/boost/predef/library/std/libcomo.h \
+ ../../../libs/boost/include/boost/predef/library/std/modena.h \
+ ../../../libs/boost/include/boost/predef/library/std/msl.h \
+ ../../../libs/boost/include/boost/predef/library/std/roguewave.h \
+ ../../../libs/boost/include/boost/predef/library/std/sgi.h \
+ ../../../libs/boost/include/boost/predef/library/std/stdcpp3.h \
+ ../../../libs/boost/include/boost/predef/library/std/stlport.h \
+ ../../../libs/boost/include/boost/predef/library/std/vacpp.h \
+ ../../../libs/boost/include/boost/predef/os.h \
+ ../../../libs/boost/include/boost/predef/os/aix.h \
+ ../../../libs/boost/include/boost/predef/os/amigaos.h \
+ ../../../libs/boost/include/boost/predef/os/android.h \
+ ../../../libs/boost/include/boost/predef/os/beos.h \
+ ../../../libs/boost/include/boost/predef/os/bsd.h \
+ ../../../libs/boost/include/boost/predef/os/macos.h \
+ ../../../libs/boost/include/boost/predef/os/ios.h \
+ ../../../libs/boost/include/boost/predef/detail/os_detected.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/bsdi.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/dragonfly.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/free.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/open.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/net.h \
+ ../../../libs/boost/include/boost/predef/os/cygwin.h \
+ ../../../libs/boost/include/boost/predef/os/haiku.h \
+ ../../../libs/boost/include/boost/predef/os/hpux.h \
+ ../../../libs/boost/include/boost/predef/os/irix.h \
+ ../../../libs/boost/include/boost/predef/os/linux.h \
+ ../../../libs/boost/include/boost/predef/os/os400.h \
+ ../../../libs/boost/include/boost/predef/os/qnxnto.h \
+ ../../../libs/boost/include/boost/predef/os/solaris.h \
+ ../../../libs/boost/include/boost/predef/os/unix.h \
+ ../../../libs/boost/include/boost/predef/os/vms.h \
+ ../../../libs/boost/include/boost/predef/other.h \
+ ../../../libs/boost/include/boost/predef/other/endian.h \
+ ../../../libs/boost/include/boost/predef/hardware.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86/versions.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86_amd.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86_amd/versions.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/arm.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/arm/versions.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/ppc.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/ppc/versions.h \
+ ../../../libs/boost/include/boost/predef/version.h \
+ ../../../libs/boost/include/boost/smart_ptr/detail/operator_bool.hpp \
+ ../../../libs/boost/include/boost/io/detail/quoted_manip.hpp \
+ ../../../libs/boost/include/boost/io/ios_state.hpp \
+ ../../../libs/boost/include/boost/io_fwd.hpp \
+ ../../../libs/boost/include/boost/functional/hash_fwd.hpp \
+ ../../../libs/boost/include/boost/functional/hash/hash_fwd.hpp \
+ ../../../libs/boost/include/boost/filesystem/operations.hpp \
+ ../../../libs/boost/include/boost/detail/scoped_enum_emulation.hpp \
+ ../../../libs/boost/include/boost/core/scoped_enum.hpp \
+ ../../../libs/boost/include/boost/detail/bitmask.hpp \
+ ../../../libs/boost/include/boost/range/mutable_iterator.hpp \
+ ../../../libs/boost/include/boost/range/config.hpp \
+ ../../../libs/boost/include/boost/range/range_fwd.hpp \
+ ../../../libs/boost/include/boost/range/detail/extract_optional_type.hpp \
+ ../../../libs/boost/include/boost/range/detail/msvc_has_iterator_workaround.hpp \
+ ../../../libs/boost/include/boost/range/const_iterator.hpp \
+ ../../../libs/boost/include/boost/filesystem/convenience.hpp \
+ ../../../libs/boost/include/boost/filesystem/string_file.hpp \
+ ../../../libs/boost/include/boost/filesystem/fstream.hpp \
+ ../../../libs/openFrameworks/utils/ofLog.h \
+ ../../../libs/openFrameworks/utils/ofSystemUtils.h \
+ ../../../libs/openFrameworks/utils/ofURLFileLoader.h \
+ ../../../libs/openFrameworks/events/ofEvents.h \
+ ../../../libs/openFrameworks/events/ofEventUtils.h \
+ ../../../libs/openFrameworks/events/ofEvent.h \
+ ../../../libs/openFrameworks/utils/ofTimer.h \
+ ../../../libs/openFrameworks/utils/ofUtils.h \
+ ../../../libs/utf8/include/utf8.h \
+ ../../../libs/utf8/include/utf8/checked.h \
+ ../../../libs/utf8/include/utf8/core.h \
+ ../../../libs/utf8/include/utf8/unchecked.h \
+ ../../../libs/openFrameworks/utils/ofFpsCounter.h \
+ ../../../libs/glm/include/glm/vec2.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec2.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec.hpp \
+ ../../../libs/glm/include/glm/detail/precision.hpp \
+ ../../../libs/glm/include/glm/detail/setup.hpp \
+ ../../../libs/glm/include/glm/detail/../simd/platform.h \
+ ../../../libs/glm/include/glm/detail/type_int.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec2.inl \
+ ../../../libs/openFrameworks/utils/ofThread.h \
+ ../../../libs/openFrameworks/utils/ofThreadChannel.h \
+ ../../../libs/openFrameworks/utils/ofJson.h \
+ ../../../libs/json/include/json.hpp \
+ ../../../libs/openFrameworks/types/ofParameter.h \
+ ../../../libs/openFrameworks/types/ofPoint.h \
+ ../../../libs/openFrameworks/math/ofVec3f.h \
+ ../../../libs/openFrameworks/math/ofVec2f.h \
+ ../../../libs/openFrameworks/math/ofMathConstants.h \
+ ../../../libs/glm/include/glm/fwd.hpp \
+ ../../../libs/glm/include/glm/detail/type_float.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat.hpp \
+ ../../../libs/openFrameworks/math/ofVec4f.h \
+ ../../../libs/glm/include/glm/vec4.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec4.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec4.inl \
+ ../../../libs/glm/include/glm/detail/type_vec4_simd.inl \
+ ../../../libs/glm/include/glm/vec3.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec3.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec3.inl \
+ ../../../libs/openFrameworks/types/ofColor.h \
+ ../../../libs/glm/include/glm/common.hpp \
+ ../../../libs/glm/include/glm/detail/func_common.hpp \
+ ../../../libs/glm/include/glm/detail/_fixes.hpp \
+ ../../../libs/glm/include/glm/detail/func_common.inl \
+ ../../../libs/glm/include/glm/detail/func_vector_relational.hpp \
+ ../../../libs/glm/include/glm/detail/func_vector_relational.inl \
+ ../../../libs/glm/include/glm/detail/func_vector_relational_simd.inl \
+ ../../../libs/glm/include/glm/detail/_vectorize.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec1.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec1.inl \
+ ../../../libs/glm/include/glm/detail/func_common_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/common.h \
+ ../../../libs/openFrameworks/utils/ofXml.h \
+ ../../../libs/pugixml/include/pugixml.hpp \
+ ../../../libs/pugixml/include/pugiconfig.hpp \
+ ../../../libs/openFrameworks/graphics/ofGraphicsBaseTypes.h \
+ ../../../libs/openFrameworks/graphics/ofGraphicsConstants.h \
+ ../../../libs/openFrameworks/types/ofTypes.h \
+ ../../../libs/openFrameworks/types/ofRectangle.h \
+ ../../../libs/openFrameworks/types/ofParameterGroup.h \
+ ../../../libs/openFrameworks/math/ofMath.h \
+ ../../../libs/glm/include/glm/gtc/constants.hpp \
+ ../../../libs/glm/include/glm/gtc/constants.inl \
+ ../../../libs/openFrameworks/math/ofVectorMath.h \
+ ../../../libs/glm/include/glm/mat3x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x3.inl \
+ ../../../libs/glm/include/glm/detail/func_matrix.hpp \
+ ../../../libs/glm/include/glm/detail/../mat2x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x2.inl \
+ ../../../libs/glm/include/glm/detail/../mat2x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x3.inl \
+ ../../../libs/glm/include/glm/detail/../mat2x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x4.inl \
+ ../../../libs/glm/include/glm/detail/../mat3x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x2.inl \
+ ../../../libs/glm/include/glm/detail/../mat3x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x4.inl \
+ ../../../libs/glm/include/glm/detail/../mat4x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x2.inl \
+ ../../../libs/glm/include/glm/detail/../mat4x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x3.inl \
+ ../../../libs/glm/include/glm/detail/../mat4x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x4.inl \
+ ../../../libs/glm/include/glm/detail/type_mat4x4_simd.inl \
+ ../../../libs/glm/include/glm/detail/func_matrix.inl \
+ ../../../libs/glm/include/glm/detail/../geometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_geometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_geometric.inl \
+ ../../../libs/glm/include/glm/detail/func_exponential.hpp \
+ ../../../libs/glm/include/glm/detail/func_exponential.inl \
+ ../../../libs/glm/include/glm/detail/func_exponential_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/exponential.h \
+ ../../../libs/glm/include/glm/detail/func_geometric_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/geometric.h \
+ ../../../libs/glm/include/glm/detail/func_matrix_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/matrix.h \
+ ../../../libs/glm/include/glm/trigonometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_trigonometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_trigonometric.inl \
+ ../../../libs/glm/include/glm/detail/func_trigonometric_simd.inl \
+ ../../../libs/glm/include/glm/exponential.hpp \
+ ../../../libs/glm/include/glm/vector_relational.hpp \
+ ../../../libs/glm/include/glm/ext.hpp \
+ ../../../libs/glm/include/glm/glm.hpp \
+ ../../../libs/glm/include/glm/packing.hpp \
+ ../../../libs/glm/include/glm/detail/func_packing.hpp \
+ ../../../libs/glm/include/glm/detail/func_packing.inl \
+ ../../../libs/glm/include/glm/detail/type_half.hpp \
+ ../../../libs/glm/include/glm/detail/type_half.inl \
+ ../../../libs/glm/include/glm/detail/func_packing_simd.inl \
+ ../../../libs/glm/include/glm/matrix.hpp \
+ ../../../libs/glm/include/glm/integer.hpp \
+ ../../../libs/glm/include/glm/detail/func_integer.hpp \
+ ../../../libs/glm/include/glm/detail/func_integer.inl \
+ ../../../libs/glm/include/glm/detail/func_integer_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/integer.h \
+ ../../../libs/glm/include/glm/./gtc/bitfield.hpp \
+ ../../../libs/glm/include/glm/gtc/bitfield.inl \
+ ../../../libs/glm/include/glm/./gtc/color_space.hpp \
+ ../../../libs/glm/include/glm/gtc/color_space.inl \
+ ../../../libs/glm/include/glm/./gtc/epsilon.hpp \
+ ../../../libs/glm/include/glm/gtc/epsilon.inl \
+ ../../../libs/glm/include/glm/gtc/quaternion.hpp \
+ ../../../libs/glm/include/glm/gtc/quaternion.inl \
+ ../../../libs/glm/include/glm/gtc/quaternion_simd.inl \
+ ../../../libs/glm/include/glm/./gtc/functions.hpp \
+ ../../../libs/glm/include/glm/gtc/functions.inl \
+ ../../../libs/glm/include/glm/./gtc/integer.hpp \
+ ../../../libs/glm/include/glm/gtc/integer.inl \
+ ../../../libs/glm/include/glm/./gtc/matrix_access.hpp \
+ ../../../libs/glm/include/glm/gtc/matrix_access.inl \
+ ../../../libs/glm/include/glm/./gtc/matrix_integer.hpp \
+ ../../../libs/glm/include/glm/./gtc/matrix_inverse.hpp \
+ ../../../libs/glm/include/glm/gtc/matrix_inverse.inl \
+ ../../../libs/glm/include/glm/./gtc/matrix_transform.hpp \
+ ../../../libs/glm/include/glm/gtc/matrix_transform.inl \
+ ../../../libs/glm/include/glm/./gtc/noise.hpp \
+ ../../../libs/glm/include/glm/gtc/../detail/_noise.hpp \
+ ../../../libs/glm/include/glm/gtc/noise.inl \
+ ../../../libs/glm/include/glm/./gtc/packing.hpp \
+ ../../../libs/glm/include/glm/gtc/type_precision.hpp \
+ ../../../libs/glm/include/glm/gtc/../gtc/vec1.hpp \
+ ../../../libs/glm/include/glm/gtc/vec1.inl \
+ ../../../libs/glm/include/glm/gtc/type_precision.inl \
+ ../../../libs/glm/include/glm/gtc/packing.inl \
+ ../../../libs/glm/include/glm/./gtc/random.hpp \
+ ../../../libs/glm/include/glm/gtc/random.inl \
+ ../../../libs/glm/include/glm/./gtc/reciprocal.hpp \
+ ../../../libs/glm/include/glm/gtc/reciprocal.inl \
+ ../../../libs/glm/include/glm/./gtc/round.hpp \
+ ../../../libs/glm/include/glm/gtc/round.inl \
+ ../../../libs/glm/include/glm/./gtc/type_ptr.hpp \
+ ../../../libs/glm/include/glm/gtc/type_ptr.inl \
+ ../../../libs/glm/include/glm/./gtc/ulp.hpp \
+ ../../../libs/glm/include/glm/gtc/ulp.inl \
+ ../../../libs/glm/include/glm/./gtc/type_aligned.hpp \
+ ../../../libs/glm/include/glm/./gtx/associated_min_max.hpp \
+ ../../../libs/glm/include/glm/gtx/associated_min_max.inl \
+ ../../../libs/glm/include/glm/./gtx/bit.hpp \
+ ../../../libs/glm/include/glm/gtx/bit.inl \
+ ../../../libs/glm/include/glm/./gtx/closest_point.hpp \
+ ../../../libs/glm/include/glm/gtx/closest_point.inl \
+ ../../../libs/glm/include/glm/./gtx/color_space.hpp \
+ ../../../libs/glm/include/glm/gtx/color_space.inl \
+ ../../../libs/glm/include/glm/./gtx/color_space_YCoCg.hpp \
+ ../../../libs/glm/include/glm/gtx/color_space_YCoCg.inl \
+ ../../../libs/glm/include/glm/./gtx/compatibility.hpp \
+ ../../../libs/glm/include/glm/gtx/compatibility.inl \
+ ../../../libs/glm/include/glm/./gtx/component_wise.hpp \
+ ../../../libs/glm/include/glm/gtx/component_wise.inl \
+ ../../../libs/glm/include/glm/./gtx/dual_quaternion.hpp \
+ ../../../libs/glm/include/glm/gtx/dual_quaternion.inl \
+ ../../../libs/glm/include/glm/./gtx/euler_angles.hpp \
+ ../../../libs/glm/include/glm/gtx/euler_angles.inl \
+ ../../../libs/glm/include/glm/./gtx/extend.hpp \
+ ../../../libs/glm/include/glm/gtx/extend.inl \
+ ../../../libs/glm/include/glm/./gtx/extended_min_max.hpp \
+ ../../../libs/glm/include/glm/gtx/extended_min_max.inl \
+ ../../../libs/glm/include/glm/./gtx/fast_exponential.hpp \
+ ../../../libs/glm/include/glm/gtx/fast_exponential.inl \
+ ../../../libs/glm/include/glm/./gtx/fast_square_root.hpp \
+ ../../../libs/glm/include/glm/gtx/fast_square_root.inl \
+ ../../../libs/glm/include/glm/./gtx/fast_trigonometry.hpp \
+ ../../../libs/glm/include/glm/gtx/fast_trigonometry.inl \
+ ../../../libs/glm/include/glm/./gtx/gradient_paint.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/optimum_pow.hpp \
+ ../../../libs/glm/include/glm/gtx/optimum_pow.inl \
+ ../../../libs/glm/include/glm/gtx/gradient_paint.inl \
+ ../../../libs/glm/include/glm/./gtx/handed_coordinate_space.hpp \
+ ../../../libs/glm/include/glm/gtx/handed_coordinate_space.inl \
+ ../../../libs/glm/include/glm/./gtx/integer.hpp \
+ ../../../libs/glm/include/glm/gtx/integer.inl \
+ ../../../libs/glm/include/glm/./gtx/intersect.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/vector_query.hpp \
+ ../../../libs/glm/include/glm/gtx/vector_query.inl \
+ ../../../libs/glm/include/glm/gtx/intersect.inl \
+ ../../../libs/glm/include/glm/./gtx/log_base.hpp \
+ ../../../libs/glm/include/glm/gtx/log_base.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_cross_product.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_cross_product.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_interpolation.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_interpolation.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_major_storage.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_major_storage.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_operation.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_operation.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_query.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_query.inl \
+ ../../../libs/glm/include/glm/./gtx/mixed_product.hpp \
+ ../../../libs/glm/include/glm/gtx/mixed_product.inl \
+ ../../../libs/glm/include/glm/./gtx/norm.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/quaternion.hpp \
+ ../../../libs/glm/include/glm/gtx/quaternion.inl \
+ ../../../libs/glm/include/glm/gtx/norm.inl \
+ ../../../libs/glm/include/glm/./gtx/normal.hpp \
+ ../../../libs/glm/include/glm/gtx/normal.inl \
+ ../../../libs/glm/include/glm/./gtx/normalize_dot.hpp \
+ ../../../libs/glm/include/glm/gtx/normalize_dot.inl \
+ ../../../libs/glm/include/glm/./gtx/number_precision.hpp \
+ ../../../libs/glm/include/glm/gtx/number_precision.inl \
+ ../../../libs/glm/include/glm/./gtx/orthonormalize.hpp \
+ ../../../libs/glm/include/glm/gtx/orthonormalize.inl \
+ ../../../libs/glm/include/glm/./gtx/perpendicular.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/projection.hpp \
+ ../../../libs/glm/include/glm/gtx/projection.inl \
+ ../../../libs/glm/include/glm/gtx/perpendicular.inl \
+ ../../../libs/glm/include/glm/./gtx/polar_coordinates.hpp \
+ ../../../libs/glm/include/glm/gtx/polar_coordinates.inl \
+ ../../../libs/glm/include/glm/./gtx/raw_data.hpp \
+ ../../../libs/glm/include/glm/gtx/raw_data.inl \
+ ../../../libs/glm/include/glm/./gtx/rotate_vector.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/transform.hpp \
+ ../../../libs/glm/include/glm/gtx/transform.inl \
+ ../../../libs/glm/include/glm/gtx/rotate_vector.inl \
+ ../../../libs/glm/include/glm/./gtx/spline.hpp \
+ ../../../libs/glm/include/glm/gtx/spline.inl \
+ ../../../libs/glm/include/glm/./gtx/std_based_type.hpp \
+ ../../../libs/glm/include/glm/gtx/std_based_type.inl \
+ ../../../libs/glm/include/glm/./gtx/string_cast.hpp \
+ ../../../libs/glm/include/glm/gtx/string_cast.inl \
+ ../../../libs/glm/include/glm/./gtx/transform2.hpp \
+ ../../../libs/glm/include/glm/gtx/transform2.inl \
+ ../../../libs/glm/include/glm/./gtx/vector_angle.hpp \
+ ../../../libs/glm/include/glm/gtx/vector_angle.inl \
+ ../../../libs/glm/include/glm/./gtx/wrap.hpp \
+ ../../../libs/glm/include/glm/gtx/wrap.inl \
+ ../../../libs/glm/include/glm/./gtx/scalar_multiplication.hpp \
+ ../../../libs/glm/include/glm/./gtx/range.hpp \
+ ../../../libs/openFrameworks/math/ofMatrix3x3.h \
+ ../../../libs/openFrameworks/math/ofMatrix4x4.h \
+ ../../../libs/openFrameworks/math/ofQuaternion.h \
+ ../../../libs/openFrameworks/communication/ofSerial.h \
+ ../../../libs/openFrameworks/communication/ofArduino.h \
+ ../../../libs/openFrameworks/gl/ofFbo.h \
+ ../../../libs/openFrameworks/gl/ofTexture.h \
+ ../../../libs/openFrameworks/gl/ofGLBaseTypes.h \
+ ../../../libs/openFrameworks/gl/ofGLRenderer.h \
+ ../../../libs/openFrameworks/graphics/ofPolyline.h \
+ ../../../libs/openFrameworks/graphics/ofPolyline.inl \
+ ../../../libs/openFrameworks/app/ofAppRunner.h \
+ ../../../libs/openFrameworks/app/ofWindowSettings.h \
+ ../../../libs/openFrameworks/app/ofMainLoop.h \
+ ../../../libs/openFrameworks/graphics/of3dGraphics.h \
+ ../../../libs/openFrameworks/3d/of3dPrimitives.h \
+ ../../../libs/openFrameworks/3d/ofMesh.h \
+ ../../../libs/openFrameworks/gl/ofGLUtils.h \
+ ../../../libs/openFrameworks/3d/ofMesh.inl \
+ ../../../libs/openFrameworks/3d/ofNode.h \
+ ../../../libs/openFrameworks/graphics/ofBitmapFont.h \
+ ../../../libs/openFrameworks/graphics/ofPixels.h \
+ ../../../libs/openFrameworks/graphics/ofGraphics.h \
+ ../../../libs/openFrameworks/utils/ofMatrixStack.h \
+ ../../../libs/openFrameworks/graphics/ofPath.h \
+ ../../../libs/openFrameworks/gl/ofVboMesh.h \
+ ../../../libs/openFrameworks/gl/ofVbo.h \
+ ../../../libs/openFrameworks/gl/ofBufferObject.h \
+ ../../../libs/openFrameworks/graphics/ofTessellator.h \
+ ../../../libs/openFrameworks/gl/ofLight.h \
+ ../../../libs/openFrameworks/gl/ofMaterial.h \
+ ../../../libs/openFrameworks/gl/ofShader.h \
+ ../../../libs/openFrameworks/graphics/ofCairoRenderer.h \
+ ../../../libs/cairo/include/cairo/cairo.h \
+ ../../../libs/cairo/include/cairo/cairo-version.h \
+ ../../../libs/cairo/include/cairo/cairo-features.h \
+ ../../../libs/cairo/include/cairo/cairo-deprecated.h \
+ ../../../libs/openFrameworks/graphics/ofImage.h \
+ ../../../libs/openFrameworks/graphics/ofRendererCollection.h \
+ ../../../libs/openFrameworks/graphics/ofTrueTypeFont.h \
+ ../../../libs/openFrameworks/app/ofBaseApp.h \
+ ../../../libs/openFrameworks/sound/ofSoundBaseTypes.h \
+ ../../../libs/openFrameworks/app/ofAppBaseWindow.h \
+ ../../../libs/openFrameworks/app/ofAppGLFWWindow.h \
+ ../../../libs/openFrameworks/app/ofAppGlutWindow.h \
+ ../../../libs/openFrameworks/sound/ofSoundStream.h \
+ ../../../libs/openFrameworks/sound/ofSoundPlayer.h \
+ ../../../libs/openFrameworks/sound/ofFmodSoundPlayer.h \
+ ../../../libs/fmodex/include/fmod.h \
+ ../../../libs/fmodex/include/fmod_codec.h \
+ ../../../libs/fmodex/include/fmod_dsp.h \
+ ../../../libs/fmodex/include/fmod_memoryinfo.h \
+ ../../../libs/fmodex/include/fmod_errors.h \
+ ../../../libs/openFrameworks/sound/ofSoundBuffer.h \
+ ../../../libs/openFrameworks/video/ofVideoGrabber.h \
+ ../../../libs/openFrameworks/video/ofVideoBaseTypes.h \
+ ../../../libs/openFrameworks/video/ofAVFoundationGrabber.h \
+ ../../../libs/openFrameworks/video/ofVideoPlayer.h \
+ ../../../libs/openFrameworks/video/ofAVFoundationPlayer.h \
+ ../../../libs/openFrameworks/video/ofAVFoundationVideoPlayer.h \
+ ../../../libs/openFrameworks/3d/of3dUtils.h \
+ ../../../libs/openFrameworks/3d/ofCamera.h \
+ ../../../libs/openFrameworks/3d/ofEasyCam.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3TextureSamplingFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParametricObject.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterV.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/AbstractParameter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterF.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterI.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterT.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter4f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterMatrix4f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2fv.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3fv.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/KuwaharaFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ToonFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BloomFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SmoothToonFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/FilterChain.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CGAColorspaceFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LookupFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/VoronoiFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/VignetteFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PerlinPixellationFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PixelateFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EmbossFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3ConvolutionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BilateralFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ZoomBlurFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ErosionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DilationFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/XYDerivativeFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SobelEdgeDetectionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GrayscaleFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HarrisCornerDetectionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ThresholdedNonMaximumSuppressionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CornerDetectionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorPackingFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LowPassFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DissolveBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractTwoInputFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AverageColorFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/MotionDetectionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SketchFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/MultiplyBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EdgeTangentFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BrightnessFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SaturationFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HueFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GammaFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ContrastFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AlphaBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AdditiveBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/NormalBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DarkenBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorBurnFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ChromaKeyBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PoissonBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractTwoInputCrossTextureSamplingFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ExclusionBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PosterizeFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LaplacianFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GradientMapFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DisplacementFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DoGFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DirectionalDoGFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractDoGFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/FlowDoGFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EdgeTangentSmoothingFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HalftoneFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CrosshatchFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AlphaMaskFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/DoGExample/src/LineDrawingAlphaFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/DoGExample/src/SketchDoGFilter.h
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/DoGExample/src/ofApp.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/ofxFilterLibrary.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/TiltShiftFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GaussianBlurFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3PingPongFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractPingPongRenderer.h:
+
+../../../libs/openFrameworks/ofMain.h:
+
+../../../libs/openFrameworks/utils/ofConstants.h:
+
+../../../libs/glew/include/GL/glew.h:
+
+../../../libs/tess2/include/tesselator.h:
+
+../../../libs/openFrameworks/utils/ofFileUtils.h:
+
+../../../libs/boost/include/boost/filesystem.hpp:
+
+../../../libs/boost/include/boost/filesystem/config.hpp:
+
+../../../libs/boost/include/boost/config.hpp:
+
+../../../libs/boost/include/boost/config/user.hpp:
+
+../../../libs/boost/include/boost/config/select_compiler_config.hpp:
+
+../../../libs/boost/include/boost/config/compiler/clang.hpp:
+
+../../../libs/boost/include/boost/config/select_stdlib_config.hpp:
+
+../../../libs/boost/include/boost/config/stdlib/libcpp.hpp:
+
+../../../libs/boost/include/boost/config/select_platform_config.hpp:
+
+../../../libs/boost/include/boost/config/platform/macos.hpp:
+
+../../../libs/boost/include/boost/config/posix_features.hpp:
+
+../../../libs/boost/include/boost/config/suffix.hpp:
+
+../../../libs/boost/include/boost/system/api_config.hpp:
+
+../../../libs/boost/include/boost/detail/workaround.hpp:
+
+../../../libs/boost/include/boost/config/auto_link.hpp:
+
+../../../libs/boost/include/boost/filesystem/path.hpp:
+
+../../../libs/boost/include/boost/filesystem/path_traits.hpp:
+
+../../../libs/boost/include/boost/utility/enable_if.hpp:
+
+../../../libs/boost/include/boost/core/enable_if.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_array.hpp:
+
+../../../libs/boost/include/boost/type_traits/integral_constant.hpp:
+
+../../../libs/boost/include/boost/type_traits/decay.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_function.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_lvalue_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_rvalue_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/detail/config.hpp:
+
+../../../libs/boost/include/boost/version.hpp:
+
+../../../libs/boost/include/boost/type_traits/detail/is_function_ptr_helper.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_bounds.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_extent.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_cv.hpp:
+
+../../../libs/boost/include/boost/system/error_code.hpp:
+
+../../../libs/boost/include/boost/system/config.hpp:
+
+../../../libs/boost/include/boost/predef/platform.h:
+
+../../../libs/boost/include/boost/predef/platform/mingw.h:
+
+../../../libs/boost/include/boost/predef/version_number.h:
+
+../../../libs/boost/include/boost/predef/make.h:
+
+../../../libs/boost/include/boost/predef/detail/test.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_desktop.h:
+
+../../../libs/boost/include/boost/predef/os/windows.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_store.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_phone.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_runtime.h:
+
+../../../libs/boost/include/boost/cstdint.hpp:
+
+../../../libs/boost/include/boost/assert.hpp:
+
+../../../libs/boost/include/boost/noncopyable.hpp:
+
+../../../libs/boost/include/boost/core/noncopyable.hpp:
+
+../../../libs/boost/include/boost/cerrno.hpp:
+
+../../../libs/boost/include/boost/config/abi_prefix.hpp:
+
+../../../libs/boost/include/boost/config/abi_suffix.hpp:
+
+../../../libs/boost/include/boost/system/system_error.hpp:
+
+../../../libs/boost/include/boost/iterator/iterator_facade.hpp:
+
+../../../libs/boost/include/boost/iterator.hpp:
+
+../../../libs/boost/include/boost/iterator/interoperable.hpp:
+
+../../../libs/boost/include/boost/mpl/bool.hpp:
+
+../../../libs/boost/include/boost/mpl/bool_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/adl_barrier.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/adl.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/msvc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/intel.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/gcc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/workaround.hpp:
+
+../../../libs/boost/include/boost/mpl/integral_c_tag.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/static_constant.hpp:
+
+../../../libs/boost/include/boost/mpl/or.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/use_preprocessed.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/nested_type_wknd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na_spec.hpp:
+
+../../../libs/boost/include/boost/mpl/lambda_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/void_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/ctps.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/ttp.hpp:
+
+../../../libs/boost/include/boost/mpl/int.hpp:
+
+../../../libs/boost/include/boost/mpl/int_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/nttp_decl.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/nttp.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/integral_wrapper.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/static_cast.hpp:
+
+../../../libs/boost/include/boost/preprocessor/cat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/config/config.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/lambda_arity_param.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/template_arity_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/arity.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/dtp.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/params.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/preprocessor.hpp:
+
+../../../libs/boost/include/boost/preprocessor/comma_if.hpp:
+
+../../../libs/boost/include/boost/preprocessor/punctuation/comma_if.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/if.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/iif.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/bool.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/empty.hpp:
+
+../../../libs/boost/include/boost/preprocessor/punctuation/comma.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repeat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repetition/repeat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/debug/error.hpp:
+
+../../../libs/boost/include/boost/preprocessor/detail/auto_rec.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/eat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/inc.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/inc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/enum.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:
+
+../../../libs/boost/include/boost/mpl/limits/arity.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/and.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/bitand.hpp:
+
+../../../libs/boost/include/boost/preprocessor/identity.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/identity.hpp:
+
+../../../libs/boost/include/boost/preprocessor/empty.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/add.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/dec.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/while.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/fold_left.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/detail/fold_left.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/expr_iif.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/adt.hpp:
+
+../../../libs/boost/include/boost/preprocessor/detail/is_binary.hpp:
+
+../../../libs/boost/include/boost/preprocessor/detail/check.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/compl.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/fold_right.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/detail/fold_right.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/reverse.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/detail/while.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/elem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/expand.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/overload.hpp:
+
+../../../libs/boost/include/boost/preprocessor/variadic/size.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/rem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/detail/is_single_return.hpp:
+
+../../../libs/boost/include/boost/preprocessor/variadic/elem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/sub.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/eti.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/overload_resolution.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/lambda_support.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/include_preprocessed.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/compiler.hpp:
+
+../../../libs/boost/include/boost/preprocessor/stringize.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/or.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_convertible.hpp:
+
+../../../libs/boost/include/boost/type_traits/intrinsics.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/config_def.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/config_undef.hpp:
+
+../../../libs/boost/include/boost/iterator/iterator_traits.hpp:
+
+../../../libs/boost/include/boost/detail/iterator.hpp:
+
+../../../libs/boost/include/boost/iterator/iterator_categories.hpp:
+
+../../../libs/boost/include/boost/mpl/eval_if.hpp:
+
+../../../libs/boost/include/boost/mpl/if.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/value_wknd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/integral.hpp:
+
+../../../libs/boost/include/boost/mpl/identity.hpp:
+
+../../../libs/boost/include/boost/mpl/placeholders.hpp:
+
+../../../libs/boost/include/boost/mpl/arg.hpp:
+
+../../../libs/boost/include/boost/mpl/arg_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na_assert.hpp:
+
+../../../libs/boost/include/boost/mpl/assert.hpp:
+
+../../../libs/boost/include/boost/mpl/not.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/yes_no.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/arrays.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/gpu.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/pp_counter.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/arity_spec.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/arg_typedef.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:
+
+../../../libs/boost/include/boost/static_assert.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/facade_iterator_category.hpp:
+
+../../../libs/boost/include/boost/mpl/and.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/and.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_same.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_const.hpp:
+
+../../../libs/boost/include/boost/detail/indirect_traits.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_class.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_volatile.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_member_function_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_member_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_pointer.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/enable_if.hpp:
+
+../../../libs/boost/include/boost/utility/addressof.hpp:
+
+../../../libs/boost/include/boost/core/addressof.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_const.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_lvalue_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_const.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_pod.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_void.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_scalar.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_arithmetic.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_integral.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_floating_point.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_enum.hpp:
+
+../../../libs/boost/include/boost/mpl/always.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/default_params.hpp:
+
+../../../libs/boost/include/boost/mpl/apply.hpp:
+
+../../../libs/boost/include/boost/mpl/apply_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/apply_wrap.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/has_apply.hpp:
+
+../../../libs/boost/include/boost/mpl/has_xxx.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/type_wrapper.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/has_xxx.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/msvc_typename.hpp:
+
+../../../libs/boost/include/boost/preprocessor/array/elem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/array/data.hpp:
+
+../../../libs/boost/include/boost/preprocessor/array/size.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repetition/enum_params.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repetition/enum_trailing_params.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/has_apply.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/msvc_never_true.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp:
+
+../../../libs/boost/include/boost/mpl/lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/bind.hpp:
+
+../../../libs/boost/include/boost/mpl/bind_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/bind.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/next.hpp:
+
+../../../libs/boost/include/boost/mpl/next_prior.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/common_name_wknd.hpp:
+
+../../../libs/boost/include/boost/mpl/protect.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/full_lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/quote.hpp:
+
+../../../libs/boost/include/boost/mpl/void.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/has_type.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/bcc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/quote.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/template_arity.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply.hpp:
+
+../../../libs/boost/include/boost/shared_ptr.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/shared_ptr.hpp:
+
+../../../libs/boost/include/boost/config/no_tr1/memory.hpp:
+
+../../../libs/boost/include/boost/checked_delete.hpp:
+
+../../../libs/boost/include/boost/core/checked_delete.hpp:
+
+../../../libs/boost/include/boost/throw_exception.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/shared_count.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/bad_weak_ptr.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_has_sync.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp:
+
+../../../libs/boost/include/boost/detail/sp_typeinfo.hpp:
+
+../../../libs/boost/include/boost/core/typeinfo.hpp:
+
+../../../libs/boost/include/boost/core/demangle.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_impl.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_disable_deprecated.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_convertible.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_nullptr_t.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_noexcept.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/spinlock_pool.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/spinlock.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/spinlock_std_atomic.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/yield_k.hpp:
+
+../../../libs/boost/include/boost/predef.h:
+
+../../../libs/boost/include/boost/predef/language.h:
+
+../../../libs/boost/include/boost/predef/language/stdc.h:
+
+../../../libs/boost/include/boost/predef/language/stdcpp.h:
+
+../../../libs/boost/include/boost/predef/language/objc.h:
+
+../../../libs/boost/include/boost/predef/architecture.h:
+
+../../../libs/boost/include/boost/predef/architecture/alpha.h:
+
+../../../libs/boost/include/boost/predef/architecture/arm.h:
+
+../../../libs/boost/include/boost/predef/architecture/blackfin.h:
+
+../../../libs/boost/include/boost/predef/architecture/convex.h:
+
+../../../libs/boost/include/boost/predef/architecture/ia64.h:
+
+../../../libs/boost/include/boost/predef/architecture/m68k.h:
+
+../../../libs/boost/include/boost/predef/architecture/mips.h:
+
+../../../libs/boost/include/boost/predef/architecture/parisc.h:
+
+../../../libs/boost/include/boost/predef/architecture/ppc.h:
+
+../../../libs/boost/include/boost/predef/architecture/pyramid.h:
+
+../../../libs/boost/include/boost/predef/architecture/rs6k.h:
+
+../../../libs/boost/include/boost/predef/architecture/sparc.h:
+
+../../../libs/boost/include/boost/predef/architecture/superh.h:
+
+../../../libs/boost/include/boost/predef/architecture/sys370.h:
+
+../../../libs/boost/include/boost/predef/architecture/sys390.h:
+
+../../../libs/boost/include/boost/predef/architecture/x86.h:
+
+../../../libs/boost/include/boost/predef/architecture/x86/32.h:
+
+../../../libs/boost/include/boost/predef/architecture/x86/64.h:
+
+../../../libs/boost/include/boost/predef/architecture/z.h:
+
+../../../libs/boost/include/boost/predef/compiler.h:
+
+../../../libs/boost/include/boost/predef/compiler/borland.h:
+
+../../../libs/boost/include/boost/predef/compiler/clang.h:
+
+../../../libs/boost/include/boost/predef/detail/comp_detected.h:
+
+../../../libs/boost/include/boost/predef/compiler/comeau.h:
+
+../../../libs/boost/include/boost/predef/compiler/compaq.h:
+
+../../../libs/boost/include/boost/predef/compiler/diab.h:
+
+../../../libs/boost/include/boost/predef/compiler/digitalmars.h:
+
+../../../libs/boost/include/boost/predef/compiler/dignus.h:
+
+../../../libs/boost/include/boost/predef/compiler/edg.h:
+
+../../../libs/boost/include/boost/predef/compiler/ekopath.h:
+
+../../../libs/boost/include/boost/predef/compiler/gcc_xml.h:
+
+../../../libs/boost/include/boost/predef/compiler/gcc.h:
+
+../../../libs/boost/include/boost/predef/compiler/greenhills.h:
+
+../../../libs/boost/include/boost/predef/compiler/hp_acc.h:
+
+../../../libs/boost/include/boost/predef/compiler/iar.h:
+
+../../../libs/boost/include/boost/predef/compiler/ibm.h:
+
+../../../libs/boost/include/boost/predef/compiler/intel.h:
+
+../../../libs/boost/include/boost/predef/compiler/kai.h:
+
+../../../libs/boost/include/boost/predef/compiler/llvm.h:
+
+../../../libs/boost/include/boost/predef/compiler/metaware.h:
+
+../../../libs/boost/include/boost/predef/compiler/metrowerks.h:
+
+../../../libs/boost/include/boost/predef/compiler/microtec.h:
+
+../../../libs/boost/include/boost/predef/compiler/mpw.h:
+
+../../../libs/boost/include/boost/predef/compiler/palm.h:
+
+../../../libs/boost/include/boost/predef/compiler/pgi.h:
+
+../../../libs/boost/include/boost/predef/compiler/sgi_mipspro.h:
+
+../../../libs/boost/include/boost/predef/compiler/sunpro.h:
+
+../../../libs/boost/include/boost/predef/compiler/tendra.h:
+
+../../../libs/boost/include/boost/predef/compiler/visualc.h:
+
+../../../libs/boost/include/boost/predef/compiler/watcom.h:
+
+../../../libs/boost/include/boost/predef/library.h:
+
+../../../libs/boost/include/boost/predef/library/c.h:
+
+../../../libs/boost/include/boost/predef/library/c/_prefix.h:
+
+../../../libs/boost/include/boost/predef/detail/_cassert.h:
+
+../../../libs/boost/include/boost/predef/library/c/gnu.h:
+
+../../../libs/boost/include/boost/predef/library/c/uc.h:
+
+../../../libs/boost/include/boost/predef/library/c/vms.h:
+
+../../../libs/boost/include/boost/predef/library/c/zos.h:
+
+../../../libs/boost/include/boost/predef/library/std.h:
+
+../../../libs/boost/include/boost/predef/library/std/_prefix.h:
+
+../../../libs/boost/include/boost/predef/detail/_exception.h:
+
+../../../libs/boost/include/boost/predef/library/std/cxx.h:
+
+../../../libs/boost/include/boost/predef/library/std/dinkumware.h:
+
+../../../libs/boost/include/boost/predef/library/std/libcomo.h:
+
+../../../libs/boost/include/boost/predef/library/std/modena.h:
+
+../../../libs/boost/include/boost/predef/library/std/msl.h:
+
+../../../libs/boost/include/boost/predef/library/std/roguewave.h:
+
+../../../libs/boost/include/boost/predef/library/std/sgi.h:
+
+../../../libs/boost/include/boost/predef/library/std/stdcpp3.h:
+
+../../../libs/boost/include/boost/predef/library/std/stlport.h:
+
+../../../libs/boost/include/boost/predef/library/std/vacpp.h:
+
+../../../libs/boost/include/boost/predef/os.h:
+
+../../../libs/boost/include/boost/predef/os/aix.h:
+
+../../../libs/boost/include/boost/predef/os/amigaos.h:
+
+../../../libs/boost/include/boost/predef/os/android.h:
+
+../../../libs/boost/include/boost/predef/os/beos.h:
+
+../../../libs/boost/include/boost/predef/os/bsd.h:
+
+../../../libs/boost/include/boost/predef/os/macos.h:
+
+../../../libs/boost/include/boost/predef/os/ios.h:
+
+../../../libs/boost/include/boost/predef/detail/os_detected.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/bsdi.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/dragonfly.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/free.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/open.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/net.h:
+
+../../../libs/boost/include/boost/predef/os/cygwin.h:
+
+../../../libs/boost/include/boost/predef/os/haiku.h:
+
+../../../libs/boost/include/boost/predef/os/hpux.h:
+
+../../../libs/boost/include/boost/predef/os/irix.h:
+
+../../../libs/boost/include/boost/predef/os/linux.h:
+
+../../../libs/boost/include/boost/predef/os/os400.h:
+
+../../../libs/boost/include/boost/predef/os/qnxnto.h:
+
+../../../libs/boost/include/boost/predef/os/solaris.h:
+
+../../../libs/boost/include/boost/predef/os/unix.h:
+
+../../../libs/boost/include/boost/predef/os/vms.h:
+
+../../../libs/boost/include/boost/predef/other.h:
+
+../../../libs/boost/include/boost/predef/other/endian.h:
+
+../../../libs/boost/include/boost/predef/hardware.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86/versions.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86_amd.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86_amd/versions.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/arm.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/arm/versions.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/ppc.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/ppc/versions.h:
+
+../../../libs/boost/include/boost/predef/version.h:
+
+../../../libs/boost/include/boost/smart_ptr/detail/operator_bool.hpp:
+
+../../../libs/boost/include/boost/io/detail/quoted_manip.hpp:
+
+../../../libs/boost/include/boost/io/ios_state.hpp:
+
+../../../libs/boost/include/boost/io_fwd.hpp:
+
+../../../libs/boost/include/boost/functional/hash_fwd.hpp:
+
+../../../libs/boost/include/boost/functional/hash/hash_fwd.hpp:
+
+../../../libs/boost/include/boost/filesystem/operations.hpp:
+
+../../../libs/boost/include/boost/detail/scoped_enum_emulation.hpp:
+
+../../../libs/boost/include/boost/core/scoped_enum.hpp:
+
+../../../libs/boost/include/boost/detail/bitmask.hpp:
+
+../../../libs/boost/include/boost/range/mutable_iterator.hpp:
+
+../../../libs/boost/include/boost/range/config.hpp:
+
+../../../libs/boost/include/boost/range/range_fwd.hpp:
+
+../../../libs/boost/include/boost/range/detail/extract_optional_type.hpp:
+
+../../../libs/boost/include/boost/range/detail/msvc_has_iterator_workaround.hpp:
+
+../../../libs/boost/include/boost/range/const_iterator.hpp:
+
+../../../libs/boost/include/boost/filesystem/convenience.hpp:
+
+../../../libs/boost/include/boost/filesystem/string_file.hpp:
+
+../../../libs/boost/include/boost/filesystem/fstream.hpp:
+
+../../../libs/openFrameworks/utils/ofLog.h:
+
+../../../libs/openFrameworks/utils/ofSystemUtils.h:
+
+../../../libs/openFrameworks/utils/ofURLFileLoader.h:
+
+../../../libs/openFrameworks/events/ofEvents.h:
+
+../../../libs/openFrameworks/events/ofEventUtils.h:
+
+../../../libs/openFrameworks/events/ofEvent.h:
+
+../../../libs/openFrameworks/utils/ofTimer.h:
+
+../../../libs/openFrameworks/utils/ofUtils.h:
+
+../../../libs/utf8/include/utf8.h:
+
+../../../libs/utf8/include/utf8/checked.h:
+
+../../../libs/utf8/include/utf8/core.h:
+
+../../../libs/utf8/include/utf8/unchecked.h:
+
+../../../libs/openFrameworks/utils/ofFpsCounter.h:
+
+../../../libs/glm/include/glm/vec2.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec2.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec.hpp:
+
+../../../libs/glm/include/glm/detail/precision.hpp:
+
+../../../libs/glm/include/glm/detail/setup.hpp:
+
+../../../libs/glm/include/glm/detail/../simd/platform.h:
+
+../../../libs/glm/include/glm/detail/type_int.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec2.inl:
+
+../../../libs/openFrameworks/utils/ofThread.h:
+
+../../../libs/openFrameworks/utils/ofThreadChannel.h:
+
+../../../libs/openFrameworks/utils/ofJson.h:
+
+../../../libs/json/include/json.hpp:
+
+../../../libs/openFrameworks/types/ofParameter.h:
+
+../../../libs/openFrameworks/types/ofPoint.h:
+
+../../../libs/openFrameworks/math/ofVec3f.h:
+
+../../../libs/openFrameworks/math/ofVec2f.h:
+
+../../../libs/openFrameworks/math/ofMathConstants.h:
+
+../../../libs/glm/include/glm/fwd.hpp:
+
+../../../libs/glm/include/glm/detail/type_float.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat.hpp:
+
+../../../libs/openFrameworks/math/ofVec4f.h:
+
+../../../libs/glm/include/glm/vec4.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec4.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec4.inl:
+
+../../../libs/glm/include/glm/detail/type_vec4_simd.inl:
+
+../../../libs/glm/include/glm/vec3.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec3.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec3.inl:
+
+../../../libs/openFrameworks/types/ofColor.h:
+
+../../../libs/glm/include/glm/common.hpp:
+
+../../../libs/glm/include/glm/detail/func_common.hpp:
+
+../../../libs/glm/include/glm/detail/_fixes.hpp:
+
+../../../libs/glm/include/glm/detail/func_common.inl:
+
+../../../libs/glm/include/glm/detail/func_vector_relational.hpp:
+
+../../../libs/glm/include/glm/detail/func_vector_relational.inl:
+
+../../../libs/glm/include/glm/detail/func_vector_relational_simd.inl:
+
+../../../libs/glm/include/glm/detail/_vectorize.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec1.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec1.inl:
+
+../../../libs/glm/include/glm/detail/func_common_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/common.h:
+
+../../../libs/openFrameworks/utils/ofXml.h:
+
+../../../libs/pugixml/include/pugixml.hpp:
+
+../../../libs/pugixml/include/pugiconfig.hpp:
+
+../../../libs/openFrameworks/graphics/ofGraphicsBaseTypes.h:
+
+../../../libs/openFrameworks/graphics/ofGraphicsConstants.h:
+
+../../../libs/openFrameworks/types/ofTypes.h:
+
+../../../libs/openFrameworks/types/ofRectangle.h:
+
+../../../libs/openFrameworks/types/ofParameterGroup.h:
+
+../../../libs/openFrameworks/math/ofMath.h:
+
+../../../libs/glm/include/glm/gtc/constants.hpp:
+
+../../../libs/glm/include/glm/gtc/constants.inl:
+
+../../../libs/openFrameworks/math/ofVectorMath.h:
+
+../../../libs/glm/include/glm/mat3x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x3.inl:
+
+../../../libs/glm/include/glm/detail/func_matrix.hpp:
+
+../../../libs/glm/include/glm/detail/../mat2x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x2.inl:
+
+../../../libs/glm/include/glm/detail/../mat2x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x3.inl:
+
+../../../libs/glm/include/glm/detail/../mat2x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x4.inl:
+
+../../../libs/glm/include/glm/detail/../mat3x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x2.inl:
+
+../../../libs/glm/include/glm/detail/../mat3x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x4.inl:
+
+../../../libs/glm/include/glm/detail/../mat4x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x2.inl:
+
+../../../libs/glm/include/glm/detail/../mat4x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x3.inl:
+
+../../../libs/glm/include/glm/detail/../mat4x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x4.inl:
+
+../../../libs/glm/include/glm/detail/type_mat4x4_simd.inl:
+
+../../../libs/glm/include/glm/detail/func_matrix.inl:
+
+../../../libs/glm/include/glm/detail/../geometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_geometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_geometric.inl:
+
+../../../libs/glm/include/glm/detail/func_exponential.hpp:
+
+../../../libs/glm/include/glm/detail/func_exponential.inl:
+
+../../../libs/glm/include/glm/detail/func_exponential_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/exponential.h:
+
+../../../libs/glm/include/glm/detail/func_geometric_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/geometric.h:
+
+../../../libs/glm/include/glm/detail/func_matrix_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/matrix.h:
+
+../../../libs/glm/include/glm/trigonometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_trigonometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_trigonometric.inl:
+
+../../../libs/glm/include/glm/detail/func_trigonometric_simd.inl:
+
+../../../libs/glm/include/glm/exponential.hpp:
+
+../../../libs/glm/include/glm/vector_relational.hpp:
+
+../../../libs/glm/include/glm/ext.hpp:
+
+../../../libs/glm/include/glm/glm.hpp:
+
+../../../libs/glm/include/glm/packing.hpp:
+
+../../../libs/glm/include/glm/detail/func_packing.hpp:
+
+../../../libs/glm/include/glm/detail/func_packing.inl:
+
+../../../libs/glm/include/glm/detail/type_half.hpp:
+
+../../../libs/glm/include/glm/detail/type_half.inl:
+
+../../../libs/glm/include/glm/detail/func_packing_simd.inl:
+
+../../../libs/glm/include/glm/matrix.hpp:
+
+../../../libs/glm/include/glm/integer.hpp:
+
+../../../libs/glm/include/glm/detail/func_integer.hpp:
+
+../../../libs/glm/include/glm/detail/func_integer.inl:
+
+../../../libs/glm/include/glm/detail/func_integer_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/integer.h:
+
+../../../libs/glm/include/glm/./gtc/bitfield.hpp:
+
+../../../libs/glm/include/glm/gtc/bitfield.inl:
+
+../../../libs/glm/include/glm/./gtc/color_space.hpp:
+
+../../../libs/glm/include/glm/gtc/color_space.inl:
+
+../../../libs/glm/include/glm/./gtc/epsilon.hpp:
+
+../../../libs/glm/include/glm/gtc/epsilon.inl:
+
+../../../libs/glm/include/glm/gtc/quaternion.hpp:
+
+../../../libs/glm/include/glm/gtc/quaternion.inl:
+
+../../../libs/glm/include/glm/gtc/quaternion_simd.inl:
+
+../../../libs/glm/include/glm/./gtc/functions.hpp:
+
+../../../libs/glm/include/glm/gtc/functions.inl:
+
+../../../libs/glm/include/glm/./gtc/integer.hpp:
+
+../../../libs/glm/include/glm/gtc/integer.inl:
+
+../../../libs/glm/include/glm/./gtc/matrix_access.hpp:
+
+../../../libs/glm/include/glm/gtc/matrix_access.inl:
+
+../../../libs/glm/include/glm/./gtc/matrix_integer.hpp:
+
+../../../libs/glm/include/glm/./gtc/matrix_inverse.hpp:
+
+../../../libs/glm/include/glm/gtc/matrix_inverse.inl:
+
+../../../libs/glm/include/glm/./gtc/matrix_transform.hpp:
+
+../../../libs/glm/include/glm/gtc/matrix_transform.inl:
+
+../../../libs/glm/include/glm/./gtc/noise.hpp:
+
+../../../libs/glm/include/glm/gtc/../detail/_noise.hpp:
+
+../../../libs/glm/include/glm/gtc/noise.inl:
+
+../../../libs/glm/include/glm/./gtc/packing.hpp:
+
+../../../libs/glm/include/glm/gtc/type_precision.hpp:
+
+../../../libs/glm/include/glm/gtc/../gtc/vec1.hpp:
+
+../../../libs/glm/include/glm/gtc/vec1.inl:
+
+../../../libs/glm/include/glm/gtc/type_precision.inl:
+
+../../../libs/glm/include/glm/gtc/packing.inl:
+
+../../../libs/glm/include/glm/./gtc/random.hpp:
+
+../../../libs/glm/include/glm/gtc/random.inl:
+
+../../../libs/glm/include/glm/./gtc/reciprocal.hpp:
+
+../../../libs/glm/include/glm/gtc/reciprocal.inl:
+
+../../../libs/glm/include/glm/./gtc/round.hpp:
+
+../../../libs/glm/include/glm/gtc/round.inl:
+
+../../../libs/glm/include/glm/./gtc/type_ptr.hpp:
+
+../../../libs/glm/include/glm/gtc/type_ptr.inl:
+
+../../../libs/glm/include/glm/./gtc/ulp.hpp:
+
+../../../libs/glm/include/glm/gtc/ulp.inl:
+
+../../../libs/glm/include/glm/./gtc/type_aligned.hpp:
+
+../../../libs/glm/include/glm/./gtx/associated_min_max.hpp:
+
+../../../libs/glm/include/glm/gtx/associated_min_max.inl:
+
+../../../libs/glm/include/glm/./gtx/bit.hpp:
+
+../../../libs/glm/include/glm/gtx/bit.inl:
+
+../../../libs/glm/include/glm/./gtx/closest_point.hpp:
+
+../../../libs/glm/include/glm/gtx/closest_point.inl:
+
+../../../libs/glm/include/glm/./gtx/color_space.hpp:
+
+../../../libs/glm/include/glm/gtx/color_space.inl:
+
+../../../libs/glm/include/glm/./gtx/color_space_YCoCg.hpp:
+
+../../../libs/glm/include/glm/gtx/color_space_YCoCg.inl:
+
+../../../libs/glm/include/glm/./gtx/compatibility.hpp:
+
+../../../libs/glm/include/glm/gtx/compatibility.inl:
+
+../../../libs/glm/include/glm/./gtx/component_wise.hpp:
+
+../../../libs/glm/include/glm/gtx/component_wise.inl:
+
+../../../libs/glm/include/glm/./gtx/dual_quaternion.hpp:
+
+../../../libs/glm/include/glm/gtx/dual_quaternion.inl:
+
+../../../libs/glm/include/glm/./gtx/euler_angles.hpp:
+
+../../../libs/glm/include/glm/gtx/euler_angles.inl:
+
+../../../libs/glm/include/glm/./gtx/extend.hpp:
+
+../../../libs/glm/include/glm/gtx/extend.inl:
+
+../../../libs/glm/include/glm/./gtx/extended_min_max.hpp:
+
+../../../libs/glm/include/glm/gtx/extended_min_max.inl:
+
+../../../libs/glm/include/glm/./gtx/fast_exponential.hpp:
+
+../../../libs/glm/include/glm/gtx/fast_exponential.inl:
+
+../../../libs/glm/include/glm/./gtx/fast_square_root.hpp:
+
+../../../libs/glm/include/glm/gtx/fast_square_root.inl:
+
+../../../libs/glm/include/glm/./gtx/fast_trigonometry.hpp:
+
+../../../libs/glm/include/glm/gtx/fast_trigonometry.inl:
+
+../../../libs/glm/include/glm/./gtx/gradient_paint.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/optimum_pow.hpp:
+
+../../../libs/glm/include/glm/gtx/optimum_pow.inl:
+
+../../../libs/glm/include/glm/gtx/gradient_paint.inl:
+
+../../../libs/glm/include/glm/./gtx/handed_coordinate_space.hpp:
+
+../../../libs/glm/include/glm/gtx/handed_coordinate_space.inl:
+
+../../../libs/glm/include/glm/./gtx/integer.hpp:
+
+../../../libs/glm/include/glm/gtx/integer.inl:
+
+../../../libs/glm/include/glm/./gtx/intersect.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/vector_query.hpp:
+
+../../../libs/glm/include/glm/gtx/vector_query.inl:
+
+../../../libs/glm/include/glm/gtx/intersect.inl:
+
+../../../libs/glm/include/glm/./gtx/log_base.hpp:
+
+../../../libs/glm/include/glm/gtx/log_base.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_cross_product.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_cross_product.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_interpolation.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_interpolation.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_major_storage.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_major_storage.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_operation.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_operation.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_query.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_query.inl:
+
+../../../libs/glm/include/glm/./gtx/mixed_product.hpp:
+
+../../../libs/glm/include/glm/gtx/mixed_product.inl:
+
+../../../libs/glm/include/glm/./gtx/norm.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/quaternion.hpp:
+
+../../../libs/glm/include/glm/gtx/quaternion.inl:
+
+../../../libs/glm/include/glm/gtx/norm.inl:
+
+../../../libs/glm/include/glm/./gtx/normal.hpp:
+
+../../../libs/glm/include/glm/gtx/normal.inl:
+
+../../../libs/glm/include/glm/./gtx/normalize_dot.hpp:
+
+../../../libs/glm/include/glm/gtx/normalize_dot.inl:
+
+../../../libs/glm/include/glm/./gtx/number_precision.hpp:
+
+../../../libs/glm/include/glm/gtx/number_precision.inl:
+
+../../../libs/glm/include/glm/./gtx/orthonormalize.hpp:
+
+../../../libs/glm/include/glm/gtx/orthonormalize.inl:
+
+../../../libs/glm/include/glm/./gtx/perpendicular.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/projection.hpp:
+
+../../../libs/glm/include/glm/gtx/projection.inl:
+
+../../../libs/glm/include/glm/gtx/perpendicular.inl:
+
+../../../libs/glm/include/glm/./gtx/polar_coordinates.hpp:
+
+../../../libs/glm/include/glm/gtx/polar_coordinates.inl:
+
+../../../libs/glm/include/glm/./gtx/raw_data.hpp:
+
+../../../libs/glm/include/glm/gtx/raw_data.inl:
+
+../../../libs/glm/include/glm/./gtx/rotate_vector.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/transform.hpp:
+
+../../../libs/glm/include/glm/gtx/transform.inl:
+
+../../../libs/glm/include/glm/gtx/rotate_vector.inl:
+
+../../../libs/glm/include/glm/./gtx/spline.hpp:
+
+../../../libs/glm/include/glm/gtx/spline.inl:
+
+../../../libs/glm/include/glm/./gtx/std_based_type.hpp:
+
+../../../libs/glm/include/glm/gtx/std_based_type.inl:
+
+../../../libs/glm/include/glm/./gtx/string_cast.hpp:
+
+../../../libs/glm/include/glm/gtx/string_cast.inl:
+
+../../../libs/glm/include/glm/./gtx/transform2.hpp:
+
+../../../libs/glm/include/glm/gtx/transform2.inl:
+
+../../../libs/glm/include/glm/./gtx/vector_angle.hpp:
+
+../../../libs/glm/include/glm/gtx/vector_angle.inl:
+
+../../../libs/glm/include/glm/./gtx/wrap.hpp:
+
+../../../libs/glm/include/glm/gtx/wrap.inl:
+
+../../../libs/glm/include/glm/./gtx/scalar_multiplication.hpp:
+
+../../../libs/glm/include/glm/./gtx/range.hpp:
+
+../../../libs/openFrameworks/math/ofMatrix3x3.h:
+
+../../../libs/openFrameworks/math/ofMatrix4x4.h:
+
+../../../libs/openFrameworks/math/ofQuaternion.h:
+
+../../../libs/openFrameworks/communication/ofSerial.h:
+
+../../../libs/openFrameworks/communication/ofArduino.h:
+
+../../../libs/openFrameworks/gl/ofFbo.h:
+
+../../../libs/openFrameworks/gl/ofTexture.h:
+
+../../../libs/openFrameworks/gl/ofGLBaseTypes.h:
+
+../../../libs/openFrameworks/gl/ofGLRenderer.h:
+
+../../../libs/openFrameworks/graphics/ofPolyline.h:
+
+../../../libs/openFrameworks/graphics/ofPolyline.inl:
+
+../../../libs/openFrameworks/app/ofAppRunner.h:
+
+../../../libs/openFrameworks/app/ofWindowSettings.h:
+
+../../../libs/openFrameworks/app/ofMainLoop.h:
+
+../../../libs/openFrameworks/graphics/of3dGraphics.h:
+
+../../../libs/openFrameworks/3d/of3dPrimitives.h:
+
+../../../libs/openFrameworks/3d/ofMesh.h:
+
+../../../libs/openFrameworks/gl/ofGLUtils.h:
+
+../../../libs/openFrameworks/3d/ofMesh.inl:
+
+../../../libs/openFrameworks/3d/ofNode.h:
+
+../../../libs/openFrameworks/graphics/ofBitmapFont.h:
+
+../../../libs/openFrameworks/graphics/ofPixels.h:
+
+../../../libs/openFrameworks/graphics/ofGraphics.h:
+
+../../../libs/openFrameworks/utils/ofMatrixStack.h:
+
+../../../libs/openFrameworks/graphics/ofPath.h:
+
+../../../libs/openFrameworks/gl/ofVboMesh.h:
+
+../../../libs/openFrameworks/gl/ofVbo.h:
+
+../../../libs/openFrameworks/gl/ofBufferObject.h:
+
+../../../libs/openFrameworks/graphics/ofTessellator.h:
+
+../../../libs/openFrameworks/gl/ofLight.h:
+
+../../../libs/openFrameworks/gl/ofMaterial.h:
+
+../../../libs/openFrameworks/gl/ofShader.h:
+
+../../../libs/openFrameworks/graphics/ofCairoRenderer.h:
+
+../../../libs/cairo/include/cairo/cairo.h:
+
+../../../libs/cairo/include/cairo/cairo-version.h:
+
+../../../libs/cairo/include/cairo/cairo-features.h:
+
+../../../libs/cairo/include/cairo/cairo-deprecated.h:
+
+../../../libs/openFrameworks/graphics/ofImage.h:
+
+../../../libs/openFrameworks/graphics/ofRendererCollection.h:
+
+../../../libs/openFrameworks/graphics/ofTrueTypeFont.h:
+
+../../../libs/openFrameworks/app/ofBaseApp.h:
+
+../../../libs/openFrameworks/sound/ofSoundBaseTypes.h:
+
+../../../libs/openFrameworks/app/ofAppBaseWindow.h:
+
+../../../libs/openFrameworks/app/ofAppGLFWWindow.h:
+
+../../../libs/openFrameworks/app/ofAppGlutWindow.h:
+
+../../../libs/openFrameworks/sound/ofSoundStream.h:
+
+../../../libs/openFrameworks/sound/ofSoundPlayer.h:
+
+../../../libs/openFrameworks/sound/ofFmodSoundPlayer.h:
+
+../../../libs/fmodex/include/fmod.h:
+
+../../../libs/fmodex/include/fmod_codec.h:
+
+../../../libs/fmodex/include/fmod_dsp.h:
+
+../../../libs/fmodex/include/fmod_memoryinfo.h:
+
+../../../libs/fmodex/include/fmod_errors.h:
+
+../../../libs/openFrameworks/sound/ofSoundBuffer.h:
+
+../../../libs/openFrameworks/video/ofVideoGrabber.h:
+
+../../../libs/openFrameworks/video/ofVideoBaseTypes.h:
+
+../../../libs/openFrameworks/video/ofAVFoundationGrabber.h:
+
+../../../libs/openFrameworks/video/ofVideoPlayer.h:
+
+../../../libs/openFrameworks/video/ofAVFoundationPlayer.h:
+
+../../../libs/openFrameworks/video/ofAVFoundationVideoPlayer.h:
+
+../../../libs/openFrameworks/3d/of3dUtils.h:
+
+../../../libs/openFrameworks/3d/ofCamera.h:
+
+../../../libs/openFrameworks/3d/ofEasyCam.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3TextureSamplingFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParametricObject.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterV.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/AbstractParameter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterF.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterI.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterT.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter4f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterMatrix4f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2fv.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3fv.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/KuwaharaFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ToonFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BloomFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SmoothToonFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/FilterChain.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CGAColorspaceFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LookupFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/VoronoiFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/VignetteFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PerlinPixellationFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PixelateFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EmbossFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3ConvolutionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BilateralFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ZoomBlurFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ErosionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DilationFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/XYDerivativeFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SobelEdgeDetectionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GrayscaleFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HarrisCornerDetectionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ThresholdedNonMaximumSuppressionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CornerDetectionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorPackingFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LowPassFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DissolveBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractTwoInputFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AverageColorFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/MotionDetectionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SketchFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/MultiplyBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EdgeTangentFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BrightnessFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SaturationFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HueFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GammaFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ContrastFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AlphaBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AdditiveBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/NormalBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DarkenBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorBurnFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ChromaKeyBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PoissonBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractTwoInputCrossTextureSamplingFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ExclusionBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PosterizeFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LaplacianFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GradientMapFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DisplacementFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DoGFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DirectionalDoGFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractDoGFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/FlowDoGFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EdgeTangentSmoothingFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HalftoneFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CrosshatchFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AlphaMaskFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/DoGExample/src/LineDrawingAlphaFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/DoGExample/src/SketchDoGFilter.h:
diff --git a/DoGExample/obj/osx/Release/src/ofApp.o b/DoGExample/obj/osx/Release/src/ofApp.o
new file mode 100644
index 0000000..c29d9f4
Binary files /dev/null and b/DoGExample/obj/osx/Release/src/ofApp.o differ
diff --git a/example/addons.make b/example/addons.make
new file mode 100644
index 0000000..8520821
--- /dev/null
+++ b/example/addons.make
@@ -0,0 +1 @@
+ofxFilterLibrary
diff --git a/example/bin/data/img/dark_green_lut.png b/example/bin/data/img/dark_green_lut.png
new file mode 100644
index 0000000..017a958
Binary files /dev/null and b/example/bin/data/img/dark_green_lut.png differ
diff --git a/example/bin/data/img/green_lut.png b/example/bin/data/img/green_lut.png
new file mode 100644
index 0000000..483788a
Binary files /dev/null and b/example/bin/data/img/green_lut.png differ
diff --git a/example/bin/data/img/lookup_amatorka_green.png b/example/bin/data/img/lookup_amatorka_green.png
new file mode 100644
index 0000000..0cb03d6
Binary files /dev/null and b/example/bin/data/img/lookup_amatorka_green.png differ
diff --git a/example/bin/data/img/lookup_soft_elegance_1_green.png b/example/bin/data/img/lookup_soft_elegance_1_green.png
new file mode 100644
index 0000000..1fd1881
Binary files /dev/null and b/example/bin/data/img/lookup_soft_elegance_1_green.png differ
diff --git a/example/bin/data/img/lookup_soft_elegance_2_green.png b/example/bin/data/img/lookup_soft_elegance_2_green.png
new file mode 100644
index 0000000..96e0525
Binary files /dev/null and b/example/bin/data/img/lookup_soft_elegance_2_green.png differ
diff --git a/example/bin/example.app/Contents/Info.plist b/example/bin/example.app/Contents/Info.plist
new file mode 100644
index 0000000..35b0d93
--- /dev/null
+++ b/example/bin/example.app/Contents/Info.plist
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleGetInfoString</key>
+ <string>example.app</string>
+ <key>CFBundleExecutable</key>
+ <string>example</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.your-company-name.www</string>
+ <key>CFBundleName</key>
+ <string>example</string>
+ <key>CFBundleShortVersionString</key>
+ <string>0.01</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>IFMajorVersion</key>
+ <integer>0</integer>
+ <key>IFMinorVersion</key>
+ <integer>1</integer>
+</dict>
+</plist>
diff --git a/example/bin/example.app/Contents/MacOS/example b/example/bin/example.app/Contents/MacOS/example
new file mode 100755
index 0000000..e1df661
Binary files /dev/null and b/example/bin/example.app/Contents/MacOS/example differ
diff --git a/example/bin/example.app/Contents/MacOS/libfmodex.dylib b/example/bin/example.app/Contents/MacOS/libfmodex.dylib
new file mode 100644
index 0000000..4ae02bc
Binary files /dev/null and b/example/bin/example.app/Contents/MacOS/libfmodex.dylib differ
diff --git a/example/obj/osx/Release/.compiler_flags b/example/obj/osx/Release/.compiler_flags
new file mode 100644
index 0000000..ff55116
--- /dev/null
+++ b/example/obj/osx/Release/.compiler_flags
@@ -0,0 +1 @@
+-Os -mtune=native -DNDEBUG -stdlib=libc++ -Wall -fexceptions -fpascal-strings -mmacosx-version-min=10.9 -D__MACOSX_CORE__ -x objective-c++ -std=c++11 -I../../../libs/FreeImage/include -I../../../libs/boost/include -I../../../libs/boost/include/boost -I../../../libs/cairo/include -I../../../libs/cairo/include/cairo -I../../../libs/curl/include -I../../../libs/curl/include/curl -I../../../libs/fmodex/include -I../../../libs/freetype/include -I../../../libs/freetype/include/freetype2 -I../../../libs/freetype/include/freetype2/freetype -I../../../libs/freetype/include/freetype2/freetype/config -I../../../libs/freetype/include/freetype2/freetype/internal -I../../../libs/freetype/include/freetype2/freetype/internal/services -I../../../libs/glew/include -I../../../libs/glew/include/GL -I../../../libs/glfw/include -I../../../libs/glfw/include/GLFW -I../../../libs/glm/include -I../../../libs/glm/include/glm -I../../../libs/glm/include/glm/simd -I../../../libs/glm/include/glm/detail -I../../../libs/glm/include/glm/gtc -I../../../libs/glm/include/glm/gtx -I../../../libs/json/include -I../../../libs/pugixml/include -I../../../libs/rtAudio/include -I../../../libs/tess2/include -I../../../libs/uriparser/include -I../../../libs/uriparser/include/uriparser -I../../../libs/utf8/include -I../../../libs/utf8/include/utf8 -I../../../libs/openFrameworks -I../../../libs/openFrameworks/3d -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/graphics -I../../../libs/openFrameworks/sound -I/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/example/src -I/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src -I/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters -I/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters -stdlib=libc++ -mmacosx-version-min=10.9 -v -framework Accelerate -framework QTKit -framework AGL -framework ApplicationServices -framework AudioToolbox -framework CoreAudio -framework CoreFoundation -framework CoreServices -framework OpenGL -framework IOKit -framework Cocoa -framework CoreVideo -framework AVFoundation -framework CoreMedia -framework QuartzCore -framework Security -framework LDAP
diff --git a/example/obj/osx/Release/src/main.d b/example/obj/osx/Release/src/main.d
new file mode 100644
index 0000000..568b338
--- /dev/null
+++ b/example/obj/osx/Release/src/main.d
@@ -0,0 +1,2396 @@
+obj/osx/Release/src/main.o: \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/example/src/main.cpp \
+ ../../../libs/openFrameworks/ofMain.h \
+ ../../../libs/openFrameworks/utils/ofConstants.h \
+ ../../../libs/glew/include/GL/glew.h \
+ ../../../libs/tess2/include/tesselator.h \
+ ../../../libs/openFrameworks/utils/ofFileUtils.h \
+ ../../../libs/boost/include/boost/filesystem.hpp \
+ ../../../libs/boost/include/boost/filesystem/config.hpp \
+ ../../../libs/boost/include/boost/config.hpp \
+ ../../../libs/boost/include/boost/config/user.hpp \
+ ../../../libs/boost/include/boost/config/select_compiler_config.hpp \
+ ../../../libs/boost/include/boost/config/compiler/clang.hpp \
+ ../../../libs/boost/include/boost/config/select_stdlib_config.hpp \
+ ../../../libs/boost/include/boost/config/stdlib/libcpp.hpp \
+ ../../../libs/boost/include/boost/config/select_platform_config.hpp \
+ ../../../libs/boost/include/boost/config/platform/macos.hpp \
+ ../../../libs/boost/include/boost/config/posix_features.hpp \
+ ../../../libs/boost/include/boost/config/suffix.hpp \
+ ../../../libs/boost/include/boost/system/api_config.hpp \
+ ../../../libs/boost/include/boost/detail/workaround.hpp \
+ ../../../libs/boost/include/boost/config/auto_link.hpp \
+ ../../../libs/boost/include/boost/filesystem/path.hpp \
+ ../../../libs/boost/include/boost/filesystem/path_traits.hpp \
+ ../../../libs/boost/include/boost/utility/enable_if.hpp \
+ ../../../libs/boost/include/boost/core/enable_if.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_array.hpp \
+ ../../../libs/boost/include/boost/type_traits/integral_constant.hpp \
+ ../../../libs/boost/include/boost/type_traits/decay.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_function.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_lvalue_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_rvalue_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/detail/config.hpp \
+ ../../../libs/boost/include/boost/version.hpp \
+ ../../../libs/boost/include/boost/type_traits/detail/is_function_ptr_helper.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_bounds.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_extent.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_cv.hpp \
+ ../../../libs/boost/include/boost/system/error_code.hpp \
+ ../../../libs/boost/include/boost/system/config.hpp \
+ ../../../libs/boost/include/boost/predef/platform.h \
+ ../../../libs/boost/include/boost/predef/platform/mingw.h \
+ ../../../libs/boost/include/boost/predef/version_number.h \
+ ../../../libs/boost/include/boost/predef/make.h \
+ ../../../libs/boost/include/boost/predef/detail/test.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_desktop.h \
+ ../../../libs/boost/include/boost/predef/os/windows.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_store.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_phone.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_runtime.h \
+ ../../../libs/boost/include/boost/cstdint.hpp \
+ ../../../libs/boost/include/boost/assert.hpp \
+ ../../../libs/boost/include/boost/noncopyable.hpp \
+ ../../../libs/boost/include/boost/core/noncopyable.hpp \
+ ../../../libs/boost/include/boost/cerrno.hpp \
+ ../../../libs/boost/include/boost/config/abi_prefix.hpp \
+ ../../../libs/boost/include/boost/config/abi_suffix.hpp \
+ ../../../libs/boost/include/boost/system/system_error.hpp \
+ ../../../libs/boost/include/boost/iterator/iterator_facade.hpp \
+ ../../../libs/boost/include/boost/iterator.hpp \
+ ../../../libs/boost/include/boost/iterator/interoperable.hpp \
+ ../../../libs/boost/include/boost/mpl/bool.hpp \
+ ../../../libs/boost/include/boost/mpl/bool_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/adl_barrier.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/adl.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/msvc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/intel.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/gcc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/workaround.hpp \
+ ../../../libs/boost/include/boost/mpl/integral_c_tag.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/static_constant.hpp \
+ ../../../libs/boost/include/boost/mpl/or.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/use_preprocessed.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/nested_type_wknd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na_spec.hpp \
+ ../../../libs/boost/include/boost/mpl/lambda_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/void_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/ctps.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/ttp.hpp \
+ ../../../libs/boost/include/boost/mpl/int.hpp \
+ ../../../libs/boost/include/boost/mpl/int_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/nttp_decl.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/nttp.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/integral_wrapper.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/static_cast.hpp \
+ ../../../libs/boost/include/boost/preprocessor/cat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/config/config.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/lambda_arity_param.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/template_arity_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/arity.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/dtp.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/params.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/preprocessor.hpp \
+ ../../../libs/boost/include/boost/preprocessor/comma_if.hpp \
+ ../../../libs/boost/include/boost/preprocessor/punctuation/comma_if.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/if.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/iif.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/bool.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/empty.hpp \
+ ../../../libs/boost/include/boost/preprocessor/punctuation/comma.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repeat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repetition/repeat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/debug/error.hpp \
+ ../../../libs/boost/include/boost/preprocessor/detail/auto_rec.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/eat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/inc.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/inc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/enum.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp \
+ ../../../libs/boost/include/boost/mpl/limits/arity.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/and.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/bitand.hpp \
+ ../../../libs/boost/include/boost/preprocessor/identity.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/identity.hpp \
+ ../../../libs/boost/include/boost/preprocessor/empty.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/add.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/dec.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/while.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/fold_left.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/detail/fold_left.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/expr_iif.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/adt.hpp \
+ ../../../libs/boost/include/boost/preprocessor/detail/is_binary.hpp \
+ ../../../libs/boost/include/boost/preprocessor/detail/check.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/compl.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/fold_right.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/detail/fold_right.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/reverse.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/detail/while.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/elem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/expand.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/overload.hpp \
+ ../../../libs/boost/include/boost/preprocessor/variadic/size.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/rem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/detail/is_single_return.hpp \
+ ../../../libs/boost/include/boost/preprocessor/variadic/elem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/sub.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/eti.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/overload_resolution.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/lambda_support.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/include_preprocessed.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/compiler.hpp \
+ ../../../libs/boost/include/boost/preprocessor/stringize.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/or.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_convertible.hpp \
+ ../../../libs/boost/include/boost/type_traits/intrinsics.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/config_def.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/config_undef.hpp \
+ ../../../libs/boost/include/boost/iterator/iterator_traits.hpp \
+ ../../../libs/boost/include/boost/detail/iterator.hpp \
+ ../../../libs/boost/include/boost/iterator/iterator_categories.hpp \
+ ../../../libs/boost/include/boost/mpl/eval_if.hpp \
+ ../../../libs/boost/include/boost/mpl/if.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/value_wknd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/integral.hpp \
+ ../../../libs/boost/include/boost/mpl/identity.hpp \
+ ../../../libs/boost/include/boost/mpl/placeholders.hpp \
+ ../../../libs/boost/include/boost/mpl/arg.hpp \
+ ../../../libs/boost/include/boost/mpl/arg_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na_assert.hpp \
+ ../../../libs/boost/include/boost/mpl/assert.hpp \
+ ../../../libs/boost/include/boost/mpl/not.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/yes_no.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/arrays.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/gpu.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/pp_counter.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/arity_spec.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/arg_typedef.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp \
+ ../../../libs/boost/include/boost/static_assert.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/facade_iterator_category.hpp \
+ ../../../libs/boost/include/boost/mpl/and.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/and.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_same.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_const.hpp \
+ ../../../libs/boost/include/boost/detail/indirect_traits.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_class.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_volatile.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_member_function_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_member_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_pointer.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/enable_if.hpp \
+ ../../../libs/boost/include/boost/utility/addressof.hpp \
+ ../../../libs/boost/include/boost/core/addressof.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_const.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_lvalue_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_const.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_pod.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_void.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_scalar.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_arithmetic.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_integral.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_floating_point.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_enum.hpp \
+ ../../../libs/boost/include/boost/mpl/always.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/default_params.hpp \
+ ../../../libs/boost/include/boost/mpl/apply.hpp \
+ ../../../libs/boost/include/boost/mpl/apply_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/apply_wrap.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/has_apply.hpp \
+ ../../../libs/boost/include/boost/mpl/has_xxx.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/type_wrapper.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/has_xxx.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/msvc_typename.hpp \
+ ../../../libs/boost/include/boost/preprocessor/array/elem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/array/data.hpp \
+ ../../../libs/boost/include/boost/preprocessor/array/size.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repetition/enum_params.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repetition/enum_trailing_params.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/has_apply.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/msvc_never_true.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp \
+ ../../../libs/boost/include/boost/mpl/lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/bind.hpp \
+ ../../../libs/boost/include/boost/mpl/bind_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/bind.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/next.hpp \
+ ../../../libs/boost/include/boost/mpl/next_prior.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/common_name_wknd.hpp \
+ ../../../libs/boost/include/boost/mpl/protect.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/full_lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/quote.hpp \
+ ../../../libs/boost/include/boost/mpl/void.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/has_type.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/bcc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/quote.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/template_arity.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply.hpp \
+ ../../../libs/boost/include/boost/shared_ptr.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/shared_ptr.hpp \
+ ../../../libs/boost/include/boost/config/no_tr1/memory.hpp \
+ ../../../libs/boost/include/boost/checked_delete.hpp \
+ ../../../libs/boost/include/boost/core/checked_delete.hpp \
+ ../../../libs/boost/include/boost/throw_exception.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/shared_count.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/bad_weak_ptr.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_has_sync.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp \
+ ../../../libs/boost/include/boost/detail/sp_typeinfo.hpp \
+ ../../../libs/boost/include/boost/core/typeinfo.hpp \
+ ../../../libs/boost/include/boost/core/demangle.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_impl.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_disable_deprecated.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_convertible.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_nullptr_t.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_noexcept.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/spinlock_pool.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/spinlock.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/spinlock_std_atomic.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/yield_k.hpp \
+ ../../../libs/boost/include/boost/predef.h \
+ ../../../libs/boost/include/boost/predef/language.h \
+ ../../../libs/boost/include/boost/predef/language/stdc.h \
+ ../../../libs/boost/include/boost/predef/language/stdcpp.h \
+ ../../../libs/boost/include/boost/predef/language/objc.h \
+ ../../../libs/boost/include/boost/predef/architecture.h \
+ ../../../libs/boost/include/boost/predef/architecture/alpha.h \
+ ../../../libs/boost/include/boost/predef/architecture/arm.h \
+ ../../../libs/boost/include/boost/predef/architecture/blackfin.h \
+ ../../../libs/boost/include/boost/predef/architecture/convex.h \
+ ../../../libs/boost/include/boost/predef/architecture/ia64.h \
+ ../../../libs/boost/include/boost/predef/architecture/m68k.h \
+ ../../../libs/boost/include/boost/predef/architecture/mips.h \
+ ../../../libs/boost/include/boost/predef/architecture/parisc.h \
+ ../../../libs/boost/include/boost/predef/architecture/ppc.h \
+ ../../../libs/boost/include/boost/predef/architecture/pyramid.h \
+ ../../../libs/boost/include/boost/predef/architecture/rs6k.h \
+ ../../../libs/boost/include/boost/predef/architecture/sparc.h \
+ ../../../libs/boost/include/boost/predef/architecture/superh.h \
+ ../../../libs/boost/include/boost/predef/architecture/sys370.h \
+ ../../../libs/boost/include/boost/predef/architecture/sys390.h \
+ ../../../libs/boost/include/boost/predef/architecture/x86.h \
+ ../../../libs/boost/include/boost/predef/architecture/x86/32.h \
+ ../../../libs/boost/include/boost/predef/architecture/x86/64.h \
+ ../../../libs/boost/include/boost/predef/architecture/z.h \
+ ../../../libs/boost/include/boost/predef/compiler.h \
+ ../../../libs/boost/include/boost/predef/compiler/borland.h \
+ ../../../libs/boost/include/boost/predef/compiler/clang.h \
+ ../../../libs/boost/include/boost/predef/detail/comp_detected.h \
+ ../../../libs/boost/include/boost/predef/compiler/comeau.h \
+ ../../../libs/boost/include/boost/predef/compiler/compaq.h \
+ ../../../libs/boost/include/boost/predef/compiler/diab.h \
+ ../../../libs/boost/include/boost/predef/compiler/digitalmars.h \
+ ../../../libs/boost/include/boost/predef/compiler/dignus.h \
+ ../../../libs/boost/include/boost/predef/compiler/edg.h \
+ ../../../libs/boost/include/boost/predef/compiler/ekopath.h \
+ ../../../libs/boost/include/boost/predef/compiler/gcc_xml.h \
+ ../../../libs/boost/include/boost/predef/compiler/gcc.h \
+ ../../../libs/boost/include/boost/predef/compiler/greenhills.h \
+ ../../../libs/boost/include/boost/predef/compiler/hp_acc.h \
+ ../../../libs/boost/include/boost/predef/compiler/iar.h \
+ ../../../libs/boost/include/boost/predef/compiler/ibm.h \
+ ../../../libs/boost/include/boost/predef/compiler/intel.h \
+ ../../../libs/boost/include/boost/predef/compiler/kai.h \
+ ../../../libs/boost/include/boost/predef/compiler/llvm.h \
+ ../../../libs/boost/include/boost/predef/compiler/metaware.h \
+ ../../../libs/boost/include/boost/predef/compiler/metrowerks.h \
+ ../../../libs/boost/include/boost/predef/compiler/microtec.h \
+ ../../../libs/boost/include/boost/predef/compiler/mpw.h \
+ ../../../libs/boost/include/boost/predef/compiler/palm.h \
+ ../../../libs/boost/include/boost/predef/compiler/pgi.h \
+ ../../../libs/boost/include/boost/predef/compiler/sgi_mipspro.h \
+ ../../../libs/boost/include/boost/predef/compiler/sunpro.h \
+ ../../../libs/boost/include/boost/predef/compiler/tendra.h \
+ ../../../libs/boost/include/boost/predef/compiler/visualc.h \
+ ../../../libs/boost/include/boost/predef/compiler/watcom.h \
+ ../../../libs/boost/include/boost/predef/library.h \
+ ../../../libs/boost/include/boost/predef/library/c.h \
+ ../../../libs/boost/include/boost/predef/library/c/_prefix.h \
+ ../../../libs/boost/include/boost/predef/detail/_cassert.h \
+ ../../../libs/boost/include/boost/predef/library/c/gnu.h \
+ ../../../libs/boost/include/boost/predef/library/c/uc.h \
+ ../../../libs/boost/include/boost/predef/library/c/vms.h \
+ ../../../libs/boost/include/boost/predef/library/c/zos.h \
+ ../../../libs/boost/include/boost/predef/library/std.h \
+ ../../../libs/boost/include/boost/predef/library/std/_prefix.h \
+ ../../../libs/boost/include/boost/predef/detail/_exception.h \
+ ../../../libs/boost/include/boost/predef/library/std/cxx.h \
+ ../../../libs/boost/include/boost/predef/library/std/dinkumware.h \
+ ../../../libs/boost/include/boost/predef/library/std/libcomo.h \
+ ../../../libs/boost/include/boost/predef/library/std/modena.h \
+ ../../../libs/boost/include/boost/predef/library/std/msl.h \
+ ../../../libs/boost/include/boost/predef/library/std/roguewave.h \
+ ../../../libs/boost/include/boost/predef/library/std/sgi.h \
+ ../../../libs/boost/include/boost/predef/library/std/stdcpp3.h \
+ ../../../libs/boost/include/boost/predef/library/std/stlport.h \
+ ../../../libs/boost/include/boost/predef/library/std/vacpp.h \
+ ../../../libs/boost/include/boost/predef/os.h \
+ ../../../libs/boost/include/boost/predef/os/aix.h \
+ ../../../libs/boost/include/boost/predef/os/amigaos.h \
+ ../../../libs/boost/include/boost/predef/os/android.h \
+ ../../../libs/boost/include/boost/predef/os/beos.h \
+ ../../../libs/boost/include/boost/predef/os/bsd.h \
+ ../../../libs/boost/include/boost/predef/os/macos.h \
+ ../../../libs/boost/include/boost/predef/os/ios.h \
+ ../../../libs/boost/include/boost/predef/detail/os_detected.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/bsdi.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/dragonfly.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/free.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/open.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/net.h \
+ ../../../libs/boost/include/boost/predef/os/cygwin.h \
+ ../../../libs/boost/include/boost/predef/os/haiku.h \
+ ../../../libs/boost/include/boost/predef/os/hpux.h \
+ ../../../libs/boost/include/boost/predef/os/irix.h \
+ ../../../libs/boost/include/boost/predef/os/linux.h \
+ ../../../libs/boost/include/boost/predef/os/os400.h \
+ ../../../libs/boost/include/boost/predef/os/qnxnto.h \
+ ../../../libs/boost/include/boost/predef/os/solaris.h \
+ ../../../libs/boost/include/boost/predef/os/unix.h \
+ ../../../libs/boost/include/boost/predef/os/vms.h \
+ ../../../libs/boost/include/boost/predef/other.h \
+ ../../../libs/boost/include/boost/predef/other/endian.h \
+ ../../../libs/boost/include/boost/predef/hardware.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86/versions.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86_amd.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86_amd/versions.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/arm.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/arm/versions.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/ppc.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/ppc/versions.h \
+ ../../../libs/boost/include/boost/predef/version.h \
+ ../../../libs/boost/include/boost/smart_ptr/detail/operator_bool.hpp \
+ ../../../libs/boost/include/boost/io/detail/quoted_manip.hpp \
+ ../../../libs/boost/include/boost/io/ios_state.hpp \
+ ../../../libs/boost/include/boost/io_fwd.hpp \
+ ../../../libs/boost/include/boost/functional/hash_fwd.hpp \
+ ../../../libs/boost/include/boost/functional/hash/hash_fwd.hpp \
+ ../../../libs/boost/include/boost/filesystem/operations.hpp \
+ ../../../libs/boost/include/boost/detail/scoped_enum_emulation.hpp \
+ ../../../libs/boost/include/boost/core/scoped_enum.hpp \
+ ../../../libs/boost/include/boost/detail/bitmask.hpp \
+ ../../../libs/boost/include/boost/range/mutable_iterator.hpp \
+ ../../../libs/boost/include/boost/range/config.hpp \
+ ../../../libs/boost/include/boost/range/range_fwd.hpp \
+ ../../../libs/boost/include/boost/range/detail/extract_optional_type.hpp \
+ ../../../libs/boost/include/boost/range/detail/msvc_has_iterator_workaround.hpp \
+ ../../../libs/boost/include/boost/range/const_iterator.hpp \
+ ../../../libs/boost/include/boost/filesystem/convenience.hpp \
+ ../../../libs/boost/include/boost/filesystem/string_file.hpp \
+ ../../../libs/boost/include/boost/filesystem/fstream.hpp \
+ ../../../libs/openFrameworks/utils/ofLog.h \
+ ../../../libs/openFrameworks/utils/ofSystemUtils.h \
+ ../../../libs/openFrameworks/utils/ofURLFileLoader.h \
+ ../../../libs/openFrameworks/events/ofEvents.h \
+ ../../../libs/openFrameworks/events/ofEventUtils.h \
+ ../../../libs/openFrameworks/events/ofEvent.h \
+ ../../../libs/openFrameworks/utils/ofTimer.h \
+ ../../../libs/openFrameworks/utils/ofUtils.h \
+ ../../../libs/utf8/include/utf8.h \
+ ../../../libs/utf8/include/utf8/checked.h \
+ ../../../libs/utf8/include/utf8/core.h \
+ ../../../libs/utf8/include/utf8/unchecked.h \
+ ../../../libs/openFrameworks/utils/ofFpsCounter.h \
+ ../../../libs/glm/include/glm/vec2.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec2.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec.hpp \
+ ../../../libs/glm/include/glm/detail/precision.hpp \
+ ../../../libs/glm/include/glm/detail/setup.hpp \
+ ../../../libs/glm/include/glm/detail/../simd/platform.h \
+ ../../../libs/glm/include/glm/detail/type_int.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec2.inl \
+ ../../../libs/openFrameworks/utils/ofThread.h \
+ ../../../libs/openFrameworks/utils/ofThreadChannel.h \
+ ../../../libs/openFrameworks/utils/ofJson.h \
+ ../../../libs/json/include/json.hpp \
+ ../../../libs/openFrameworks/types/ofParameter.h \
+ ../../../libs/openFrameworks/types/ofPoint.h \
+ ../../../libs/openFrameworks/math/ofVec3f.h \
+ ../../../libs/openFrameworks/math/ofVec2f.h \
+ ../../../libs/openFrameworks/math/ofMathConstants.h \
+ ../../../libs/glm/include/glm/fwd.hpp \
+ ../../../libs/glm/include/glm/detail/type_float.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat.hpp \
+ ../../../libs/openFrameworks/math/ofVec4f.h \
+ ../../../libs/glm/include/glm/vec4.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec4.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec4.inl \
+ ../../../libs/glm/include/glm/detail/type_vec4_simd.inl \
+ ../../../libs/glm/include/glm/vec3.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec3.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec3.inl \
+ ../../../libs/openFrameworks/types/ofColor.h \
+ ../../../libs/glm/include/glm/common.hpp \
+ ../../../libs/glm/include/glm/detail/func_common.hpp \
+ ../../../libs/glm/include/glm/detail/_fixes.hpp \
+ ../../../libs/glm/include/glm/detail/func_common.inl \
+ ../../../libs/glm/include/glm/detail/func_vector_relational.hpp \
+ ../../../libs/glm/include/glm/detail/func_vector_relational.inl \
+ ../../../libs/glm/include/glm/detail/func_vector_relational_simd.inl \
+ ../../../libs/glm/include/glm/detail/_vectorize.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec1.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec1.inl \
+ ../../../libs/glm/include/glm/detail/func_common_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/common.h \
+ ../../../libs/openFrameworks/utils/ofXml.h \
+ ../../../libs/pugixml/include/pugixml.hpp \
+ ../../../libs/pugixml/include/pugiconfig.hpp \
+ ../../../libs/openFrameworks/graphics/ofGraphicsBaseTypes.h \
+ ../../../libs/openFrameworks/graphics/ofGraphicsConstants.h \
+ ../../../libs/openFrameworks/types/ofTypes.h \
+ ../../../libs/openFrameworks/types/ofRectangle.h \
+ ../../../libs/openFrameworks/types/ofParameterGroup.h \
+ ../../../libs/openFrameworks/math/ofMath.h \
+ ../../../libs/glm/include/glm/gtc/constants.hpp \
+ ../../../libs/glm/include/glm/gtc/constants.inl \
+ ../../../libs/openFrameworks/math/ofVectorMath.h \
+ ../../../libs/glm/include/glm/mat3x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x3.inl \
+ ../../../libs/glm/include/glm/detail/func_matrix.hpp \
+ ../../../libs/glm/include/glm/detail/../mat2x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x2.inl \
+ ../../../libs/glm/include/glm/detail/../mat2x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x3.inl \
+ ../../../libs/glm/include/glm/detail/../mat2x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x4.inl \
+ ../../../libs/glm/include/glm/detail/../mat3x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x2.inl \
+ ../../../libs/glm/include/glm/detail/../mat3x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x4.inl \
+ ../../../libs/glm/include/glm/detail/../mat4x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x2.inl \
+ ../../../libs/glm/include/glm/detail/../mat4x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x3.inl \
+ ../../../libs/glm/include/glm/detail/../mat4x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x4.inl \
+ ../../../libs/glm/include/glm/detail/type_mat4x4_simd.inl \
+ ../../../libs/glm/include/glm/detail/func_matrix.inl \
+ ../../../libs/glm/include/glm/detail/../geometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_geometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_geometric.inl \
+ ../../../libs/glm/include/glm/detail/func_exponential.hpp \
+ ../../../libs/glm/include/glm/detail/func_exponential.inl \
+ ../../../libs/glm/include/glm/detail/func_exponential_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/exponential.h \
+ ../../../libs/glm/include/glm/detail/func_geometric_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/geometric.h \
+ ../../../libs/glm/include/glm/detail/func_matrix_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/matrix.h \
+ ../../../libs/glm/include/glm/trigonometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_trigonometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_trigonometric.inl \
+ ../../../libs/glm/include/glm/detail/func_trigonometric_simd.inl \
+ ../../../libs/glm/include/glm/exponential.hpp \
+ ../../../libs/glm/include/glm/vector_relational.hpp \
+ ../../../libs/glm/include/glm/ext.hpp \
+ ../../../libs/glm/include/glm/glm.hpp \
+ ../../../libs/glm/include/glm/packing.hpp \
+ ../../../libs/glm/include/glm/detail/func_packing.hpp \
+ ../../../libs/glm/include/glm/detail/func_packing.inl \
+ ../../../libs/glm/include/glm/detail/type_half.hpp \
+ ../../../libs/glm/include/glm/detail/type_half.inl \
+ ../../../libs/glm/include/glm/detail/func_packing_simd.inl \
+ ../../../libs/glm/include/glm/matrix.hpp \
+ ../../../libs/glm/include/glm/integer.hpp \
+ ../../../libs/glm/include/glm/detail/func_integer.hpp \
+ ../../../libs/glm/include/glm/detail/func_integer.inl \
+ ../../../libs/glm/include/glm/detail/func_integer_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/integer.h \
+ ../../../libs/glm/include/glm/./gtc/bitfield.hpp \
+ ../../../libs/glm/include/glm/gtc/bitfield.inl \
+ ../../../libs/glm/include/glm/./gtc/color_space.hpp \
+ ../../../libs/glm/include/glm/gtc/color_space.inl \
+ ../../../libs/glm/include/glm/./gtc/epsilon.hpp \
+ ../../../libs/glm/include/glm/gtc/epsilon.inl \
+ ../../../libs/glm/include/glm/gtc/quaternion.hpp \
+ ../../../libs/glm/include/glm/gtc/quaternion.inl \
+ ../../../libs/glm/include/glm/gtc/quaternion_simd.inl \
+ ../../../libs/glm/include/glm/./gtc/functions.hpp \
+ ../../../libs/glm/include/glm/gtc/functions.inl \
+ ../../../libs/glm/include/glm/./gtc/integer.hpp \
+ ../../../libs/glm/include/glm/gtc/integer.inl \
+ ../../../libs/glm/include/glm/./gtc/matrix_access.hpp \
+ ../../../libs/glm/include/glm/gtc/matrix_access.inl \
+ ../../../libs/glm/include/glm/./gtc/matrix_integer.hpp \
+ ../../../libs/glm/include/glm/./gtc/matrix_inverse.hpp \
+ ../../../libs/glm/include/glm/gtc/matrix_inverse.inl \
+ ../../../libs/glm/include/glm/./gtc/matrix_transform.hpp \
+ ../../../libs/glm/include/glm/gtc/matrix_transform.inl \
+ ../../../libs/glm/include/glm/./gtc/noise.hpp \
+ ../../../libs/glm/include/glm/gtc/../detail/_noise.hpp \
+ ../../../libs/glm/include/glm/gtc/noise.inl \
+ ../../../libs/glm/include/glm/./gtc/packing.hpp \
+ ../../../libs/glm/include/glm/gtc/type_precision.hpp \
+ ../../../libs/glm/include/glm/gtc/../gtc/vec1.hpp \
+ ../../../libs/glm/include/glm/gtc/vec1.inl \
+ ../../../libs/glm/include/glm/gtc/type_precision.inl \
+ ../../../libs/glm/include/glm/gtc/packing.inl \
+ ../../../libs/glm/include/glm/./gtc/random.hpp \
+ ../../../libs/glm/include/glm/gtc/random.inl \
+ ../../../libs/glm/include/glm/./gtc/reciprocal.hpp \
+ ../../../libs/glm/include/glm/gtc/reciprocal.inl \
+ ../../../libs/glm/include/glm/./gtc/round.hpp \
+ ../../../libs/glm/include/glm/gtc/round.inl \
+ ../../../libs/glm/include/glm/./gtc/type_ptr.hpp \
+ ../../../libs/glm/include/glm/gtc/type_ptr.inl \
+ ../../../libs/glm/include/glm/./gtc/ulp.hpp \
+ ../../../libs/glm/include/glm/gtc/ulp.inl \
+ ../../../libs/glm/include/glm/./gtc/type_aligned.hpp \
+ ../../../libs/glm/include/glm/./gtx/associated_min_max.hpp \
+ ../../../libs/glm/include/glm/gtx/associated_min_max.inl \
+ ../../../libs/glm/include/glm/./gtx/bit.hpp \
+ ../../../libs/glm/include/glm/gtx/bit.inl \
+ ../../../libs/glm/include/glm/./gtx/closest_point.hpp \
+ ../../../libs/glm/include/glm/gtx/closest_point.inl \
+ ../../../libs/glm/include/glm/./gtx/color_space.hpp \
+ ../../../libs/glm/include/glm/gtx/color_space.inl \
+ ../../../libs/glm/include/glm/./gtx/color_space_YCoCg.hpp \
+ ../../../libs/glm/include/glm/gtx/color_space_YCoCg.inl \
+ ../../../libs/glm/include/glm/./gtx/compatibility.hpp \
+ ../../../libs/glm/include/glm/gtx/compatibility.inl \
+ ../../../libs/glm/include/glm/./gtx/component_wise.hpp \
+ ../../../libs/glm/include/glm/gtx/component_wise.inl \
+ ../../../libs/glm/include/glm/./gtx/dual_quaternion.hpp \
+ ../../../libs/glm/include/glm/gtx/dual_quaternion.inl \
+ ../../../libs/glm/include/glm/./gtx/euler_angles.hpp \
+ ../../../libs/glm/include/glm/gtx/euler_angles.inl \
+ ../../../libs/glm/include/glm/./gtx/extend.hpp \
+ ../../../libs/glm/include/glm/gtx/extend.inl \
+ ../../../libs/glm/include/glm/./gtx/extended_min_max.hpp \
+ ../../../libs/glm/include/glm/gtx/extended_min_max.inl \
+ ../../../libs/glm/include/glm/./gtx/fast_exponential.hpp \
+ ../../../libs/glm/include/glm/gtx/fast_exponential.inl \
+ ../../../libs/glm/include/glm/./gtx/fast_square_root.hpp \
+ ../../../libs/glm/include/glm/gtx/fast_square_root.inl \
+ ../../../libs/glm/include/glm/./gtx/fast_trigonometry.hpp \
+ ../../../libs/glm/include/glm/gtx/fast_trigonometry.inl \
+ ../../../libs/glm/include/glm/./gtx/gradient_paint.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/optimum_pow.hpp \
+ ../../../libs/glm/include/glm/gtx/optimum_pow.inl \
+ ../../../libs/glm/include/glm/gtx/gradient_paint.inl \
+ ../../../libs/glm/include/glm/./gtx/handed_coordinate_space.hpp \
+ ../../../libs/glm/include/glm/gtx/handed_coordinate_space.inl \
+ ../../../libs/glm/include/glm/./gtx/integer.hpp \
+ ../../../libs/glm/include/glm/gtx/integer.inl \
+ ../../../libs/glm/include/glm/./gtx/intersect.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/vector_query.hpp \
+ ../../../libs/glm/include/glm/gtx/vector_query.inl \
+ ../../../libs/glm/include/glm/gtx/intersect.inl \
+ ../../../libs/glm/include/glm/./gtx/log_base.hpp \
+ ../../../libs/glm/include/glm/gtx/log_base.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_cross_product.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_cross_product.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_interpolation.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_interpolation.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_major_storage.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_major_storage.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_operation.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_operation.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_query.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_query.inl \
+ ../../../libs/glm/include/glm/./gtx/mixed_product.hpp \
+ ../../../libs/glm/include/glm/gtx/mixed_product.inl \
+ ../../../libs/glm/include/glm/./gtx/norm.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/quaternion.hpp \
+ ../../../libs/glm/include/glm/gtx/quaternion.inl \
+ ../../../libs/glm/include/glm/gtx/norm.inl \
+ ../../../libs/glm/include/glm/./gtx/normal.hpp \
+ ../../../libs/glm/include/glm/gtx/normal.inl \
+ ../../../libs/glm/include/glm/./gtx/normalize_dot.hpp \
+ ../../../libs/glm/include/glm/gtx/normalize_dot.inl \
+ ../../../libs/glm/include/glm/./gtx/number_precision.hpp \
+ ../../../libs/glm/include/glm/gtx/number_precision.inl \
+ ../../../libs/glm/include/glm/./gtx/orthonormalize.hpp \
+ ../../../libs/glm/include/glm/gtx/orthonormalize.inl \
+ ../../../libs/glm/include/glm/./gtx/perpendicular.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/projection.hpp \
+ ../../../libs/glm/include/glm/gtx/projection.inl \
+ ../../../libs/glm/include/glm/gtx/perpendicular.inl \
+ ../../../libs/glm/include/glm/./gtx/polar_coordinates.hpp \
+ ../../../libs/glm/include/glm/gtx/polar_coordinates.inl \
+ ../../../libs/glm/include/glm/./gtx/raw_data.hpp \
+ ../../../libs/glm/include/glm/gtx/raw_data.inl \
+ ../../../libs/glm/include/glm/./gtx/rotate_vector.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/transform.hpp \
+ ../../../libs/glm/include/glm/gtx/transform.inl \
+ ../../../libs/glm/include/glm/gtx/rotate_vector.inl \
+ ../../../libs/glm/include/glm/./gtx/spline.hpp \
+ ../../../libs/glm/include/glm/gtx/spline.inl \
+ ../../../libs/glm/include/glm/./gtx/std_based_type.hpp \
+ ../../../libs/glm/include/glm/gtx/std_based_type.inl \
+ ../../../libs/glm/include/glm/./gtx/string_cast.hpp \
+ ../../../libs/glm/include/glm/gtx/string_cast.inl \
+ ../../../libs/glm/include/glm/./gtx/transform2.hpp \
+ ../../../libs/glm/include/glm/gtx/transform2.inl \
+ ../../../libs/glm/include/glm/./gtx/vector_angle.hpp \
+ ../../../libs/glm/include/glm/gtx/vector_angle.inl \
+ ../../../libs/glm/include/glm/./gtx/wrap.hpp \
+ ../../../libs/glm/include/glm/gtx/wrap.inl \
+ ../../../libs/glm/include/glm/./gtx/scalar_multiplication.hpp \
+ ../../../libs/glm/include/glm/./gtx/range.hpp \
+ ../../../libs/openFrameworks/math/ofMatrix3x3.h \
+ ../../../libs/openFrameworks/math/ofMatrix4x4.h \
+ ../../../libs/openFrameworks/math/ofQuaternion.h \
+ ../../../libs/openFrameworks/communication/ofSerial.h \
+ ../../../libs/openFrameworks/communication/ofArduino.h \
+ ../../../libs/openFrameworks/gl/ofFbo.h \
+ ../../../libs/openFrameworks/gl/ofTexture.h \
+ ../../../libs/openFrameworks/gl/ofGLBaseTypes.h \
+ ../../../libs/openFrameworks/gl/ofGLRenderer.h \
+ ../../../libs/openFrameworks/graphics/ofPolyline.h \
+ ../../../libs/openFrameworks/graphics/ofPolyline.inl \
+ ../../../libs/openFrameworks/app/ofAppRunner.h \
+ ../../../libs/openFrameworks/app/ofWindowSettings.h \
+ ../../../libs/openFrameworks/app/ofMainLoop.h \
+ ../../../libs/openFrameworks/graphics/of3dGraphics.h \
+ ../../../libs/openFrameworks/3d/of3dPrimitives.h \
+ ../../../libs/openFrameworks/3d/ofMesh.h \
+ ../../../libs/openFrameworks/gl/ofGLUtils.h \
+ ../../../libs/openFrameworks/3d/ofMesh.inl \
+ ../../../libs/openFrameworks/3d/ofNode.h \
+ ../../../libs/openFrameworks/graphics/ofBitmapFont.h \
+ ../../../libs/openFrameworks/graphics/ofPixels.h \
+ ../../../libs/openFrameworks/graphics/ofGraphics.h \
+ ../../../libs/openFrameworks/utils/ofMatrixStack.h \
+ ../../../libs/openFrameworks/graphics/ofPath.h \
+ ../../../libs/openFrameworks/gl/ofVboMesh.h \
+ ../../../libs/openFrameworks/gl/ofVbo.h \
+ ../../../libs/openFrameworks/gl/ofBufferObject.h \
+ ../../../libs/openFrameworks/graphics/ofTessellator.h \
+ ../../../libs/openFrameworks/gl/ofLight.h \
+ ../../../libs/openFrameworks/gl/ofMaterial.h \
+ ../../../libs/openFrameworks/gl/ofShader.h \
+ ../../../libs/openFrameworks/graphics/ofCairoRenderer.h \
+ ../../../libs/cairo/include/cairo/cairo.h \
+ ../../../libs/cairo/include/cairo/cairo-version.h \
+ ../../../libs/cairo/include/cairo/cairo-features.h \
+ ../../../libs/cairo/include/cairo/cairo-deprecated.h \
+ ../../../libs/openFrameworks/graphics/ofImage.h \
+ ../../../libs/openFrameworks/graphics/ofRendererCollection.h \
+ ../../../libs/openFrameworks/graphics/ofTrueTypeFont.h \
+ ../../../libs/openFrameworks/app/ofBaseApp.h \
+ ../../../libs/openFrameworks/sound/ofSoundBaseTypes.h \
+ ../../../libs/openFrameworks/app/ofAppBaseWindow.h \
+ ../../../libs/openFrameworks/app/ofAppGLFWWindow.h \
+ ../../../libs/openFrameworks/app/ofAppGlutWindow.h \
+ ../../../libs/openFrameworks/sound/ofSoundStream.h \
+ ../../../libs/openFrameworks/sound/ofSoundPlayer.h \
+ ../../../libs/openFrameworks/sound/ofFmodSoundPlayer.h \
+ ../../../libs/fmodex/include/fmod.h \
+ ../../../libs/fmodex/include/fmod_codec.h \
+ ../../../libs/fmodex/include/fmod_dsp.h \
+ ../../../libs/fmodex/include/fmod_memoryinfo.h \
+ ../../../libs/fmodex/include/fmod_errors.h \
+ ../../../libs/openFrameworks/sound/ofSoundBuffer.h \
+ ../../../libs/openFrameworks/video/ofVideoGrabber.h \
+ ../../../libs/openFrameworks/video/ofVideoBaseTypes.h \
+ ../../../libs/openFrameworks/video/ofAVFoundationGrabber.h \
+ ../../../libs/openFrameworks/video/ofVideoPlayer.h \
+ ../../../libs/openFrameworks/video/ofAVFoundationPlayer.h \
+ ../../../libs/openFrameworks/video/ofAVFoundationVideoPlayer.h \
+ ../../../libs/openFrameworks/3d/of3dUtils.h \
+ ../../../libs/openFrameworks/3d/ofCamera.h \
+ ../../../libs/openFrameworks/3d/ofEasyCam.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/example/src/ofApp.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/ofxFilterLibrary.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/TiltShiftFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GaussianBlurFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3PingPongFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractPingPongRenderer.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3TextureSamplingFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParametricObject.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterV.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/AbstractParameter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterF.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterI.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterT.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter4f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterMatrix4f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2fv.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3fv.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/KuwaharaFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ToonFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BloomFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SmoothToonFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/FilterChain.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CGAColorspaceFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LookupFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/VoronoiFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/VignetteFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PerlinPixellationFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PixelateFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EmbossFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3ConvolutionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BilateralFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ZoomBlurFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ErosionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DilationFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/XYDerivativeFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SobelEdgeDetectionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GrayscaleFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HarrisCornerDetectionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ThresholdedNonMaximumSuppressionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CornerDetectionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorPackingFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LowPassFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DissolveBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractTwoInputFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AverageColorFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/MotionDetectionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SketchFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/MultiplyBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EdgeTangentFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BrightnessFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SaturationFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HueFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GammaFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ContrastFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AlphaBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AdditiveBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/NormalBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DarkenBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorBurnFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ChromaKeyBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PoissonBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractTwoInputCrossTextureSamplingFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ExclusionBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PosterizeFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LaplacianFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GradientMapFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DisplacementFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DoGFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DirectionalDoGFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractDoGFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/FlowDoGFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EdgeTangentSmoothingFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HalftoneFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CrosshatchFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AlphaMaskFilter.h
+
+../../../libs/openFrameworks/ofMain.h:
+
+../../../libs/openFrameworks/utils/ofConstants.h:
+
+../../../libs/glew/include/GL/glew.h:
+
+../../../libs/tess2/include/tesselator.h:
+
+../../../libs/openFrameworks/utils/ofFileUtils.h:
+
+../../../libs/boost/include/boost/filesystem.hpp:
+
+../../../libs/boost/include/boost/filesystem/config.hpp:
+
+../../../libs/boost/include/boost/config.hpp:
+
+../../../libs/boost/include/boost/config/user.hpp:
+
+../../../libs/boost/include/boost/config/select_compiler_config.hpp:
+
+../../../libs/boost/include/boost/config/compiler/clang.hpp:
+
+../../../libs/boost/include/boost/config/select_stdlib_config.hpp:
+
+../../../libs/boost/include/boost/config/stdlib/libcpp.hpp:
+
+../../../libs/boost/include/boost/config/select_platform_config.hpp:
+
+../../../libs/boost/include/boost/config/platform/macos.hpp:
+
+../../../libs/boost/include/boost/config/posix_features.hpp:
+
+../../../libs/boost/include/boost/config/suffix.hpp:
+
+../../../libs/boost/include/boost/system/api_config.hpp:
+
+../../../libs/boost/include/boost/detail/workaround.hpp:
+
+../../../libs/boost/include/boost/config/auto_link.hpp:
+
+../../../libs/boost/include/boost/filesystem/path.hpp:
+
+../../../libs/boost/include/boost/filesystem/path_traits.hpp:
+
+../../../libs/boost/include/boost/utility/enable_if.hpp:
+
+../../../libs/boost/include/boost/core/enable_if.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_array.hpp:
+
+../../../libs/boost/include/boost/type_traits/integral_constant.hpp:
+
+../../../libs/boost/include/boost/type_traits/decay.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_function.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_lvalue_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_rvalue_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/detail/config.hpp:
+
+../../../libs/boost/include/boost/version.hpp:
+
+../../../libs/boost/include/boost/type_traits/detail/is_function_ptr_helper.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_bounds.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_extent.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_cv.hpp:
+
+../../../libs/boost/include/boost/system/error_code.hpp:
+
+../../../libs/boost/include/boost/system/config.hpp:
+
+../../../libs/boost/include/boost/predef/platform.h:
+
+../../../libs/boost/include/boost/predef/platform/mingw.h:
+
+../../../libs/boost/include/boost/predef/version_number.h:
+
+../../../libs/boost/include/boost/predef/make.h:
+
+../../../libs/boost/include/boost/predef/detail/test.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_desktop.h:
+
+../../../libs/boost/include/boost/predef/os/windows.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_store.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_phone.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_runtime.h:
+
+../../../libs/boost/include/boost/cstdint.hpp:
+
+../../../libs/boost/include/boost/assert.hpp:
+
+../../../libs/boost/include/boost/noncopyable.hpp:
+
+../../../libs/boost/include/boost/core/noncopyable.hpp:
+
+../../../libs/boost/include/boost/cerrno.hpp:
+
+../../../libs/boost/include/boost/config/abi_prefix.hpp:
+
+../../../libs/boost/include/boost/config/abi_suffix.hpp:
+
+../../../libs/boost/include/boost/system/system_error.hpp:
+
+../../../libs/boost/include/boost/iterator/iterator_facade.hpp:
+
+../../../libs/boost/include/boost/iterator.hpp:
+
+../../../libs/boost/include/boost/iterator/interoperable.hpp:
+
+../../../libs/boost/include/boost/mpl/bool.hpp:
+
+../../../libs/boost/include/boost/mpl/bool_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/adl_barrier.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/adl.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/msvc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/intel.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/gcc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/workaround.hpp:
+
+../../../libs/boost/include/boost/mpl/integral_c_tag.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/static_constant.hpp:
+
+../../../libs/boost/include/boost/mpl/or.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/use_preprocessed.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/nested_type_wknd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na_spec.hpp:
+
+../../../libs/boost/include/boost/mpl/lambda_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/void_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/ctps.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/ttp.hpp:
+
+../../../libs/boost/include/boost/mpl/int.hpp:
+
+../../../libs/boost/include/boost/mpl/int_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/nttp_decl.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/nttp.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/integral_wrapper.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/static_cast.hpp:
+
+../../../libs/boost/include/boost/preprocessor/cat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/config/config.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/lambda_arity_param.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/template_arity_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/arity.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/dtp.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/params.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/preprocessor.hpp:
+
+../../../libs/boost/include/boost/preprocessor/comma_if.hpp:
+
+../../../libs/boost/include/boost/preprocessor/punctuation/comma_if.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/if.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/iif.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/bool.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/empty.hpp:
+
+../../../libs/boost/include/boost/preprocessor/punctuation/comma.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repeat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repetition/repeat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/debug/error.hpp:
+
+../../../libs/boost/include/boost/preprocessor/detail/auto_rec.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/eat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/inc.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/inc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/enum.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:
+
+../../../libs/boost/include/boost/mpl/limits/arity.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/and.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/bitand.hpp:
+
+../../../libs/boost/include/boost/preprocessor/identity.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/identity.hpp:
+
+../../../libs/boost/include/boost/preprocessor/empty.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/add.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/dec.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/while.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/fold_left.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/detail/fold_left.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/expr_iif.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/adt.hpp:
+
+../../../libs/boost/include/boost/preprocessor/detail/is_binary.hpp:
+
+../../../libs/boost/include/boost/preprocessor/detail/check.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/compl.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/fold_right.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/detail/fold_right.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/reverse.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/detail/while.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/elem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/expand.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/overload.hpp:
+
+../../../libs/boost/include/boost/preprocessor/variadic/size.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/rem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/detail/is_single_return.hpp:
+
+../../../libs/boost/include/boost/preprocessor/variadic/elem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/sub.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/eti.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/overload_resolution.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/lambda_support.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/include_preprocessed.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/compiler.hpp:
+
+../../../libs/boost/include/boost/preprocessor/stringize.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/or.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_convertible.hpp:
+
+../../../libs/boost/include/boost/type_traits/intrinsics.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/config_def.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/config_undef.hpp:
+
+../../../libs/boost/include/boost/iterator/iterator_traits.hpp:
+
+../../../libs/boost/include/boost/detail/iterator.hpp:
+
+../../../libs/boost/include/boost/iterator/iterator_categories.hpp:
+
+../../../libs/boost/include/boost/mpl/eval_if.hpp:
+
+../../../libs/boost/include/boost/mpl/if.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/value_wknd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/integral.hpp:
+
+../../../libs/boost/include/boost/mpl/identity.hpp:
+
+../../../libs/boost/include/boost/mpl/placeholders.hpp:
+
+../../../libs/boost/include/boost/mpl/arg.hpp:
+
+../../../libs/boost/include/boost/mpl/arg_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na_assert.hpp:
+
+../../../libs/boost/include/boost/mpl/assert.hpp:
+
+../../../libs/boost/include/boost/mpl/not.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/yes_no.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/arrays.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/gpu.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/pp_counter.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/arity_spec.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/arg_typedef.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:
+
+../../../libs/boost/include/boost/static_assert.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/facade_iterator_category.hpp:
+
+../../../libs/boost/include/boost/mpl/and.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/and.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_same.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_const.hpp:
+
+../../../libs/boost/include/boost/detail/indirect_traits.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_class.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_volatile.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_member_function_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_member_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_pointer.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/enable_if.hpp:
+
+../../../libs/boost/include/boost/utility/addressof.hpp:
+
+../../../libs/boost/include/boost/core/addressof.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_const.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_lvalue_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_const.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_pod.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_void.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_scalar.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_arithmetic.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_integral.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_floating_point.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_enum.hpp:
+
+../../../libs/boost/include/boost/mpl/always.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/default_params.hpp:
+
+../../../libs/boost/include/boost/mpl/apply.hpp:
+
+../../../libs/boost/include/boost/mpl/apply_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/apply_wrap.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/has_apply.hpp:
+
+../../../libs/boost/include/boost/mpl/has_xxx.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/type_wrapper.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/has_xxx.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/msvc_typename.hpp:
+
+../../../libs/boost/include/boost/preprocessor/array/elem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/array/data.hpp:
+
+../../../libs/boost/include/boost/preprocessor/array/size.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repetition/enum_params.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repetition/enum_trailing_params.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/has_apply.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/msvc_never_true.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp:
+
+../../../libs/boost/include/boost/mpl/lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/bind.hpp:
+
+../../../libs/boost/include/boost/mpl/bind_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/bind.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/next.hpp:
+
+../../../libs/boost/include/boost/mpl/next_prior.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/common_name_wknd.hpp:
+
+../../../libs/boost/include/boost/mpl/protect.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/full_lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/quote.hpp:
+
+../../../libs/boost/include/boost/mpl/void.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/has_type.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/bcc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/quote.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/template_arity.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply.hpp:
+
+../../../libs/boost/include/boost/shared_ptr.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/shared_ptr.hpp:
+
+../../../libs/boost/include/boost/config/no_tr1/memory.hpp:
+
+../../../libs/boost/include/boost/checked_delete.hpp:
+
+../../../libs/boost/include/boost/core/checked_delete.hpp:
+
+../../../libs/boost/include/boost/throw_exception.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/shared_count.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/bad_weak_ptr.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_has_sync.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp:
+
+../../../libs/boost/include/boost/detail/sp_typeinfo.hpp:
+
+../../../libs/boost/include/boost/core/typeinfo.hpp:
+
+../../../libs/boost/include/boost/core/demangle.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_impl.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_disable_deprecated.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_convertible.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_nullptr_t.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_noexcept.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/spinlock_pool.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/spinlock.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/spinlock_std_atomic.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/yield_k.hpp:
+
+../../../libs/boost/include/boost/predef.h:
+
+../../../libs/boost/include/boost/predef/language.h:
+
+../../../libs/boost/include/boost/predef/language/stdc.h:
+
+../../../libs/boost/include/boost/predef/language/stdcpp.h:
+
+../../../libs/boost/include/boost/predef/language/objc.h:
+
+../../../libs/boost/include/boost/predef/architecture.h:
+
+../../../libs/boost/include/boost/predef/architecture/alpha.h:
+
+../../../libs/boost/include/boost/predef/architecture/arm.h:
+
+../../../libs/boost/include/boost/predef/architecture/blackfin.h:
+
+../../../libs/boost/include/boost/predef/architecture/convex.h:
+
+../../../libs/boost/include/boost/predef/architecture/ia64.h:
+
+../../../libs/boost/include/boost/predef/architecture/m68k.h:
+
+../../../libs/boost/include/boost/predef/architecture/mips.h:
+
+../../../libs/boost/include/boost/predef/architecture/parisc.h:
+
+../../../libs/boost/include/boost/predef/architecture/ppc.h:
+
+../../../libs/boost/include/boost/predef/architecture/pyramid.h:
+
+../../../libs/boost/include/boost/predef/architecture/rs6k.h:
+
+../../../libs/boost/include/boost/predef/architecture/sparc.h:
+
+../../../libs/boost/include/boost/predef/architecture/superh.h:
+
+../../../libs/boost/include/boost/predef/architecture/sys370.h:
+
+../../../libs/boost/include/boost/predef/architecture/sys390.h:
+
+../../../libs/boost/include/boost/predef/architecture/x86.h:
+
+../../../libs/boost/include/boost/predef/architecture/x86/32.h:
+
+../../../libs/boost/include/boost/predef/architecture/x86/64.h:
+
+../../../libs/boost/include/boost/predef/architecture/z.h:
+
+../../../libs/boost/include/boost/predef/compiler.h:
+
+../../../libs/boost/include/boost/predef/compiler/borland.h:
+
+../../../libs/boost/include/boost/predef/compiler/clang.h:
+
+../../../libs/boost/include/boost/predef/detail/comp_detected.h:
+
+../../../libs/boost/include/boost/predef/compiler/comeau.h:
+
+../../../libs/boost/include/boost/predef/compiler/compaq.h:
+
+../../../libs/boost/include/boost/predef/compiler/diab.h:
+
+../../../libs/boost/include/boost/predef/compiler/digitalmars.h:
+
+../../../libs/boost/include/boost/predef/compiler/dignus.h:
+
+../../../libs/boost/include/boost/predef/compiler/edg.h:
+
+../../../libs/boost/include/boost/predef/compiler/ekopath.h:
+
+../../../libs/boost/include/boost/predef/compiler/gcc_xml.h:
+
+../../../libs/boost/include/boost/predef/compiler/gcc.h:
+
+../../../libs/boost/include/boost/predef/compiler/greenhills.h:
+
+../../../libs/boost/include/boost/predef/compiler/hp_acc.h:
+
+../../../libs/boost/include/boost/predef/compiler/iar.h:
+
+../../../libs/boost/include/boost/predef/compiler/ibm.h:
+
+../../../libs/boost/include/boost/predef/compiler/intel.h:
+
+../../../libs/boost/include/boost/predef/compiler/kai.h:
+
+../../../libs/boost/include/boost/predef/compiler/llvm.h:
+
+../../../libs/boost/include/boost/predef/compiler/metaware.h:
+
+../../../libs/boost/include/boost/predef/compiler/metrowerks.h:
+
+../../../libs/boost/include/boost/predef/compiler/microtec.h:
+
+../../../libs/boost/include/boost/predef/compiler/mpw.h:
+
+../../../libs/boost/include/boost/predef/compiler/palm.h:
+
+../../../libs/boost/include/boost/predef/compiler/pgi.h:
+
+../../../libs/boost/include/boost/predef/compiler/sgi_mipspro.h:
+
+../../../libs/boost/include/boost/predef/compiler/sunpro.h:
+
+../../../libs/boost/include/boost/predef/compiler/tendra.h:
+
+../../../libs/boost/include/boost/predef/compiler/visualc.h:
+
+../../../libs/boost/include/boost/predef/compiler/watcom.h:
+
+../../../libs/boost/include/boost/predef/library.h:
+
+../../../libs/boost/include/boost/predef/library/c.h:
+
+../../../libs/boost/include/boost/predef/library/c/_prefix.h:
+
+../../../libs/boost/include/boost/predef/detail/_cassert.h:
+
+../../../libs/boost/include/boost/predef/library/c/gnu.h:
+
+../../../libs/boost/include/boost/predef/library/c/uc.h:
+
+../../../libs/boost/include/boost/predef/library/c/vms.h:
+
+../../../libs/boost/include/boost/predef/library/c/zos.h:
+
+../../../libs/boost/include/boost/predef/library/std.h:
+
+../../../libs/boost/include/boost/predef/library/std/_prefix.h:
+
+../../../libs/boost/include/boost/predef/detail/_exception.h:
+
+../../../libs/boost/include/boost/predef/library/std/cxx.h:
+
+../../../libs/boost/include/boost/predef/library/std/dinkumware.h:
+
+../../../libs/boost/include/boost/predef/library/std/libcomo.h:
+
+../../../libs/boost/include/boost/predef/library/std/modena.h:
+
+../../../libs/boost/include/boost/predef/library/std/msl.h:
+
+../../../libs/boost/include/boost/predef/library/std/roguewave.h:
+
+../../../libs/boost/include/boost/predef/library/std/sgi.h:
+
+../../../libs/boost/include/boost/predef/library/std/stdcpp3.h:
+
+../../../libs/boost/include/boost/predef/library/std/stlport.h:
+
+../../../libs/boost/include/boost/predef/library/std/vacpp.h:
+
+../../../libs/boost/include/boost/predef/os.h:
+
+../../../libs/boost/include/boost/predef/os/aix.h:
+
+../../../libs/boost/include/boost/predef/os/amigaos.h:
+
+../../../libs/boost/include/boost/predef/os/android.h:
+
+../../../libs/boost/include/boost/predef/os/beos.h:
+
+../../../libs/boost/include/boost/predef/os/bsd.h:
+
+../../../libs/boost/include/boost/predef/os/macos.h:
+
+../../../libs/boost/include/boost/predef/os/ios.h:
+
+../../../libs/boost/include/boost/predef/detail/os_detected.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/bsdi.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/dragonfly.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/free.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/open.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/net.h:
+
+../../../libs/boost/include/boost/predef/os/cygwin.h:
+
+../../../libs/boost/include/boost/predef/os/haiku.h:
+
+../../../libs/boost/include/boost/predef/os/hpux.h:
+
+../../../libs/boost/include/boost/predef/os/irix.h:
+
+../../../libs/boost/include/boost/predef/os/linux.h:
+
+../../../libs/boost/include/boost/predef/os/os400.h:
+
+../../../libs/boost/include/boost/predef/os/qnxnto.h:
+
+../../../libs/boost/include/boost/predef/os/solaris.h:
+
+../../../libs/boost/include/boost/predef/os/unix.h:
+
+../../../libs/boost/include/boost/predef/os/vms.h:
+
+../../../libs/boost/include/boost/predef/other.h:
+
+../../../libs/boost/include/boost/predef/other/endian.h:
+
+../../../libs/boost/include/boost/predef/hardware.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86/versions.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86_amd.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86_amd/versions.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/arm.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/arm/versions.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/ppc.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/ppc/versions.h:
+
+../../../libs/boost/include/boost/predef/version.h:
+
+../../../libs/boost/include/boost/smart_ptr/detail/operator_bool.hpp:
+
+../../../libs/boost/include/boost/io/detail/quoted_manip.hpp:
+
+../../../libs/boost/include/boost/io/ios_state.hpp:
+
+../../../libs/boost/include/boost/io_fwd.hpp:
+
+../../../libs/boost/include/boost/functional/hash_fwd.hpp:
+
+../../../libs/boost/include/boost/functional/hash/hash_fwd.hpp:
+
+../../../libs/boost/include/boost/filesystem/operations.hpp:
+
+../../../libs/boost/include/boost/detail/scoped_enum_emulation.hpp:
+
+../../../libs/boost/include/boost/core/scoped_enum.hpp:
+
+../../../libs/boost/include/boost/detail/bitmask.hpp:
+
+../../../libs/boost/include/boost/range/mutable_iterator.hpp:
+
+../../../libs/boost/include/boost/range/config.hpp:
+
+../../../libs/boost/include/boost/range/range_fwd.hpp:
+
+../../../libs/boost/include/boost/range/detail/extract_optional_type.hpp:
+
+../../../libs/boost/include/boost/range/detail/msvc_has_iterator_workaround.hpp:
+
+../../../libs/boost/include/boost/range/const_iterator.hpp:
+
+../../../libs/boost/include/boost/filesystem/convenience.hpp:
+
+../../../libs/boost/include/boost/filesystem/string_file.hpp:
+
+../../../libs/boost/include/boost/filesystem/fstream.hpp:
+
+../../../libs/openFrameworks/utils/ofLog.h:
+
+../../../libs/openFrameworks/utils/ofSystemUtils.h:
+
+../../../libs/openFrameworks/utils/ofURLFileLoader.h:
+
+../../../libs/openFrameworks/events/ofEvents.h:
+
+../../../libs/openFrameworks/events/ofEventUtils.h:
+
+../../../libs/openFrameworks/events/ofEvent.h:
+
+../../../libs/openFrameworks/utils/ofTimer.h:
+
+../../../libs/openFrameworks/utils/ofUtils.h:
+
+../../../libs/utf8/include/utf8.h:
+
+../../../libs/utf8/include/utf8/checked.h:
+
+../../../libs/utf8/include/utf8/core.h:
+
+../../../libs/utf8/include/utf8/unchecked.h:
+
+../../../libs/openFrameworks/utils/ofFpsCounter.h:
+
+../../../libs/glm/include/glm/vec2.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec2.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec.hpp:
+
+../../../libs/glm/include/glm/detail/precision.hpp:
+
+../../../libs/glm/include/glm/detail/setup.hpp:
+
+../../../libs/glm/include/glm/detail/../simd/platform.h:
+
+../../../libs/glm/include/glm/detail/type_int.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec2.inl:
+
+../../../libs/openFrameworks/utils/ofThread.h:
+
+../../../libs/openFrameworks/utils/ofThreadChannel.h:
+
+../../../libs/openFrameworks/utils/ofJson.h:
+
+../../../libs/json/include/json.hpp:
+
+../../../libs/openFrameworks/types/ofParameter.h:
+
+../../../libs/openFrameworks/types/ofPoint.h:
+
+../../../libs/openFrameworks/math/ofVec3f.h:
+
+../../../libs/openFrameworks/math/ofVec2f.h:
+
+../../../libs/openFrameworks/math/ofMathConstants.h:
+
+../../../libs/glm/include/glm/fwd.hpp:
+
+../../../libs/glm/include/glm/detail/type_float.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat.hpp:
+
+../../../libs/openFrameworks/math/ofVec4f.h:
+
+../../../libs/glm/include/glm/vec4.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec4.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec4.inl:
+
+../../../libs/glm/include/glm/detail/type_vec4_simd.inl:
+
+../../../libs/glm/include/glm/vec3.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec3.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec3.inl:
+
+../../../libs/openFrameworks/types/ofColor.h:
+
+../../../libs/glm/include/glm/common.hpp:
+
+../../../libs/glm/include/glm/detail/func_common.hpp:
+
+../../../libs/glm/include/glm/detail/_fixes.hpp:
+
+../../../libs/glm/include/glm/detail/func_common.inl:
+
+../../../libs/glm/include/glm/detail/func_vector_relational.hpp:
+
+../../../libs/glm/include/glm/detail/func_vector_relational.inl:
+
+../../../libs/glm/include/glm/detail/func_vector_relational_simd.inl:
+
+../../../libs/glm/include/glm/detail/_vectorize.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec1.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec1.inl:
+
+../../../libs/glm/include/glm/detail/func_common_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/common.h:
+
+../../../libs/openFrameworks/utils/ofXml.h:
+
+../../../libs/pugixml/include/pugixml.hpp:
+
+../../../libs/pugixml/include/pugiconfig.hpp:
+
+../../../libs/openFrameworks/graphics/ofGraphicsBaseTypes.h:
+
+../../../libs/openFrameworks/graphics/ofGraphicsConstants.h:
+
+../../../libs/openFrameworks/types/ofTypes.h:
+
+../../../libs/openFrameworks/types/ofRectangle.h:
+
+../../../libs/openFrameworks/types/ofParameterGroup.h:
+
+../../../libs/openFrameworks/math/ofMath.h:
+
+../../../libs/glm/include/glm/gtc/constants.hpp:
+
+../../../libs/glm/include/glm/gtc/constants.inl:
+
+../../../libs/openFrameworks/math/ofVectorMath.h:
+
+../../../libs/glm/include/glm/mat3x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x3.inl:
+
+../../../libs/glm/include/glm/detail/func_matrix.hpp:
+
+../../../libs/glm/include/glm/detail/../mat2x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x2.inl:
+
+../../../libs/glm/include/glm/detail/../mat2x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x3.inl:
+
+../../../libs/glm/include/glm/detail/../mat2x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x4.inl:
+
+../../../libs/glm/include/glm/detail/../mat3x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x2.inl:
+
+../../../libs/glm/include/glm/detail/../mat3x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x4.inl:
+
+../../../libs/glm/include/glm/detail/../mat4x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x2.inl:
+
+../../../libs/glm/include/glm/detail/../mat4x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x3.inl:
+
+../../../libs/glm/include/glm/detail/../mat4x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x4.inl:
+
+../../../libs/glm/include/glm/detail/type_mat4x4_simd.inl:
+
+../../../libs/glm/include/glm/detail/func_matrix.inl:
+
+../../../libs/glm/include/glm/detail/../geometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_geometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_geometric.inl:
+
+../../../libs/glm/include/glm/detail/func_exponential.hpp:
+
+../../../libs/glm/include/glm/detail/func_exponential.inl:
+
+../../../libs/glm/include/glm/detail/func_exponential_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/exponential.h:
+
+../../../libs/glm/include/glm/detail/func_geometric_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/geometric.h:
+
+../../../libs/glm/include/glm/detail/func_matrix_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/matrix.h:
+
+../../../libs/glm/include/glm/trigonometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_trigonometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_trigonometric.inl:
+
+../../../libs/glm/include/glm/detail/func_trigonometric_simd.inl:
+
+../../../libs/glm/include/glm/exponential.hpp:
+
+../../../libs/glm/include/glm/vector_relational.hpp:
+
+../../../libs/glm/include/glm/ext.hpp:
+
+../../../libs/glm/include/glm/glm.hpp:
+
+../../../libs/glm/include/glm/packing.hpp:
+
+../../../libs/glm/include/glm/detail/func_packing.hpp:
+
+../../../libs/glm/include/glm/detail/func_packing.inl:
+
+../../../libs/glm/include/glm/detail/type_half.hpp:
+
+../../../libs/glm/include/glm/detail/type_half.inl:
+
+../../../libs/glm/include/glm/detail/func_packing_simd.inl:
+
+../../../libs/glm/include/glm/matrix.hpp:
+
+../../../libs/glm/include/glm/integer.hpp:
+
+../../../libs/glm/include/glm/detail/func_integer.hpp:
+
+../../../libs/glm/include/glm/detail/func_integer.inl:
+
+../../../libs/glm/include/glm/detail/func_integer_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/integer.h:
+
+../../../libs/glm/include/glm/./gtc/bitfield.hpp:
+
+../../../libs/glm/include/glm/gtc/bitfield.inl:
+
+../../../libs/glm/include/glm/./gtc/color_space.hpp:
+
+../../../libs/glm/include/glm/gtc/color_space.inl:
+
+../../../libs/glm/include/glm/./gtc/epsilon.hpp:
+
+../../../libs/glm/include/glm/gtc/epsilon.inl:
+
+../../../libs/glm/include/glm/gtc/quaternion.hpp:
+
+../../../libs/glm/include/glm/gtc/quaternion.inl:
+
+../../../libs/glm/include/glm/gtc/quaternion_simd.inl:
+
+../../../libs/glm/include/glm/./gtc/functions.hpp:
+
+../../../libs/glm/include/glm/gtc/functions.inl:
+
+../../../libs/glm/include/glm/./gtc/integer.hpp:
+
+../../../libs/glm/include/glm/gtc/integer.inl:
+
+../../../libs/glm/include/glm/./gtc/matrix_access.hpp:
+
+../../../libs/glm/include/glm/gtc/matrix_access.inl:
+
+../../../libs/glm/include/glm/./gtc/matrix_integer.hpp:
+
+../../../libs/glm/include/glm/./gtc/matrix_inverse.hpp:
+
+../../../libs/glm/include/glm/gtc/matrix_inverse.inl:
+
+../../../libs/glm/include/glm/./gtc/matrix_transform.hpp:
+
+../../../libs/glm/include/glm/gtc/matrix_transform.inl:
+
+../../../libs/glm/include/glm/./gtc/noise.hpp:
+
+../../../libs/glm/include/glm/gtc/../detail/_noise.hpp:
+
+../../../libs/glm/include/glm/gtc/noise.inl:
+
+../../../libs/glm/include/glm/./gtc/packing.hpp:
+
+../../../libs/glm/include/glm/gtc/type_precision.hpp:
+
+../../../libs/glm/include/glm/gtc/../gtc/vec1.hpp:
+
+../../../libs/glm/include/glm/gtc/vec1.inl:
+
+../../../libs/glm/include/glm/gtc/type_precision.inl:
+
+../../../libs/glm/include/glm/gtc/packing.inl:
+
+../../../libs/glm/include/glm/./gtc/random.hpp:
+
+../../../libs/glm/include/glm/gtc/random.inl:
+
+../../../libs/glm/include/glm/./gtc/reciprocal.hpp:
+
+../../../libs/glm/include/glm/gtc/reciprocal.inl:
+
+../../../libs/glm/include/glm/./gtc/round.hpp:
+
+../../../libs/glm/include/glm/gtc/round.inl:
+
+../../../libs/glm/include/glm/./gtc/type_ptr.hpp:
+
+../../../libs/glm/include/glm/gtc/type_ptr.inl:
+
+../../../libs/glm/include/glm/./gtc/ulp.hpp:
+
+../../../libs/glm/include/glm/gtc/ulp.inl:
+
+../../../libs/glm/include/glm/./gtc/type_aligned.hpp:
+
+../../../libs/glm/include/glm/./gtx/associated_min_max.hpp:
+
+../../../libs/glm/include/glm/gtx/associated_min_max.inl:
+
+../../../libs/glm/include/glm/./gtx/bit.hpp:
+
+../../../libs/glm/include/glm/gtx/bit.inl:
+
+../../../libs/glm/include/glm/./gtx/closest_point.hpp:
+
+../../../libs/glm/include/glm/gtx/closest_point.inl:
+
+../../../libs/glm/include/glm/./gtx/color_space.hpp:
+
+../../../libs/glm/include/glm/gtx/color_space.inl:
+
+../../../libs/glm/include/glm/./gtx/color_space_YCoCg.hpp:
+
+../../../libs/glm/include/glm/gtx/color_space_YCoCg.inl:
+
+../../../libs/glm/include/glm/./gtx/compatibility.hpp:
+
+../../../libs/glm/include/glm/gtx/compatibility.inl:
+
+../../../libs/glm/include/glm/./gtx/component_wise.hpp:
+
+../../../libs/glm/include/glm/gtx/component_wise.inl:
+
+../../../libs/glm/include/glm/./gtx/dual_quaternion.hpp:
+
+../../../libs/glm/include/glm/gtx/dual_quaternion.inl:
+
+../../../libs/glm/include/glm/./gtx/euler_angles.hpp:
+
+../../../libs/glm/include/glm/gtx/euler_angles.inl:
+
+../../../libs/glm/include/glm/./gtx/extend.hpp:
+
+../../../libs/glm/include/glm/gtx/extend.inl:
+
+../../../libs/glm/include/glm/./gtx/extended_min_max.hpp:
+
+../../../libs/glm/include/glm/gtx/extended_min_max.inl:
+
+../../../libs/glm/include/glm/./gtx/fast_exponential.hpp:
+
+../../../libs/glm/include/glm/gtx/fast_exponential.inl:
+
+../../../libs/glm/include/glm/./gtx/fast_square_root.hpp:
+
+../../../libs/glm/include/glm/gtx/fast_square_root.inl:
+
+../../../libs/glm/include/glm/./gtx/fast_trigonometry.hpp:
+
+../../../libs/glm/include/glm/gtx/fast_trigonometry.inl:
+
+../../../libs/glm/include/glm/./gtx/gradient_paint.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/optimum_pow.hpp:
+
+../../../libs/glm/include/glm/gtx/optimum_pow.inl:
+
+../../../libs/glm/include/glm/gtx/gradient_paint.inl:
+
+../../../libs/glm/include/glm/./gtx/handed_coordinate_space.hpp:
+
+../../../libs/glm/include/glm/gtx/handed_coordinate_space.inl:
+
+../../../libs/glm/include/glm/./gtx/integer.hpp:
+
+../../../libs/glm/include/glm/gtx/integer.inl:
+
+../../../libs/glm/include/glm/./gtx/intersect.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/vector_query.hpp:
+
+../../../libs/glm/include/glm/gtx/vector_query.inl:
+
+../../../libs/glm/include/glm/gtx/intersect.inl:
+
+../../../libs/glm/include/glm/./gtx/log_base.hpp:
+
+../../../libs/glm/include/glm/gtx/log_base.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_cross_product.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_cross_product.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_interpolation.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_interpolation.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_major_storage.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_major_storage.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_operation.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_operation.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_query.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_query.inl:
+
+../../../libs/glm/include/glm/./gtx/mixed_product.hpp:
+
+../../../libs/glm/include/glm/gtx/mixed_product.inl:
+
+../../../libs/glm/include/glm/./gtx/norm.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/quaternion.hpp:
+
+../../../libs/glm/include/glm/gtx/quaternion.inl:
+
+../../../libs/glm/include/glm/gtx/norm.inl:
+
+../../../libs/glm/include/glm/./gtx/normal.hpp:
+
+../../../libs/glm/include/glm/gtx/normal.inl:
+
+../../../libs/glm/include/glm/./gtx/normalize_dot.hpp:
+
+../../../libs/glm/include/glm/gtx/normalize_dot.inl:
+
+../../../libs/glm/include/glm/./gtx/number_precision.hpp:
+
+../../../libs/glm/include/glm/gtx/number_precision.inl:
+
+../../../libs/glm/include/glm/./gtx/orthonormalize.hpp:
+
+../../../libs/glm/include/glm/gtx/orthonormalize.inl:
+
+../../../libs/glm/include/glm/./gtx/perpendicular.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/projection.hpp:
+
+../../../libs/glm/include/glm/gtx/projection.inl:
+
+../../../libs/glm/include/glm/gtx/perpendicular.inl:
+
+../../../libs/glm/include/glm/./gtx/polar_coordinates.hpp:
+
+../../../libs/glm/include/glm/gtx/polar_coordinates.inl:
+
+../../../libs/glm/include/glm/./gtx/raw_data.hpp:
+
+../../../libs/glm/include/glm/gtx/raw_data.inl:
+
+../../../libs/glm/include/glm/./gtx/rotate_vector.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/transform.hpp:
+
+../../../libs/glm/include/glm/gtx/transform.inl:
+
+../../../libs/glm/include/glm/gtx/rotate_vector.inl:
+
+../../../libs/glm/include/glm/./gtx/spline.hpp:
+
+../../../libs/glm/include/glm/gtx/spline.inl:
+
+../../../libs/glm/include/glm/./gtx/std_based_type.hpp:
+
+../../../libs/glm/include/glm/gtx/std_based_type.inl:
+
+../../../libs/glm/include/glm/./gtx/string_cast.hpp:
+
+../../../libs/glm/include/glm/gtx/string_cast.inl:
+
+../../../libs/glm/include/glm/./gtx/transform2.hpp:
+
+../../../libs/glm/include/glm/gtx/transform2.inl:
+
+../../../libs/glm/include/glm/./gtx/vector_angle.hpp:
+
+../../../libs/glm/include/glm/gtx/vector_angle.inl:
+
+../../../libs/glm/include/glm/./gtx/wrap.hpp:
+
+../../../libs/glm/include/glm/gtx/wrap.inl:
+
+../../../libs/glm/include/glm/./gtx/scalar_multiplication.hpp:
+
+../../../libs/glm/include/glm/./gtx/range.hpp:
+
+../../../libs/openFrameworks/math/ofMatrix3x3.h:
+
+../../../libs/openFrameworks/math/ofMatrix4x4.h:
+
+../../../libs/openFrameworks/math/ofQuaternion.h:
+
+../../../libs/openFrameworks/communication/ofSerial.h:
+
+../../../libs/openFrameworks/communication/ofArduino.h:
+
+../../../libs/openFrameworks/gl/ofFbo.h:
+
+../../../libs/openFrameworks/gl/ofTexture.h:
+
+../../../libs/openFrameworks/gl/ofGLBaseTypes.h:
+
+../../../libs/openFrameworks/gl/ofGLRenderer.h:
+
+../../../libs/openFrameworks/graphics/ofPolyline.h:
+
+../../../libs/openFrameworks/graphics/ofPolyline.inl:
+
+../../../libs/openFrameworks/app/ofAppRunner.h:
+
+../../../libs/openFrameworks/app/ofWindowSettings.h:
+
+../../../libs/openFrameworks/app/ofMainLoop.h:
+
+../../../libs/openFrameworks/graphics/of3dGraphics.h:
+
+../../../libs/openFrameworks/3d/of3dPrimitives.h:
+
+../../../libs/openFrameworks/3d/ofMesh.h:
+
+../../../libs/openFrameworks/gl/ofGLUtils.h:
+
+../../../libs/openFrameworks/3d/ofMesh.inl:
+
+../../../libs/openFrameworks/3d/ofNode.h:
+
+../../../libs/openFrameworks/graphics/ofBitmapFont.h:
+
+../../../libs/openFrameworks/graphics/ofPixels.h:
+
+../../../libs/openFrameworks/graphics/ofGraphics.h:
+
+../../../libs/openFrameworks/utils/ofMatrixStack.h:
+
+../../../libs/openFrameworks/graphics/ofPath.h:
+
+../../../libs/openFrameworks/gl/ofVboMesh.h:
+
+../../../libs/openFrameworks/gl/ofVbo.h:
+
+../../../libs/openFrameworks/gl/ofBufferObject.h:
+
+../../../libs/openFrameworks/graphics/ofTessellator.h:
+
+../../../libs/openFrameworks/gl/ofLight.h:
+
+../../../libs/openFrameworks/gl/ofMaterial.h:
+
+../../../libs/openFrameworks/gl/ofShader.h:
+
+../../../libs/openFrameworks/graphics/ofCairoRenderer.h:
+
+../../../libs/cairo/include/cairo/cairo.h:
+
+../../../libs/cairo/include/cairo/cairo-version.h:
+
+../../../libs/cairo/include/cairo/cairo-features.h:
+
+../../../libs/cairo/include/cairo/cairo-deprecated.h:
+
+../../../libs/openFrameworks/graphics/ofImage.h:
+
+../../../libs/openFrameworks/graphics/ofRendererCollection.h:
+
+../../../libs/openFrameworks/graphics/ofTrueTypeFont.h:
+
+../../../libs/openFrameworks/app/ofBaseApp.h:
+
+../../../libs/openFrameworks/sound/ofSoundBaseTypes.h:
+
+../../../libs/openFrameworks/app/ofAppBaseWindow.h:
+
+../../../libs/openFrameworks/app/ofAppGLFWWindow.h:
+
+../../../libs/openFrameworks/app/ofAppGlutWindow.h:
+
+../../../libs/openFrameworks/sound/ofSoundStream.h:
+
+../../../libs/openFrameworks/sound/ofSoundPlayer.h:
+
+../../../libs/openFrameworks/sound/ofFmodSoundPlayer.h:
+
+../../../libs/fmodex/include/fmod.h:
+
+../../../libs/fmodex/include/fmod_codec.h:
+
+../../../libs/fmodex/include/fmod_dsp.h:
+
+../../../libs/fmodex/include/fmod_memoryinfo.h:
+
+../../../libs/fmodex/include/fmod_errors.h:
+
+../../../libs/openFrameworks/sound/ofSoundBuffer.h:
+
+../../../libs/openFrameworks/video/ofVideoGrabber.h:
+
+../../../libs/openFrameworks/video/ofVideoBaseTypes.h:
+
+../../../libs/openFrameworks/video/ofAVFoundationGrabber.h:
+
+../../../libs/openFrameworks/video/ofVideoPlayer.h:
+
+../../../libs/openFrameworks/video/ofAVFoundationPlayer.h:
+
+../../../libs/openFrameworks/video/ofAVFoundationVideoPlayer.h:
+
+../../../libs/openFrameworks/3d/of3dUtils.h:
+
+../../../libs/openFrameworks/3d/ofCamera.h:
+
+../../../libs/openFrameworks/3d/ofEasyCam.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/example/src/ofApp.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/ofxFilterLibrary.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/TiltShiftFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GaussianBlurFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3PingPongFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractPingPongRenderer.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3TextureSamplingFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParametricObject.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterV.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/AbstractParameter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterF.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterI.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterT.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter4f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterMatrix4f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2fv.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3fv.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/KuwaharaFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ToonFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BloomFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SmoothToonFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/FilterChain.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CGAColorspaceFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LookupFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/VoronoiFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/VignetteFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PerlinPixellationFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PixelateFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EmbossFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3ConvolutionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BilateralFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ZoomBlurFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ErosionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DilationFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/XYDerivativeFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SobelEdgeDetectionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GrayscaleFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HarrisCornerDetectionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ThresholdedNonMaximumSuppressionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CornerDetectionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorPackingFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LowPassFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DissolveBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractTwoInputFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AverageColorFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/MotionDetectionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SketchFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/MultiplyBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EdgeTangentFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BrightnessFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SaturationFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HueFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GammaFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ContrastFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AlphaBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AdditiveBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/NormalBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DarkenBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorBurnFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ChromaKeyBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PoissonBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractTwoInputCrossTextureSamplingFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ExclusionBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PosterizeFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LaplacianFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GradientMapFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DisplacementFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DoGFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DirectionalDoGFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractDoGFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/FlowDoGFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EdgeTangentSmoothingFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HalftoneFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CrosshatchFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AlphaMaskFilter.h:
diff --git a/example/obj/osx/Release/src/main.o b/example/obj/osx/Release/src/main.o
new file mode 100644
index 0000000..3c1c63a
Binary files /dev/null and b/example/obj/osx/Release/src/main.o differ
diff --git a/example/obj/osx/Release/src/ofApp.d b/example/obj/osx/Release/src/ofApp.d
new file mode 100644
index 0000000..a3ab759
--- /dev/null
+++ b/example/obj/osx/Release/src/ofApp.d
@@ -0,0 +1,2396 @@
+obj/osx/Release/src/ofApp.o: \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/example/src/ofApp.cpp \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/example/src/ofApp.h \
+ ../../../libs/openFrameworks/ofMain.h \
+ ../../../libs/openFrameworks/utils/ofConstants.h \
+ ../../../libs/glew/include/GL/glew.h \
+ ../../../libs/tess2/include/tesselator.h \
+ ../../../libs/openFrameworks/utils/ofFileUtils.h \
+ ../../../libs/boost/include/boost/filesystem.hpp \
+ ../../../libs/boost/include/boost/filesystem/config.hpp \
+ ../../../libs/boost/include/boost/config.hpp \
+ ../../../libs/boost/include/boost/config/user.hpp \
+ ../../../libs/boost/include/boost/config/select_compiler_config.hpp \
+ ../../../libs/boost/include/boost/config/compiler/clang.hpp \
+ ../../../libs/boost/include/boost/config/select_stdlib_config.hpp \
+ ../../../libs/boost/include/boost/config/stdlib/libcpp.hpp \
+ ../../../libs/boost/include/boost/config/select_platform_config.hpp \
+ ../../../libs/boost/include/boost/config/platform/macos.hpp \
+ ../../../libs/boost/include/boost/config/posix_features.hpp \
+ ../../../libs/boost/include/boost/config/suffix.hpp \
+ ../../../libs/boost/include/boost/system/api_config.hpp \
+ ../../../libs/boost/include/boost/detail/workaround.hpp \
+ ../../../libs/boost/include/boost/config/auto_link.hpp \
+ ../../../libs/boost/include/boost/filesystem/path.hpp \
+ ../../../libs/boost/include/boost/filesystem/path_traits.hpp \
+ ../../../libs/boost/include/boost/utility/enable_if.hpp \
+ ../../../libs/boost/include/boost/core/enable_if.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_array.hpp \
+ ../../../libs/boost/include/boost/type_traits/integral_constant.hpp \
+ ../../../libs/boost/include/boost/type_traits/decay.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_function.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_lvalue_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_rvalue_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/detail/config.hpp \
+ ../../../libs/boost/include/boost/version.hpp \
+ ../../../libs/boost/include/boost/type_traits/detail/is_function_ptr_helper.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_bounds.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_extent.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_cv.hpp \
+ ../../../libs/boost/include/boost/system/error_code.hpp \
+ ../../../libs/boost/include/boost/system/config.hpp \
+ ../../../libs/boost/include/boost/predef/platform.h \
+ ../../../libs/boost/include/boost/predef/platform/mingw.h \
+ ../../../libs/boost/include/boost/predef/version_number.h \
+ ../../../libs/boost/include/boost/predef/make.h \
+ ../../../libs/boost/include/boost/predef/detail/test.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_desktop.h \
+ ../../../libs/boost/include/boost/predef/os/windows.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_store.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_phone.h \
+ ../../../libs/boost/include/boost/predef/platform/windows_runtime.h \
+ ../../../libs/boost/include/boost/cstdint.hpp \
+ ../../../libs/boost/include/boost/assert.hpp \
+ ../../../libs/boost/include/boost/noncopyable.hpp \
+ ../../../libs/boost/include/boost/core/noncopyable.hpp \
+ ../../../libs/boost/include/boost/cerrno.hpp \
+ ../../../libs/boost/include/boost/config/abi_prefix.hpp \
+ ../../../libs/boost/include/boost/config/abi_suffix.hpp \
+ ../../../libs/boost/include/boost/system/system_error.hpp \
+ ../../../libs/boost/include/boost/iterator/iterator_facade.hpp \
+ ../../../libs/boost/include/boost/iterator.hpp \
+ ../../../libs/boost/include/boost/iterator/interoperable.hpp \
+ ../../../libs/boost/include/boost/mpl/bool.hpp \
+ ../../../libs/boost/include/boost/mpl/bool_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/adl_barrier.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/adl.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/msvc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/intel.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/gcc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/workaround.hpp \
+ ../../../libs/boost/include/boost/mpl/integral_c_tag.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/static_constant.hpp \
+ ../../../libs/boost/include/boost/mpl/or.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/use_preprocessed.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/nested_type_wknd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na_spec.hpp \
+ ../../../libs/boost/include/boost/mpl/lambda_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/void_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/ctps.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/ttp.hpp \
+ ../../../libs/boost/include/boost/mpl/int.hpp \
+ ../../../libs/boost/include/boost/mpl/int_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/nttp_decl.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/nttp.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/integral_wrapper.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/static_cast.hpp \
+ ../../../libs/boost/include/boost/preprocessor/cat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/config/config.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/lambda_arity_param.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/template_arity_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/arity.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/dtp.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/params.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/preprocessor.hpp \
+ ../../../libs/boost/include/boost/preprocessor/comma_if.hpp \
+ ../../../libs/boost/include/boost/preprocessor/punctuation/comma_if.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/if.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/iif.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/bool.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/empty.hpp \
+ ../../../libs/boost/include/boost/preprocessor/punctuation/comma.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repeat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repetition/repeat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/debug/error.hpp \
+ ../../../libs/boost/include/boost/preprocessor/detail/auto_rec.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/eat.hpp \
+ ../../../libs/boost/include/boost/preprocessor/inc.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/inc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/enum.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp \
+ ../../../libs/boost/include/boost/mpl/limits/arity.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/and.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/bitand.hpp \
+ ../../../libs/boost/include/boost/preprocessor/identity.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/identity.hpp \
+ ../../../libs/boost/include/boost/preprocessor/empty.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/add.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/dec.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/while.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/fold_left.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/detail/fold_left.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/expr_iif.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/adt.hpp \
+ ../../../libs/boost/include/boost/preprocessor/detail/is_binary.hpp \
+ ../../../libs/boost/include/boost/preprocessor/detail/check.hpp \
+ ../../../libs/boost/include/boost/preprocessor/logical/compl.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/fold_right.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/detail/fold_right.hpp \
+ ../../../libs/boost/include/boost/preprocessor/list/reverse.hpp \
+ ../../../libs/boost/include/boost/preprocessor/control/detail/while.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/elem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/expand.hpp \
+ ../../../libs/boost/include/boost/preprocessor/facilities/overload.hpp \
+ ../../../libs/boost/include/boost/preprocessor/variadic/size.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/rem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/tuple/detail/is_single_return.hpp \
+ ../../../libs/boost/include/boost/preprocessor/variadic/elem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/arithmetic/sub.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/eti.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/overload_resolution.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/lambda_support.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/include_preprocessed.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/compiler.hpp \
+ ../../../libs/boost/include/boost/preprocessor/stringize.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/or.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_convertible.hpp \
+ ../../../libs/boost/include/boost/type_traits/intrinsics.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/config_def.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/config_undef.hpp \
+ ../../../libs/boost/include/boost/iterator/iterator_traits.hpp \
+ ../../../libs/boost/include/boost/detail/iterator.hpp \
+ ../../../libs/boost/include/boost/iterator/iterator_categories.hpp \
+ ../../../libs/boost/include/boost/mpl/eval_if.hpp \
+ ../../../libs/boost/include/boost/mpl/if.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/value_wknd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/integral.hpp \
+ ../../../libs/boost/include/boost/mpl/identity.hpp \
+ ../../../libs/boost/include/boost/mpl/placeholders.hpp \
+ ../../../libs/boost/include/boost/mpl/arg.hpp \
+ ../../../libs/boost/include/boost/mpl/arg_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/na_assert.hpp \
+ ../../../libs/boost/include/boost/mpl/assert.hpp \
+ ../../../libs/boost/include/boost/mpl/not.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/yes_no.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/arrays.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/gpu.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/pp_counter.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/arity_spec.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/arg_typedef.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp \
+ ../../../libs/boost/include/boost/static_assert.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/facade_iterator_category.hpp \
+ ../../../libs/boost/include/boost/mpl/and.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/and.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_same.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_const.hpp \
+ ../../../libs/boost/include/boost/detail/indirect_traits.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_class.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_volatile.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_member_function_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_member_pointer.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_pointer.hpp \
+ ../../../libs/boost/include/boost/iterator/detail/enable_if.hpp \
+ ../../../libs/boost/include/boost/utility/addressof.hpp \
+ ../../../libs/boost/include/boost/core/addressof.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_const.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_lvalue_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/add_reference.hpp \
+ ../../../libs/boost/include/boost/type_traits/remove_const.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_pod.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_void.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_scalar.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_arithmetic.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_integral.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_floating_point.hpp \
+ ../../../libs/boost/include/boost/type_traits/is_enum.hpp \
+ ../../../libs/boost/include/boost/mpl/always.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessor/default_params.hpp \
+ ../../../libs/boost/include/boost/mpl/apply.hpp \
+ ../../../libs/boost/include/boost/mpl/apply_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/apply_wrap.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/has_apply.hpp \
+ ../../../libs/boost/include/boost/mpl/has_xxx.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/type_wrapper.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/has_xxx.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/msvc_typename.hpp \
+ ../../../libs/boost/include/boost/preprocessor/array/elem.hpp \
+ ../../../libs/boost/include/boost/preprocessor/array/data.hpp \
+ ../../../libs/boost/include/boost/preprocessor/array/size.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repetition/enum_params.hpp \
+ ../../../libs/boost/include/boost/preprocessor/repetition/enum_trailing_params.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/has_apply.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/msvc_never_true.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp \
+ ../../../libs/boost/include/boost/mpl/lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/bind.hpp \
+ ../../../libs/boost/include/boost/mpl/bind_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/bind.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp \
+ ../../../libs/boost/include/boost/mpl/next.hpp \
+ ../../../libs/boost/include/boost/mpl/next_prior.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/common_name_wknd.hpp \
+ ../../../libs/boost/include/boost/mpl/protect.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/full_lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/quote.hpp \
+ ../../../libs/boost/include/boost/mpl/void.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/has_type.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/config/bcc.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/quote.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/template_arity.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp \
+ ../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply.hpp \
+ ../../../libs/boost/include/boost/shared_ptr.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/shared_ptr.hpp \
+ ../../../libs/boost/include/boost/config/no_tr1/memory.hpp \
+ ../../../libs/boost/include/boost/checked_delete.hpp \
+ ../../../libs/boost/include/boost/core/checked_delete.hpp \
+ ../../../libs/boost/include/boost/throw_exception.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/shared_count.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/bad_weak_ptr.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_has_sync.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp \
+ ../../../libs/boost/include/boost/detail/sp_typeinfo.hpp \
+ ../../../libs/boost/include/boost/core/typeinfo.hpp \
+ ../../../libs/boost/include/boost/core/demangle.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_impl.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_disable_deprecated.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_convertible.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_nullptr_t.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/sp_noexcept.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/spinlock_pool.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/spinlock.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/spinlock_std_atomic.hpp \
+ ../../../libs/boost/include/boost/smart_ptr/detail/yield_k.hpp \
+ ../../../libs/boost/include/boost/predef.h \
+ ../../../libs/boost/include/boost/predef/language.h \
+ ../../../libs/boost/include/boost/predef/language/stdc.h \
+ ../../../libs/boost/include/boost/predef/language/stdcpp.h \
+ ../../../libs/boost/include/boost/predef/language/objc.h \
+ ../../../libs/boost/include/boost/predef/architecture.h \
+ ../../../libs/boost/include/boost/predef/architecture/alpha.h \
+ ../../../libs/boost/include/boost/predef/architecture/arm.h \
+ ../../../libs/boost/include/boost/predef/architecture/blackfin.h \
+ ../../../libs/boost/include/boost/predef/architecture/convex.h \
+ ../../../libs/boost/include/boost/predef/architecture/ia64.h \
+ ../../../libs/boost/include/boost/predef/architecture/m68k.h \
+ ../../../libs/boost/include/boost/predef/architecture/mips.h \
+ ../../../libs/boost/include/boost/predef/architecture/parisc.h \
+ ../../../libs/boost/include/boost/predef/architecture/ppc.h \
+ ../../../libs/boost/include/boost/predef/architecture/pyramid.h \
+ ../../../libs/boost/include/boost/predef/architecture/rs6k.h \
+ ../../../libs/boost/include/boost/predef/architecture/sparc.h \
+ ../../../libs/boost/include/boost/predef/architecture/superh.h \
+ ../../../libs/boost/include/boost/predef/architecture/sys370.h \
+ ../../../libs/boost/include/boost/predef/architecture/sys390.h \
+ ../../../libs/boost/include/boost/predef/architecture/x86.h \
+ ../../../libs/boost/include/boost/predef/architecture/x86/32.h \
+ ../../../libs/boost/include/boost/predef/architecture/x86/64.h \
+ ../../../libs/boost/include/boost/predef/architecture/z.h \
+ ../../../libs/boost/include/boost/predef/compiler.h \
+ ../../../libs/boost/include/boost/predef/compiler/borland.h \
+ ../../../libs/boost/include/boost/predef/compiler/clang.h \
+ ../../../libs/boost/include/boost/predef/detail/comp_detected.h \
+ ../../../libs/boost/include/boost/predef/compiler/comeau.h \
+ ../../../libs/boost/include/boost/predef/compiler/compaq.h \
+ ../../../libs/boost/include/boost/predef/compiler/diab.h \
+ ../../../libs/boost/include/boost/predef/compiler/digitalmars.h \
+ ../../../libs/boost/include/boost/predef/compiler/dignus.h \
+ ../../../libs/boost/include/boost/predef/compiler/edg.h \
+ ../../../libs/boost/include/boost/predef/compiler/ekopath.h \
+ ../../../libs/boost/include/boost/predef/compiler/gcc_xml.h \
+ ../../../libs/boost/include/boost/predef/compiler/gcc.h \
+ ../../../libs/boost/include/boost/predef/compiler/greenhills.h \
+ ../../../libs/boost/include/boost/predef/compiler/hp_acc.h \
+ ../../../libs/boost/include/boost/predef/compiler/iar.h \
+ ../../../libs/boost/include/boost/predef/compiler/ibm.h \
+ ../../../libs/boost/include/boost/predef/compiler/intel.h \
+ ../../../libs/boost/include/boost/predef/compiler/kai.h \
+ ../../../libs/boost/include/boost/predef/compiler/llvm.h \
+ ../../../libs/boost/include/boost/predef/compiler/metaware.h \
+ ../../../libs/boost/include/boost/predef/compiler/metrowerks.h \
+ ../../../libs/boost/include/boost/predef/compiler/microtec.h \
+ ../../../libs/boost/include/boost/predef/compiler/mpw.h \
+ ../../../libs/boost/include/boost/predef/compiler/palm.h \
+ ../../../libs/boost/include/boost/predef/compiler/pgi.h \
+ ../../../libs/boost/include/boost/predef/compiler/sgi_mipspro.h \
+ ../../../libs/boost/include/boost/predef/compiler/sunpro.h \
+ ../../../libs/boost/include/boost/predef/compiler/tendra.h \
+ ../../../libs/boost/include/boost/predef/compiler/visualc.h \
+ ../../../libs/boost/include/boost/predef/compiler/watcom.h \
+ ../../../libs/boost/include/boost/predef/library.h \
+ ../../../libs/boost/include/boost/predef/library/c.h \
+ ../../../libs/boost/include/boost/predef/library/c/_prefix.h \
+ ../../../libs/boost/include/boost/predef/detail/_cassert.h \
+ ../../../libs/boost/include/boost/predef/library/c/gnu.h \
+ ../../../libs/boost/include/boost/predef/library/c/uc.h \
+ ../../../libs/boost/include/boost/predef/library/c/vms.h \
+ ../../../libs/boost/include/boost/predef/library/c/zos.h \
+ ../../../libs/boost/include/boost/predef/library/std.h \
+ ../../../libs/boost/include/boost/predef/library/std/_prefix.h \
+ ../../../libs/boost/include/boost/predef/detail/_exception.h \
+ ../../../libs/boost/include/boost/predef/library/std/cxx.h \
+ ../../../libs/boost/include/boost/predef/library/std/dinkumware.h \
+ ../../../libs/boost/include/boost/predef/library/std/libcomo.h \
+ ../../../libs/boost/include/boost/predef/library/std/modena.h \
+ ../../../libs/boost/include/boost/predef/library/std/msl.h \
+ ../../../libs/boost/include/boost/predef/library/std/roguewave.h \
+ ../../../libs/boost/include/boost/predef/library/std/sgi.h \
+ ../../../libs/boost/include/boost/predef/library/std/stdcpp3.h \
+ ../../../libs/boost/include/boost/predef/library/std/stlport.h \
+ ../../../libs/boost/include/boost/predef/library/std/vacpp.h \
+ ../../../libs/boost/include/boost/predef/os.h \
+ ../../../libs/boost/include/boost/predef/os/aix.h \
+ ../../../libs/boost/include/boost/predef/os/amigaos.h \
+ ../../../libs/boost/include/boost/predef/os/android.h \
+ ../../../libs/boost/include/boost/predef/os/beos.h \
+ ../../../libs/boost/include/boost/predef/os/bsd.h \
+ ../../../libs/boost/include/boost/predef/os/macos.h \
+ ../../../libs/boost/include/boost/predef/os/ios.h \
+ ../../../libs/boost/include/boost/predef/detail/os_detected.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/bsdi.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/dragonfly.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/free.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/open.h \
+ ../../../libs/boost/include/boost/predef/os/bsd/net.h \
+ ../../../libs/boost/include/boost/predef/os/cygwin.h \
+ ../../../libs/boost/include/boost/predef/os/haiku.h \
+ ../../../libs/boost/include/boost/predef/os/hpux.h \
+ ../../../libs/boost/include/boost/predef/os/irix.h \
+ ../../../libs/boost/include/boost/predef/os/linux.h \
+ ../../../libs/boost/include/boost/predef/os/os400.h \
+ ../../../libs/boost/include/boost/predef/os/qnxnto.h \
+ ../../../libs/boost/include/boost/predef/os/solaris.h \
+ ../../../libs/boost/include/boost/predef/os/unix.h \
+ ../../../libs/boost/include/boost/predef/os/vms.h \
+ ../../../libs/boost/include/boost/predef/other.h \
+ ../../../libs/boost/include/boost/predef/other/endian.h \
+ ../../../libs/boost/include/boost/predef/hardware.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86/versions.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86_amd.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/x86_amd/versions.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/arm.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/arm/versions.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/ppc.h \
+ ../../../libs/boost/include/boost/predef/hardware/simd/ppc/versions.h \
+ ../../../libs/boost/include/boost/predef/version.h \
+ ../../../libs/boost/include/boost/smart_ptr/detail/operator_bool.hpp \
+ ../../../libs/boost/include/boost/io/detail/quoted_manip.hpp \
+ ../../../libs/boost/include/boost/io/ios_state.hpp \
+ ../../../libs/boost/include/boost/io_fwd.hpp \
+ ../../../libs/boost/include/boost/functional/hash_fwd.hpp \
+ ../../../libs/boost/include/boost/functional/hash/hash_fwd.hpp \
+ ../../../libs/boost/include/boost/filesystem/operations.hpp \
+ ../../../libs/boost/include/boost/detail/scoped_enum_emulation.hpp \
+ ../../../libs/boost/include/boost/core/scoped_enum.hpp \
+ ../../../libs/boost/include/boost/detail/bitmask.hpp \
+ ../../../libs/boost/include/boost/range/mutable_iterator.hpp \
+ ../../../libs/boost/include/boost/range/config.hpp \
+ ../../../libs/boost/include/boost/range/range_fwd.hpp \
+ ../../../libs/boost/include/boost/range/detail/extract_optional_type.hpp \
+ ../../../libs/boost/include/boost/range/detail/msvc_has_iterator_workaround.hpp \
+ ../../../libs/boost/include/boost/range/const_iterator.hpp \
+ ../../../libs/boost/include/boost/filesystem/convenience.hpp \
+ ../../../libs/boost/include/boost/filesystem/string_file.hpp \
+ ../../../libs/boost/include/boost/filesystem/fstream.hpp \
+ ../../../libs/openFrameworks/utils/ofLog.h \
+ ../../../libs/openFrameworks/utils/ofSystemUtils.h \
+ ../../../libs/openFrameworks/utils/ofURLFileLoader.h \
+ ../../../libs/openFrameworks/events/ofEvents.h \
+ ../../../libs/openFrameworks/events/ofEventUtils.h \
+ ../../../libs/openFrameworks/events/ofEvent.h \
+ ../../../libs/openFrameworks/utils/ofTimer.h \
+ ../../../libs/openFrameworks/utils/ofUtils.h \
+ ../../../libs/utf8/include/utf8.h \
+ ../../../libs/utf8/include/utf8/checked.h \
+ ../../../libs/utf8/include/utf8/core.h \
+ ../../../libs/utf8/include/utf8/unchecked.h \
+ ../../../libs/openFrameworks/utils/ofFpsCounter.h \
+ ../../../libs/glm/include/glm/vec2.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec2.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec.hpp \
+ ../../../libs/glm/include/glm/detail/precision.hpp \
+ ../../../libs/glm/include/glm/detail/setup.hpp \
+ ../../../libs/glm/include/glm/detail/../simd/platform.h \
+ ../../../libs/glm/include/glm/detail/type_int.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec2.inl \
+ ../../../libs/openFrameworks/utils/ofThread.h \
+ ../../../libs/openFrameworks/utils/ofThreadChannel.h \
+ ../../../libs/openFrameworks/utils/ofJson.h \
+ ../../../libs/json/include/json.hpp \
+ ../../../libs/openFrameworks/types/ofParameter.h \
+ ../../../libs/openFrameworks/types/ofPoint.h \
+ ../../../libs/openFrameworks/math/ofVec3f.h \
+ ../../../libs/openFrameworks/math/ofVec2f.h \
+ ../../../libs/openFrameworks/math/ofMathConstants.h \
+ ../../../libs/glm/include/glm/fwd.hpp \
+ ../../../libs/glm/include/glm/detail/type_float.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat.hpp \
+ ../../../libs/openFrameworks/math/ofVec4f.h \
+ ../../../libs/glm/include/glm/vec4.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec4.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec4.inl \
+ ../../../libs/glm/include/glm/detail/type_vec4_simd.inl \
+ ../../../libs/glm/include/glm/vec3.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec3.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec3.inl \
+ ../../../libs/openFrameworks/types/ofColor.h \
+ ../../../libs/glm/include/glm/common.hpp \
+ ../../../libs/glm/include/glm/detail/func_common.hpp \
+ ../../../libs/glm/include/glm/detail/_fixes.hpp \
+ ../../../libs/glm/include/glm/detail/func_common.inl \
+ ../../../libs/glm/include/glm/detail/func_vector_relational.hpp \
+ ../../../libs/glm/include/glm/detail/func_vector_relational.inl \
+ ../../../libs/glm/include/glm/detail/func_vector_relational_simd.inl \
+ ../../../libs/glm/include/glm/detail/_vectorize.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec1.hpp \
+ ../../../libs/glm/include/glm/detail/type_vec1.inl \
+ ../../../libs/glm/include/glm/detail/func_common_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/common.h \
+ ../../../libs/openFrameworks/utils/ofXml.h \
+ ../../../libs/pugixml/include/pugixml.hpp \
+ ../../../libs/pugixml/include/pugiconfig.hpp \
+ ../../../libs/openFrameworks/graphics/ofGraphicsBaseTypes.h \
+ ../../../libs/openFrameworks/graphics/ofGraphicsConstants.h \
+ ../../../libs/openFrameworks/types/ofTypes.h \
+ ../../../libs/openFrameworks/types/ofRectangle.h \
+ ../../../libs/openFrameworks/types/ofParameterGroup.h \
+ ../../../libs/openFrameworks/math/ofMath.h \
+ ../../../libs/glm/include/glm/gtc/constants.hpp \
+ ../../../libs/glm/include/glm/gtc/constants.inl \
+ ../../../libs/openFrameworks/math/ofVectorMath.h \
+ ../../../libs/glm/include/glm/mat3x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x3.inl \
+ ../../../libs/glm/include/glm/detail/func_matrix.hpp \
+ ../../../libs/glm/include/glm/detail/../mat2x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x2.inl \
+ ../../../libs/glm/include/glm/detail/../mat2x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x3.inl \
+ ../../../libs/glm/include/glm/detail/../mat2x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat2x4.inl \
+ ../../../libs/glm/include/glm/detail/../mat3x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x2.inl \
+ ../../../libs/glm/include/glm/detail/../mat3x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat3x4.inl \
+ ../../../libs/glm/include/glm/detail/../mat4x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x2.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x2.inl \
+ ../../../libs/glm/include/glm/detail/../mat4x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x3.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x3.inl \
+ ../../../libs/glm/include/glm/detail/../mat4x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x4.hpp \
+ ../../../libs/glm/include/glm/detail/type_mat4x4.inl \
+ ../../../libs/glm/include/glm/detail/type_mat4x4_simd.inl \
+ ../../../libs/glm/include/glm/detail/func_matrix.inl \
+ ../../../libs/glm/include/glm/detail/../geometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_geometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_geometric.inl \
+ ../../../libs/glm/include/glm/detail/func_exponential.hpp \
+ ../../../libs/glm/include/glm/detail/func_exponential.inl \
+ ../../../libs/glm/include/glm/detail/func_exponential_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/exponential.h \
+ ../../../libs/glm/include/glm/detail/func_geometric_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/geometric.h \
+ ../../../libs/glm/include/glm/detail/func_matrix_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/matrix.h \
+ ../../../libs/glm/include/glm/trigonometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_trigonometric.hpp \
+ ../../../libs/glm/include/glm/detail/func_trigonometric.inl \
+ ../../../libs/glm/include/glm/detail/func_trigonometric_simd.inl \
+ ../../../libs/glm/include/glm/exponential.hpp \
+ ../../../libs/glm/include/glm/vector_relational.hpp \
+ ../../../libs/glm/include/glm/ext.hpp \
+ ../../../libs/glm/include/glm/glm.hpp \
+ ../../../libs/glm/include/glm/packing.hpp \
+ ../../../libs/glm/include/glm/detail/func_packing.hpp \
+ ../../../libs/glm/include/glm/detail/func_packing.inl \
+ ../../../libs/glm/include/glm/detail/type_half.hpp \
+ ../../../libs/glm/include/glm/detail/type_half.inl \
+ ../../../libs/glm/include/glm/detail/func_packing_simd.inl \
+ ../../../libs/glm/include/glm/matrix.hpp \
+ ../../../libs/glm/include/glm/integer.hpp \
+ ../../../libs/glm/include/glm/detail/func_integer.hpp \
+ ../../../libs/glm/include/glm/detail/func_integer.inl \
+ ../../../libs/glm/include/glm/detail/func_integer_simd.inl \
+ ../../../libs/glm/include/glm/detail/../simd/integer.h \
+ ../../../libs/glm/include/glm/./gtc/bitfield.hpp \
+ ../../../libs/glm/include/glm/gtc/bitfield.inl \
+ ../../../libs/glm/include/glm/./gtc/color_space.hpp \
+ ../../../libs/glm/include/glm/gtc/color_space.inl \
+ ../../../libs/glm/include/glm/./gtc/epsilon.hpp \
+ ../../../libs/glm/include/glm/gtc/epsilon.inl \
+ ../../../libs/glm/include/glm/gtc/quaternion.hpp \
+ ../../../libs/glm/include/glm/gtc/quaternion.inl \
+ ../../../libs/glm/include/glm/gtc/quaternion_simd.inl \
+ ../../../libs/glm/include/glm/./gtc/functions.hpp \
+ ../../../libs/glm/include/glm/gtc/functions.inl \
+ ../../../libs/glm/include/glm/./gtc/integer.hpp \
+ ../../../libs/glm/include/glm/gtc/integer.inl \
+ ../../../libs/glm/include/glm/./gtc/matrix_access.hpp \
+ ../../../libs/glm/include/glm/gtc/matrix_access.inl \
+ ../../../libs/glm/include/glm/./gtc/matrix_integer.hpp \
+ ../../../libs/glm/include/glm/./gtc/matrix_inverse.hpp \
+ ../../../libs/glm/include/glm/gtc/matrix_inverse.inl \
+ ../../../libs/glm/include/glm/./gtc/matrix_transform.hpp \
+ ../../../libs/glm/include/glm/gtc/matrix_transform.inl \
+ ../../../libs/glm/include/glm/./gtc/noise.hpp \
+ ../../../libs/glm/include/glm/gtc/../detail/_noise.hpp \
+ ../../../libs/glm/include/glm/gtc/noise.inl \
+ ../../../libs/glm/include/glm/./gtc/packing.hpp \
+ ../../../libs/glm/include/glm/gtc/type_precision.hpp \
+ ../../../libs/glm/include/glm/gtc/../gtc/vec1.hpp \
+ ../../../libs/glm/include/glm/gtc/vec1.inl \
+ ../../../libs/glm/include/glm/gtc/type_precision.inl \
+ ../../../libs/glm/include/glm/gtc/packing.inl \
+ ../../../libs/glm/include/glm/./gtc/random.hpp \
+ ../../../libs/glm/include/glm/gtc/random.inl \
+ ../../../libs/glm/include/glm/./gtc/reciprocal.hpp \
+ ../../../libs/glm/include/glm/gtc/reciprocal.inl \
+ ../../../libs/glm/include/glm/./gtc/round.hpp \
+ ../../../libs/glm/include/glm/gtc/round.inl \
+ ../../../libs/glm/include/glm/./gtc/type_ptr.hpp \
+ ../../../libs/glm/include/glm/gtc/type_ptr.inl \
+ ../../../libs/glm/include/glm/./gtc/ulp.hpp \
+ ../../../libs/glm/include/glm/gtc/ulp.inl \
+ ../../../libs/glm/include/glm/./gtc/type_aligned.hpp \
+ ../../../libs/glm/include/glm/./gtx/associated_min_max.hpp \
+ ../../../libs/glm/include/glm/gtx/associated_min_max.inl \
+ ../../../libs/glm/include/glm/./gtx/bit.hpp \
+ ../../../libs/glm/include/glm/gtx/bit.inl \
+ ../../../libs/glm/include/glm/./gtx/closest_point.hpp \
+ ../../../libs/glm/include/glm/gtx/closest_point.inl \
+ ../../../libs/glm/include/glm/./gtx/color_space.hpp \
+ ../../../libs/glm/include/glm/gtx/color_space.inl \
+ ../../../libs/glm/include/glm/./gtx/color_space_YCoCg.hpp \
+ ../../../libs/glm/include/glm/gtx/color_space_YCoCg.inl \
+ ../../../libs/glm/include/glm/./gtx/compatibility.hpp \
+ ../../../libs/glm/include/glm/gtx/compatibility.inl \
+ ../../../libs/glm/include/glm/./gtx/component_wise.hpp \
+ ../../../libs/glm/include/glm/gtx/component_wise.inl \
+ ../../../libs/glm/include/glm/./gtx/dual_quaternion.hpp \
+ ../../../libs/glm/include/glm/gtx/dual_quaternion.inl \
+ ../../../libs/glm/include/glm/./gtx/euler_angles.hpp \
+ ../../../libs/glm/include/glm/gtx/euler_angles.inl \
+ ../../../libs/glm/include/glm/./gtx/extend.hpp \
+ ../../../libs/glm/include/glm/gtx/extend.inl \
+ ../../../libs/glm/include/glm/./gtx/extended_min_max.hpp \
+ ../../../libs/glm/include/glm/gtx/extended_min_max.inl \
+ ../../../libs/glm/include/glm/./gtx/fast_exponential.hpp \
+ ../../../libs/glm/include/glm/gtx/fast_exponential.inl \
+ ../../../libs/glm/include/glm/./gtx/fast_square_root.hpp \
+ ../../../libs/glm/include/glm/gtx/fast_square_root.inl \
+ ../../../libs/glm/include/glm/./gtx/fast_trigonometry.hpp \
+ ../../../libs/glm/include/glm/gtx/fast_trigonometry.inl \
+ ../../../libs/glm/include/glm/./gtx/gradient_paint.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/optimum_pow.hpp \
+ ../../../libs/glm/include/glm/gtx/optimum_pow.inl \
+ ../../../libs/glm/include/glm/gtx/gradient_paint.inl \
+ ../../../libs/glm/include/glm/./gtx/handed_coordinate_space.hpp \
+ ../../../libs/glm/include/glm/gtx/handed_coordinate_space.inl \
+ ../../../libs/glm/include/glm/./gtx/integer.hpp \
+ ../../../libs/glm/include/glm/gtx/integer.inl \
+ ../../../libs/glm/include/glm/./gtx/intersect.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/vector_query.hpp \
+ ../../../libs/glm/include/glm/gtx/vector_query.inl \
+ ../../../libs/glm/include/glm/gtx/intersect.inl \
+ ../../../libs/glm/include/glm/./gtx/log_base.hpp \
+ ../../../libs/glm/include/glm/gtx/log_base.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_cross_product.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_cross_product.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_interpolation.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_interpolation.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_major_storage.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_major_storage.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_operation.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_operation.inl \
+ ../../../libs/glm/include/glm/./gtx/matrix_query.hpp \
+ ../../../libs/glm/include/glm/gtx/matrix_query.inl \
+ ../../../libs/glm/include/glm/./gtx/mixed_product.hpp \
+ ../../../libs/glm/include/glm/gtx/mixed_product.inl \
+ ../../../libs/glm/include/glm/./gtx/norm.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/quaternion.hpp \
+ ../../../libs/glm/include/glm/gtx/quaternion.inl \
+ ../../../libs/glm/include/glm/gtx/norm.inl \
+ ../../../libs/glm/include/glm/./gtx/normal.hpp \
+ ../../../libs/glm/include/glm/gtx/normal.inl \
+ ../../../libs/glm/include/glm/./gtx/normalize_dot.hpp \
+ ../../../libs/glm/include/glm/gtx/normalize_dot.inl \
+ ../../../libs/glm/include/glm/./gtx/number_precision.hpp \
+ ../../../libs/glm/include/glm/gtx/number_precision.inl \
+ ../../../libs/glm/include/glm/./gtx/orthonormalize.hpp \
+ ../../../libs/glm/include/glm/gtx/orthonormalize.inl \
+ ../../../libs/glm/include/glm/./gtx/perpendicular.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/projection.hpp \
+ ../../../libs/glm/include/glm/gtx/projection.inl \
+ ../../../libs/glm/include/glm/gtx/perpendicular.inl \
+ ../../../libs/glm/include/glm/./gtx/polar_coordinates.hpp \
+ ../../../libs/glm/include/glm/gtx/polar_coordinates.inl \
+ ../../../libs/glm/include/glm/./gtx/raw_data.hpp \
+ ../../../libs/glm/include/glm/gtx/raw_data.inl \
+ ../../../libs/glm/include/glm/./gtx/rotate_vector.hpp \
+ ../../../libs/glm/include/glm/gtx/../gtx/transform.hpp \
+ ../../../libs/glm/include/glm/gtx/transform.inl \
+ ../../../libs/glm/include/glm/gtx/rotate_vector.inl \
+ ../../../libs/glm/include/glm/./gtx/spline.hpp \
+ ../../../libs/glm/include/glm/gtx/spline.inl \
+ ../../../libs/glm/include/glm/./gtx/std_based_type.hpp \
+ ../../../libs/glm/include/glm/gtx/std_based_type.inl \
+ ../../../libs/glm/include/glm/./gtx/string_cast.hpp \
+ ../../../libs/glm/include/glm/gtx/string_cast.inl \
+ ../../../libs/glm/include/glm/./gtx/transform2.hpp \
+ ../../../libs/glm/include/glm/gtx/transform2.inl \
+ ../../../libs/glm/include/glm/./gtx/vector_angle.hpp \
+ ../../../libs/glm/include/glm/gtx/vector_angle.inl \
+ ../../../libs/glm/include/glm/./gtx/wrap.hpp \
+ ../../../libs/glm/include/glm/gtx/wrap.inl \
+ ../../../libs/glm/include/glm/./gtx/scalar_multiplication.hpp \
+ ../../../libs/glm/include/glm/./gtx/range.hpp \
+ ../../../libs/openFrameworks/math/ofMatrix3x3.h \
+ ../../../libs/openFrameworks/math/ofMatrix4x4.h \
+ ../../../libs/openFrameworks/math/ofQuaternion.h \
+ ../../../libs/openFrameworks/communication/ofSerial.h \
+ ../../../libs/openFrameworks/communication/ofArduino.h \
+ ../../../libs/openFrameworks/gl/ofFbo.h \
+ ../../../libs/openFrameworks/gl/ofTexture.h \
+ ../../../libs/openFrameworks/gl/ofGLBaseTypes.h \
+ ../../../libs/openFrameworks/gl/ofGLRenderer.h \
+ ../../../libs/openFrameworks/graphics/ofPolyline.h \
+ ../../../libs/openFrameworks/graphics/ofPolyline.inl \
+ ../../../libs/openFrameworks/app/ofAppRunner.h \
+ ../../../libs/openFrameworks/app/ofWindowSettings.h \
+ ../../../libs/openFrameworks/app/ofMainLoop.h \
+ ../../../libs/openFrameworks/graphics/of3dGraphics.h \
+ ../../../libs/openFrameworks/3d/of3dPrimitives.h \
+ ../../../libs/openFrameworks/3d/ofMesh.h \
+ ../../../libs/openFrameworks/gl/ofGLUtils.h \
+ ../../../libs/openFrameworks/3d/ofMesh.inl \
+ ../../../libs/openFrameworks/3d/ofNode.h \
+ ../../../libs/openFrameworks/graphics/ofBitmapFont.h \
+ ../../../libs/openFrameworks/graphics/ofPixels.h \
+ ../../../libs/openFrameworks/graphics/ofGraphics.h \
+ ../../../libs/openFrameworks/utils/ofMatrixStack.h \
+ ../../../libs/openFrameworks/graphics/ofPath.h \
+ ../../../libs/openFrameworks/gl/ofVboMesh.h \
+ ../../../libs/openFrameworks/gl/ofVbo.h \
+ ../../../libs/openFrameworks/gl/ofBufferObject.h \
+ ../../../libs/openFrameworks/graphics/ofTessellator.h \
+ ../../../libs/openFrameworks/gl/ofLight.h \
+ ../../../libs/openFrameworks/gl/ofMaterial.h \
+ ../../../libs/openFrameworks/gl/ofShader.h \
+ ../../../libs/openFrameworks/graphics/ofCairoRenderer.h \
+ ../../../libs/cairo/include/cairo/cairo.h \
+ ../../../libs/cairo/include/cairo/cairo-version.h \
+ ../../../libs/cairo/include/cairo/cairo-features.h \
+ ../../../libs/cairo/include/cairo/cairo-deprecated.h \
+ ../../../libs/openFrameworks/graphics/ofImage.h \
+ ../../../libs/openFrameworks/graphics/ofRendererCollection.h \
+ ../../../libs/openFrameworks/graphics/ofTrueTypeFont.h \
+ ../../../libs/openFrameworks/app/ofBaseApp.h \
+ ../../../libs/openFrameworks/sound/ofSoundBaseTypes.h \
+ ../../../libs/openFrameworks/app/ofAppBaseWindow.h \
+ ../../../libs/openFrameworks/app/ofAppGLFWWindow.h \
+ ../../../libs/openFrameworks/app/ofAppGlutWindow.h \
+ ../../../libs/openFrameworks/sound/ofSoundStream.h \
+ ../../../libs/openFrameworks/sound/ofSoundPlayer.h \
+ ../../../libs/openFrameworks/sound/ofFmodSoundPlayer.h \
+ ../../../libs/fmodex/include/fmod.h \
+ ../../../libs/fmodex/include/fmod_codec.h \
+ ../../../libs/fmodex/include/fmod_dsp.h \
+ ../../../libs/fmodex/include/fmod_memoryinfo.h \
+ ../../../libs/fmodex/include/fmod_errors.h \
+ ../../../libs/openFrameworks/sound/ofSoundBuffer.h \
+ ../../../libs/openFrameworks/video/ofVideoGrabber.h \
+ ../../../libs/openFrameworks/video/ofVideoBaseTypes.h \
+ ../../../libs/openFrameworks/video/ofAVFoundationGrabber.h \
+ ../../../libs/openFrameworks/video/ofVideoPlayer.h \
+ ../../../libs/openFrameworks/video/ofAVFoundationPlayer.h \
+ ../../../libs/openFrameworks/video/ofAVFoundationVideoPlayer.h \
+ ../../../libs/openFrameworks/3d/of3dUtils.h \
+ ../../../libs/openFrameworks/3d/ofCamera.h \
+ ../../../libs/openFrameworks/3d/ofEasyCam.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/ofxFilterLibrary.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/TiltShiftFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GaussianBlurFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3PingPongFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractPingPongRenderer.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3TextureSamplingFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParametricObject.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterV.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/AbstractParameter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterF.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterI.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterT.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter4f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterMatrix4f.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2fv.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3fv.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/KuwaharaFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ToonFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BloomFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SmoothToonFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/FilterChain.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CGAColorspaceFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LookupFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/VoronoiFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/VignetteFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PerlinPixellationFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PixelateFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EmbossFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3ConvolutionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BilateralFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ZoomBlurFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ErosionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DilationFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/XYDerivativeFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SobelEdgeDetectionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GrayscaleFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HarrisCornerDetectionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ThresholdedNonMaximumSuppressionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CornerDetectionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorPackingFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LowPassFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DissolveBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractTwoInputFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AverageColorFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/MotionDetectionFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SketchFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/MultiplyBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EdgeTangentFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BrightnessFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SaturationFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HueFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GammaFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ContrastFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AlphaBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AdditiveBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/NormalBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DarkenBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorBurnFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ChromaKeyBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PoissonBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractTwoInputCrossTextureSamplingFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ExclusionBlendFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PosterizeFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LaplacianFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GradientMapFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DisplacementFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DoGFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DirectionalDoGFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractDoGFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/FlowDoGFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EdgeTangentSmoothingFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HalftoneFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CrosshatchFilter.h \
+ /Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AlphaMaskFilter.h
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/example/src/ofApp.h:
+
+../../../libs/openFrameworks/ofMain.h:
+
+../../../libs/openFrameworks/utils/ofConstants.h:
+
+../../../libs/glew/include/GL/glew.h:
+
+../../../libs/tess2/include/tesselator.h:
+
+../../../libs/openFrameworks/utils/ofFileUtils.h:
+
+../../../libs/boost/include/boost/filesystem.hpp:
+
+../../../libs/boost/include/boost/filesystem/config.hpp:
+
+../../../libs/boost/include/boost/config.hpp:
+
+../../../libs/boost/include/boost/config/user.hpp:
+
+../../../libs/boost/include/boost/config/select_compiler_config.hpp:
+
+../../../libs/boost/include/boost/config/compiler/clang.hpp:
+
+../../../libs/boost/include/boost/config/select_stdlib_config.hpp:
+
+../../../libs/boost/include/boost/config/stdlib/libcpp.hpp:
+
+../../../libs/boost/include/boost/config/select_platform_config.hpp:
+
+../../../libs/boost/include/boost/config/platform/macos.hpp:
+
+../../../libs/boost/include/boost/config/posix_features.hpp:
+
+../../../libs/boost/include/boost/config/suffix.hpp:
+
+../../../libs/boost/include/boost/system/api_config.hpp:
+
+../../../libs/boost/include/boost/detail/workaround.hpp:
+
+../../../libs/boost/include/boost/config/auto_link.hpp:
+
+../../../libs/boost/include/boost/filesystem/path.hpp:
+
+../../../libs/boost/include/boost/filesystem/path_traits.hpp:
+
+../../../libs/boost/include/boost/utility/enable_if.hpp:
+
+../../../libs/boost/include/boost/core/enable_if.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_array.hpp:
+
+../../../libs/boost/include/boost/type_traits/integral_constant.hpp:
+
+../../../libs/boost/include/boost/type_traits/decay.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_function.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_lvalue_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_rvalue_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/detail/config.hpp:
+
+../../../libs/boost/include/boost/version.hpp:
+
+../../../libs/boost/include/boost/type_traits/detail/is_function_ptr_helper.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_bounds.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_extent.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_cv.hpp:
+
+../../../libs/boost/include/boost/system/error_code.hpp:
+
+../../../libs/boost/include/boost/system/config.hpp:
+
+../../../libs/boost/include/boost/predef/platform.h:
+
+../../../libs/boost/include/boost/predef/platform/mingw.h:
+
+../../../libs/boost/include/boost/predef/version_number.h:
+
+../../../libs/boost/include/boost/predef/make.h:
+
+../../../libs/boost/include/boost/predef/detail/test.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_desktop.h:
+
+../../../libs/boost/include/boost/predef/os/windows.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_store.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_phone.h:
+
+../../../libs/boost/include/boost/predef/platform/windows_runtime.h:
+
+../../../libs/boost/include/boost/cstdint.hpp:
+
+../../../libs/boost/include/boost/assert.hpp:
+
+../../../libs/boost/include/boost/noncopyable.hpp:
+
+../../../libs/boost/include/boost/core/noncopyable.hpp:
+
+../../../libs/boost/include/boost/cerrno.hpp:
+
+../../../libs/boost/include/boost/config/abi_prefix.hpp:
+
+../../../libs/boost/include/boost/config/abi_suffix.hpp:
+
+../../../libs/boost/include/boost/system/system_error.hpp:
+
+../../../libs/boost/include/boost/iterator/iterator_facade.hpp:
+
+../../../libs/boost/include/boost/iterator.hpp:
+
+../../../libs/boost/include/boost/iterator/interoperable.hpp:
+
+../../../libs/boost/include/boost/mpl/bool.hpp:
+
+../../../libs/boost/include/boost/mpl/bool_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/adl_barrier.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/adl.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/msvc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/intel.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/gcc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/workaround.hpp:
+
+../../../libs/boost/include/boost/mpl/integral_c_tag.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/static_constant.hpp:
+
+../../../libs/boost/include/boost/mpl/or.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/use_preprocessed.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/nested_type_wknd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na_spec.hpp:
+
+../../../libs/boost/include/boost/mpl/lambda_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/void_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/ctps.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/ttp.hpp:
+
+../../../libs/boost/include/boost/mpl/int.hpp:
+
+../../../libs/boost/include/boost/mpl/int_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/nttp_decl.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/nttp.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/integral_wrapper.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/static_cast.hpp:
+
+../../../libs/boost/include/boost/preprocessor/cat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/config/config.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/lambda_arity_param.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/template_arity_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/arity.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/dtp.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/params.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/preprocessor.hpp:
+
+../../../libs/boost/include/boost/preprocessor/comma_if.hpp:
+
+../../../libs/boost/include/boost/preprocessor/punctuation/comma_if.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/if.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/iif.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/bool.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/empty.hpp:
+
+../../../libs/boost/include/boost/preprocessor/punctuation/comma.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repeat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repetition/repeat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/debug/error.hpp:
+
+../../../libs/boost/include/boost/preprocessor/detail/auto_rec.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/eat.hpp:
+
+../../../libs/boost/include/boost/preprocessor/inc.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/inc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/enum.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:
+
+../../../libs/boost/include/boost/mpl/limits/arity.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/and.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/bitand.hpp:
+
+../../../libs/boost/include/boost/preprocessor/identity.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/identity.hpp:
+
+../../../libs/boost/include/boost/preprocessor/empty.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/add.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/dec.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/while.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/fold_left.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/detail/fold_left.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/expr_iif.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/adt.hpp:
+
+../../../libs/boost/include/boost/preprocessor/detail/is_binary.hpp:
+
+../../../libs/boost/include/boost/preprocessor/detail/check.hpp:
+
+../../../libs/boost/include/boost/preprocessor/logical/compl.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/fold_right.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/detail/fold_right.hpp:
+
+../../../libs/boost/include/boost/preprocessor/list/reverse.hpp:
+
+../../../libs/boost/include/boost/preprocessor/control/detail/while.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/elem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/expand.hpp:
+
+../../../libs/boost/include/boost/preprocessor/facilities/overload.hpp:
+
+../../../libs/boost/include/boost/preprocessor/variadic/size.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/rem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/tuple/detail/is_single_return.hpp:
+
+../../../libs/boost/include/boost/preprocessor/variadic/elem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/arithmetic/sub.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/eti.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/overload_resolution.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/lambda_support.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/include_preprocessed.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/compiler.hpp:
+
+../../../libs/boost/include/boost/preprocessor/stringize.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/or.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_convertible.hpp:
+
+../../../libs/boost/include/boost/type_traits/intrinsics.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/config_def.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/config_undef.hpp:
+
+../../../libs/boost/include/boost/iterator/iterator_traits.hpp:
+
+../../../libs/boost/include/boost/detail/iterator.hpp:
+
+../../../libs/boost/include/boost/iterator/iterator_categories.hpp:
+
+../../../libs/boost/include/boost/mpl/eval_if.hpp:
+
+../../../libs/boost/include/boost/mpl/if.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/value_wknd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/integral.hpp:
+
+../../../libs/boost/include/boost/mpl/identity.hpp:
+
+../../../libs/boost/include/boost/mpl/placeholders.hpp:
+
+../../../libs/boost/include/boost/mpl/arg.hpp:
+
+../../../libs/boost/include/boost/mpl/arg_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/na_assert.hpp:
+
+../../../libs/boost/include/boost/mpl/assert.hpp:
+
+../../../libs/boost/include/boost/mpl/not.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/yes_no.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/arrays.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/gpu.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/pp_counter.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/arity_spec.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/arg_typedef.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:
+
+../../../libs/boost/include/boost/static_assert.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/facade_iterator_category.hpp:
+
+../../../libs/boost/include/boost/mpl/and.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/and.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_same.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_const.hpp:
+
+../../../libs/boost/include/boost/detail/indirect_traits.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_class.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_volatile.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_member_function_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_member_pointer.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_pointer.hpp:
+
+../../../libs/boost/include/boost/iterator/detail/enable_if.hpp:
+
+../../../libs/boost/include/boost/utility/addressof.hpp:
+
+../../../libs/boost/include/boost/core/addressof.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_const.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_lvalue_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/add_reference.hpp:
+
+../../../libs/boost/include/boost/type_traits/remove_const.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_pod.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_void.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_scalar.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_arithmetic.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_integral.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_floating_point.hpp:
+
+../../../libs/boost/include/boost/type_traits/is_enum.hpp:
+
+../../../libs/boost/include/boost/mpl/always.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessor/default_params.hpp:
+
+../../../libs/boost/include/boost/mpl/apply.hpp:
+
+../../../libs/boost/include/boost/mpl/apply_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/apply_wrap.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/has_apply.hpp:
+
+../../../libs/boost/include/boost/mpl/has_xxx.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/type_wrapper.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/has_xxx.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/msvc_typename.hpp:
+
+../../../libs/boost/include/boost/preprocessor/array/elem.hpp:
+
+../../../libs/boost/include/boost/preprocessor/array/data.hpp:
+
+../../../libs/boost/include/boost/preprocessor/array/size.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repetition/enum_params.hpp:
+
+../../../libs/boost/include/boost/preprocessor/repetition/enum_trailing_params.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/has_apply.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/msvc_never_true.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp:
+
+../../../libs/boost/include/boost/mpl/lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/bind.hpp:
+
+../../../libs/boost/include/boost/mpl/bind_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/bind.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp:
+
+../../../libs/boost/include/boost/mpl/next.hpp:
+
+../../../libs/boost/include/boost/mpl/next_prior.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/common_name_wknd.hpp:
+
+../../../libs/boost/include/boost/mpl/protect.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/bind.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/full_lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/quote.hpp:
+
+../../../libs/boost/include/boost/mpl/void.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/has_type.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/config/bcc.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/quote.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/template_arity.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp:
+
+../../../libs/boost/include/boost/mpl/aux_/preprocessed/gcc/apply.hpp:
+
+../../../libs/boost/include/boost/shared_ptr.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/shared_ptr.hpp:
+
+../../../libs/boost/include/boost/config/no_tr1/memory.hpp:
+
+../../../libs/boost/include/boost/checked_delete.hpp:
+
+../../../libs/boost/include/boost/core/checked_delete.hpp:
+
+../../../libs/boost/include/boost/throw_exception.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/shared_count.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/bad_weak_ptr.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_has_sync.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp:
+
+../../../libs/boost/include/boost/detail/sp_typeinfo.hpp:
+
+../../../libs/boost/include/boost/core/typeinfo.hpp:
+
+../../../libs/boost/include/boost/core/demangle.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_counted_impl.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_disable_deprecated.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_convertible.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_nullptr_t.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/sp_noexcept.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/spinlock_pool.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/spinlock.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/spinlock_std_atomic.hpp:
+
+../../../libs/boost/include/boost/smart_ptr/detail/yield_k.hpp:
+
+../../../libs/boost/include/boost/predef.h:
+
+../../../libs/boost/include/boost/predef/language.h:
+
+../../../libs/boost/include/boost/predef/language/stdc.h:
+
+../../../libs/boost/include/boost/predef/language/stdcpp.h:
+
+../../../libs/boost/include/boost/predef/language/objc.h:
+
+../../../libs/boost/include/boost/predef/architecture.h:
+
+../../../libs/boost/include/boost/predef/architecture/alpha.h:
+
+../../../libs/boost/include/boost/predef/architecture/arm.h:
+
+../../../libs/boost/include/boost/predef/architecture/blackfin.h:
+
+../../../libs/boost/include/boost/predef/architecture/convex.h:
+
+../../../libs/boost/include/boost/predef/architecture/ia64.h:
+
+../../../libs/boost/include/boost/predef/architecture/m68k.h:
+
+../../../libs/boost/include/boost/predef/architecture/mips.h:
+
+../../../libs/boost/include/boost/predef/architecture/parisc.h:
+
+../../../libs/boost/include/boost/predef/architecture/ppc.h:
+
+../../../libs/boost/include/boost/predef/architecture/pyramid.h:
+
+../../../libs/boost/include/boost/predef/architecture/rs6k.h:
+
+../../../libs/boost/include/boost/predef/architecture/sparc.h:
+
+../../../libs/boost/include/boost/predef/architecture/superh.h:
+
+../../../libs/boost/include/boost/predef/architecture/sys370.h:
+
+../../../libs/boost/include/boost/predef/architecture/sys390.h:
+
+../../../libs/boost/include/boost/predef/architecture/x86.h:
+
+../../../libs/boost/include/boost/predef/architecture/x86/32.h:
+
+../../../libs/boost/include/boost/predef/architecture/x86/64.h:
+
+../../../libs/boost/include/boost/predef/architecture/z.h:
+
+../../../libs/boost/include/boost/predef/compiler.h:
+
+../../../libs/boost/include/boost/predef/compiler/borland.h:
+
+../../../libs/boost/include/boost/predef/compiler/clang.h:
+
+../../../libs/boost/include/boost/predef/detail/comp_detected.h:
+
+../../../libs/boost/include/boost/predef/compiler/comeau.h:
+
+../../../libs/boost/include/boost/predef/compiler/compaq.h:
+
+../../../libs/boost/include/boost/predef/compiler/diab.h:
+
+../../../libs/boost/include/boost/predef/compiler/digitalmars.h:
+
+../../../libs/boost/include/boost/predef/compiler/dignus.h:
+
+../../../libs/boost/include/boost/predef/compiler/edg.h:
+
+../../../libs/boost/include/boost/predef/compiler/ekopath.h:
+
+../../../libs/boost/include/boost/predef/compiler/gcc_xml.h:
+
+../../../libs/boost/include/boost/predef/compiler/gcc.h:
+
+../../../libs/boost/include/boost/predef/compiler/greenhills.h:
+
+../../../libs/boost/include/boost/predef/compiler/hp_acc.h:
+
+../../../libs/boost/include/boost/predef/compiler/iar.h:
+
+../../../libs/boost/include/boost/predef/compiler/ibm.h:
+
+../../../libs/boost/include/boost/predef/compiler/intel.h:
+
+../../../libs/boost/include/boost/predef/compiler/kai.h:
+
+../../../libs/boost/include/boost/predef/compiler/llvm.h:
+
+../../../libs/boost/include/boost/predef/compiler/metaware.h:
+
+../../../libs/boost/include/boost/predef/compiler/metrowerks.h:
+
+../../../libs/boost/include/boost/predef/compiler/microtec.h:
+
+../../../libs/boost/include/boost/predef/compiler/mpw.h:
+
+../../../libs/boost/include/boost/predef/compiler/palm.h:
+
+../../../libs/boost/include/boost/predef/compiler/pgi.h:
+
+../../../libs/boost/include/boost/predef/compiler/sgi_mipspro.h:
+
+../../../libs/boost/include/boost/predef/compiler/sunpro.h:
+
+../../../libs/boost/include/boost/predef/compiler/tendra.h:
+
+../../../libs/boost/include/boost/predef/compiler/visualc.h:
+
+../../../libs/boost/include/boost/predef/compiler/watcom.h:
+
+../../../libs/boost/include/boost/predef/library.h:
+
+../../../libs/boost/include/boost/predef/library/c.h:
+
+../../../libs/boost/include/boost/predef/library/c/_prefix.h:
+
+../../../libs/boost/include/boost/predef/detail/_cassert.h:
+
+../../../libs/boost/include/boost/predef/library/c/gnu.h:
+
+../../../libs/boost/include/boost/predef/library/c/uc.h:
+
+../../../libs/boost/include/boost/predef/library/c/vms.h:
+
+../../../libs/boost/include/boost/predef/library/c/zos.h:
+
+../../../libs/boost/include/boost/predef/library/std.h:
+
+../../../libs/boost/include/boost/predef/library/std/_prefix.h:
+
+../../../libs/boost/include/boost/predef/detail/_exception.h:
+
+../../../libs/boost/include/boost/predef/library/std/cxx.h:
+
+../../../libs/boost/include/boost/predef/library/std/dinkumware.h:
+
+../../../libs/boost/include/boost/predef/library/std/libcomo.h:
+
+../../../libs/boost/include/boost/predef/library/std/modena.h:
+
+../../../libs/boost/include/boost/predef/library/std/msl.h:
+
+../../../libs/boost/include/boost/predef/library/std/roguewave.h:
+
+../../../libs/boost/include/boost/predef/library/std/sgi.h:
+
+../../../libs/boost/include/boost/predef/library/std/stdcpp3.h:
+
+../../../libs/boost/include/boost/predef/library/std/stlport.h:
+
+../../../libs/boost/include/boost/predef/library/std/vacpp.h:
+
+../../../libs/boost/include/boost/predef/os.h:
+
+../../../libs/boost/include/boost/predef/os/aix.h:
+
+../../../libs/boost/include/boost/predef/os/amigaos.h:
+
+../../../libs/boost/include/boost/predef/os/android.h:
+
+../../../libs/boost/include/boost/predef/os/beos.h:
+
+../../../libs/boost/include/boost/predef/os/bsd.h:
+
+../../../libs/boost/include/boost/predef/os/macos.h:
+
+../../../libs/boost/include/boost/predef/os/ios.h:
+
+../../../libs/boost/include/boost/predef/detail/os_detected.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/bsdi.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/dragonfly.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/free.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/open.h:
+
+../../../libs/boost/include/boost/predef/os/bsd/net.h:
+
+../../../libs/boost/include/boost/predef/os/cygwin.h:
+
+../../../libs/boost/include/boost/predef/os/haiku.h:
+
+../../../libs/boost/include/boost/predef/os/hpux.h:
+
+../../../libs/boost/include/boost/predef/os/irix.h:
+
+../../../libs/boost/include/boost/predef/os/linux.h:
+
+../../../libs/boost/include/boost/predef/os/os400.h:
+
+../../../libs/boost/include/boost/predef/os/qnxnto.h:
+
+../../../libs/boost/include/boost/predef/os/solaris.h:
+
+../../../libs/boost/include/boost/predef/os/unix.h:
+
+../../../libs/boost/include/boost/predef/os/vms.h:
+
+../../../libs/boost/include/boost/predef/other.h:
+
+../../../libs/boost/include/boost/predef/other/endian.h:
+
+../../../libs/boost/include/boost/predef/hardware.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86/versions.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86_amd.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/x86_amd/versions.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/arm.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/arm/versions.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/ppc.h:
+
+../../../libs/boost/include/boost/predef/hardware/simd/ppc/versions.h:
+
+../../../libs/boost/include/boost/predef/version.h:
+
+../../../libs/boost/include/boost/smart_ptr/detail/operator_bool.hpp:
+
+../../../libs/boost/include/boost/io/detail/quoted_manip.hpp:
+
+../../../libs/boost/include/boost/io/ios_state.hpp:
+
+../../../libs/boost/include/boost/io_fwd.hpp:
+
+../../../libs/boost/include/boost/functional/hash_fwd.hpp:
+
+../../../libs/boost/include/boost/functional/hash/hash_fwd.hpp:
+
+../../../libs/boost/include/boost/filesystem/operations.hpp:
+
+../../../libs/boost/include/boost/detail/scoped_enum_emulation.hpp:
+
+../../../libs/boost/include/boost/core/scoped_enum.hpp:
+
+../../../libs/boost/include/boost/detail/bitmask.hpp:
+
+../../../libs/boost/include/boost/range/mutable_iterator.hpp:
+
+../../../libs/boost/include/boost/range/config.hpp:
+
+../../../libs/boost/include/boost/range/range_fwd.hpp:
+
+../../../libs/boost/include/boost/range/detail/extract_optional_type.hpp:
+
+../../../libs/boost/include/boost/range/detail/msvc_has_iterator_workaround.hpp:
+
+../../../libs/boost/include/boost/range/const_iterator.hpp:
+
+../../../libs/boost/include/boost/filesystem/convenience.hpp:
+
+../../../libs/boost/include/boost/filesystem/string_file.hpp:
+
+../../../libs/boost/include/boost/filesystem/fstream.hpp:
+
+../../../libs/openFrameworks/utils/ofLog.h:
+
+../../../libs/openFrameworks/utils/ofSystemUtils.h:
+
+../../../libs/openFrameworks/utils/ofURLFileLoader.h:
+
+../../../libs/openFrameworks/events/ofEvents.h:
+
+../../../libs/openFrameworks/events/ofEventUtils.h:
+
+../../../libs/openFrameworks/events/ofEvent.h:
+
+../../../libs/openFrameworks/utils/ofTimer.h:
+
+../../../libs/openFrameworks/utils/ofUtils.h:
+
+../../../libs/utf8/include/utf8.h:
+
+../../../libs/utf8/include/utf8/checked.h:
+
+../../../libs/utf8/include/utf8/core.h:
+
+../../../libs/utf8/include/utf8/unchecked.h:
+
+../../../libs/openFrameworks/utils/ofFpsCounter.h:
+
+../../../libs/glm/include/glm/vec2.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec2.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec.hpp:
+
+../../../libs/glm/include/glm/detail/precision.hpp:
+
+../../../libs/glm/include/glm/detail/setup.hpp:
+
+../../../libs/glm/include/glm/detail/../simd/platform.h:
+
+../../../libs/glm/include/glm/detail/type_int.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec2.inl:
+
+../../../libs/openFrameworks/utils/ofThread.h:
+
+../../../libs/openFrameworks/utils/ofThreadChannel.h:
+
+../../../libs/openFrameworks/utils/ofJson.h:
+
+../../../libs/json/include/json.hpp:
+
+../../../libs/openFrameworks/types/ofParameter.h:
+
+../../../libs/openFrameworks/types/ofPoint.h:
+
+../../../libs/openFrameworks/math/ofVec3f.h:
+
+../../../libs/openFrameworks/math/ofVec2f.h:
+
+../../../libs/openFrameworks/math/ofMathConstants.h:
+
+../../../libs/glm/include/glm/fwd.hpp:
+
+../../../libs/glm/include/glm/detail/type_float.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat.hpp:
+
+../../../libs/openFrameworks/math/ofVec4f.h:
+
+../../../libs/glm/include/glm/vec4.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec4.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec4.inl:
+
+../../../libs/glm/include/glm/detail/type_vec4_simd.inl:
+
+../../../libs/glm/include/glm/vec3.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec3.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec3.inl:
+
+../../../libs/openFrameworks/types/ofColor.h:
+
+../../../libs/glm/include/glm/common.hpp:
+
+../../../libs/glm/include/glm/detail/func_common.hpp:
+
+../../../libs/glm/include/glm/detail/_fixes.hpp:
+
+../../../libs/glm/include/glm/detail/func_common.inl:
+
+../../../libs/glm/include/glm/detail/func_vector_relational.hpp:
+
+../../../libs/glm/include/glm/detail/func_vector_relational.inl:
+
+../../../libs/glm/include/glm/detail/func_vector_relational_simd.inl:
+
+../../../libs/glm/include/glm/detail/_vectorize.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec1.hpp:
+
+../../../libs/glm/include/glm/detail/type_vec1.inl:
+
+../../../libs/glm/include/glm/detail/func_common_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/common.h:
+
+../../../libs/openFrameworks/utils/ofXml.h:
+
+../../../libs/pugixml/include/pugixml.hpp:
+
+../../../libs/pugixml/include/pugiconfig.hpp:
+
+../../../libs/openFrameworks/graphics/ofGraphicsBaseTypes.h:
+
+../../../libs/openFrameworks/graphics/ofGraphicsConstants.h:
+
+../../../libs/openFrameworks/types/ofTypes.h:
+
+../../../libs/openFrameworks/types/ofRectangle.h:
+
+../../../libs/openFrameworks/types/ofParameterGroup.h:
+
+../../../libs/openFrameworks/math/ofMath.h:
+
+../../../libs/glm/include/glm/gtc/constants.hpp:
+
+../../../libs/glm/include/glm/gtc/constants.inl:
+
+../../../libs/openFrameworks/math/ofVectorMath.h:
+
+../../../libs/glm/include/glm/mat3x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x3.inl:
+
+../../../libs/glm/include/glm/detail/func_matrix.hpp:
+
+../../../libs/glm/include/glm/detail/../mat2x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x2.inl:
+
+../../../libs/glm/include/glm/detail/../mat2x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x3.inl:
+
+../../../libs/glm/include/glm/detail/../mat2x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat2x4.inl:
+
+../../../libs/glm/include/glm/detail/../mat3x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x2.inl:
+
+../../../libs/glm/include/glm/detail/../mat3x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat3x4.inl:
+
+../../../libs/glm/include/glm/detail/../mat4x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x2.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x2.inl:
+
+../../../libs/glm/include/glm/detail/../mat4x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x3.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x3.inl:
+
+../../../libs/glm/include/glm/detail/../mat4x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x4.hpp:
+
+../../../libs/glm/include/glm/detail/type_mat4x4.inl:
+
+../../../libs/glm/include/glm/detail/type_mat4x4_simd.inl:
+
+../../../libs/glm/include/glm/detail/func_matrix.inl:
+
+../../../libs/glm/include/glm/detail/../geometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_geometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_geometric.inl:
+
+../../../libs/glm/include/glm/detail/func_exponential.hpp:
+
+../../../libs/glm/include/glm/detail/func_exponential.inl:
+
+../../../libs/glm/include/glm/detail/func_exponential_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/exponential.h:
+
+../../../libs/glm/include/glm/detail/func_geometric_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/geometric.h:
+
+../../../libs/glm/include/glm/detail/func_matrix_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/matrix.h:
+
+../../../libs/glm/include/glm/trigonometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_trigonometric.hpp:
+
+../../../libs/glm/include/glm/detail/func_trigonometric.inl:
+
+../../../libs/glm/include/glm/detail/func_trigonometric_simd.inl:
+
+../../../libs/glm/include/glm/exponential.hpp:
+
+../../../libs/glm/include/glm/vector_relational.hpp:
+
+../../../libs/glm/include/glm/ext.hpp:
+
+../../../libs/glm/include/glm/glm.hpp:
+
+../../../libs/glm/include/glm/packing.hpp:
+
+../../../libs/glm/include/glm/detail/func_packing.hpp:
+
+../../../libs/glm/include/glm/detail/func_packing.inl:
+
+../../../libs/glm/include/glm/detail/type_half.hpp:
+
+../../../libs/glm/include/glm/detail/type_half.inl:
+
+../../../libs/glm/include/glm/detail/func_packing_simd.inl:
+
+../../../libs/glm/include/glm/matrix.hpp:
+
+../../../libs/glm/include/glm/integer.hpp:
+
+../../../libs/glm/include/glm/detail/func_integer.hpp:
+
+../../../libs/glm/include/glm/detail/func_integer.inl:
+
+../../../libs/glm/include/glm/detail/func_integer_simd.inl:
+
+../../../libs/glm/include/glm/detail/../simd/integer.h:
+
+../../../libs/glm/include/glm/./gtc/bitfield.hpp:
+
+../../../libs/glm/include/glm/gtc/bitfield.inl:
+
+../../../libs/glm/include/glm/./gtc/color_space.hpp:
+
+../../../libs/glm/include/glm/gtc/color_space.inl:
+
+../../../libs/glm/include/glm/./gtc/epsilon.hpp:
+
+../../../libs/glm/include/glm/gtc/epsilon.inl:
+
+../../../libs/glm/include/glm/gtc/quaternion.hpp:
+
+../../../libs/glm/include/glm/gtc/quaternion.inl:
+
+../../../libs/glm/include/glm/gtc/quaternion_simd.inl:
+
+../../../libs/glm/include/glm/./gtc/functions.hpp:
+
+../../../libs/glm/include/glm/gtc/functions.inl:
+
+../../../libs/glm/include/glm/./gtc/integer.hpp:
+
+../../../libs/glm/include/glm/gtc/integer.inl:
+
+../../../libs/glm/include/glm/./gtc/matrix_access.hpp:
+
+../../../libs/glm/include/glm/gtc/matrix_access.inl:
+
+../../../libs/glm/include/glm/./gtc/matrix_integer.hpp:
+
+../../../libs/glm/include/glm/./gtc/matrix_inverse.hpp:
+
+../../../libs/glm/include/glm/gtc/matrix_inverse.inl:
+
+../../../libs/glm/include/glm/./gtc/matrix_transform.hpp:
+
+../../../libs/glm/include/glm/gtc/matrix_transform.inl:
+
+../../../libs/glm/include/glm/./gtc/noise.hpp:
+
+../../../libs/glm/include/glm/gtc/../detail/_noise.hpp:
+
+../../../libs/glm/include/glm/gtc/noise.inl:
+
+../../../libs/glm/include/glm/./gtc/packing.hpp:
+
+../../../libs/glm/include/glm/gtc/type_precision.hpp:
+
+../../../libs/glm/include/glm/gtc/../gtc/vec1.hpp:
+
+../../../libs/glm/include/glm/gtc/vec1.inl:
+
+../../../libs/glm/include/glm/gtc/type_precision.inl:
+
+../../../libs/glm/include/glm/gtc/packing.inl:
+
+../../../libs/glm/include/glm/./gtc/random.hpp:
+
+../../../libs/glm/include/glm/gtc/random.inl:
+
+../../../libs/glm/include/glm/./gtc/reciprocal.hpp:
+
+../../../libs/glm/include/glm/gtc/reciprocal.inl:
+
+../../../libs/glm/include/glm/./gtc/round.hpp:
+
+../../../libs/glm/include/glm/gtc/round.inl:
+
+../../../libs/glm/include/glm/./gtc/type_ptr.hpp:
+
+../../../libs/glm/include/glm/gtc/type_ptr.inl:
+
+../../../libs/glm/include/glm/./gtc/ulp.hpp:
+
+../../../libs/glm/include/glm/gtc/ulp.inl:
+
+../../../libs/glm/include/glm/./gtc/type_aligned.hpp:
+
+../../../libs/glm/include/glm/./gtx/associated_min_max.hpp:
+
+../../../libs/glm/include/glm/gtx/associated_min_max.inl:
+
+../../../libs/glm/include/glm/./gtx/bit.hpp:
+
+../../../libs/glm/include/glm/gtx/bit.inl:
+
+../../../libs/glm/include/glm/./gtx/closest_point.hpp:
+
+../../../libs/glm/include/glm/gtx/closest_point.inl:
+
+../../../libs/glm/include/glm/./gtx/color_space.hpp:
+
+../../../libs/glm/include/glm/gtx/color_space.inl:
+
+../../../libs/glm/include/glm/./gtx/color_space_YCoCg.hpp:
+
+../../../libs/glm/include/glm/gtx/color_space_YCoCg.inl:
+
+../../../libs/glm/include/glm/./gtx/compatibility.hpp:
+
+../../../libs/glm/include/glm/gtx/compatibility.inl:
+
+../../../libs/glm/include/glm/./gtx/component_wise.hpp:
+
+../../../libs/glm/include/glm/gtx/component_wise.inl:
+
+../../../libs/glm/include/glm/./gtx/dual_quaternion.hpp:
+
+../../../libs/glm/include/glm/gtx/dual_quaternion.inl:
+
+../../../libs/glm/include/glm/./gtx/euler_angles.hpp:
+
+../../../libs/glm/include/glm/gtx/euler_angles.inl:
+
+../../../libs/glm/include/glm/./gtx/extend.hpp:
+
+../../../libs/glm/include/glm/gtx/extend.inl:
+
+../../../libs/glm/include/glm/./gtx/extended_min_max.hpp:
+
+../../../libs/glm/include/glm/gtx/extended_min_max.inl:
+
+../../../libs/glm/include/glm/./gtx/fast_exponential.hpp:
+
+../../../libs/glm/include/glm/gtx/fast_exponential.inl:
+
+../../../libs/glm/include/glm/./gtx/fast_square_root.hpp:
+
+../../../libs/glm/include/glm/gtx/fast_square_root.inl:
+
+../../../libs/glm/include/glm/./gtx/fast_trigonometry.hpp:
+
+../../../libs/glm/include/glm/gtx/fast_trigonometry.inl:
+
+../../../libs/glm/include/glm/./gtx/gradient_paint.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/optimum_pow.hpp:
+
+../../../libs/glm/include/glm/gtx/optimum_pow.inl:
+
+../../../libs/glm/include/glm/gtx/gradient_paint.inl:
+
+../../../libs/glm/include/glm/./gtx/handed_coordinate_space.hpp:
+
+../../../libs/glm/include/glm/gtx/handed_coordinate_space.inl:
+
+../../../libs/glm/include/glm/./gtx/integer.hpp:
+
+../../../libs/glm/include/glm/gtx/integer.inl:
+
+../../../libs/glm/include/glm/./gtx/intersect.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/vector_query.hpp:
+
+../../../libs/glm/include/glm/gtx/vector_query.inl:
+
+../../../libs/glm/include/glm/gtx/intersect.inl:
+
+../../../libs/glm/include/glm/./gtx/log_base.hpp:
+
+../../../libs/glm/include/glm/gtx/log_base.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_cross_product.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_cross_product.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_interpolation.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_interpolation.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_major_storage.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_major_storage.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_operation.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_operation.inl:
+
+../../../libs/glm/include/glm/./gtx/matrix_query.hpp:
+
+../../../libs/glm/include/glm/gtx/matrix_query.inl:
+
+../../../libs/glm/include/glm/./gtx/mixed_product.hpp:
+
+../../../libs/glm/include/glm/gtx/mixed_product.inl:
+
+../../../libs/glm/include/glm/./gtx/norm.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/quaternion.hpp:
+
+../../../libs/glm/include/glm/gtx/quaternion.inl:
+
+../../../libs/glm/include/glm/gtx/norm.inl:
+
+../../../libs/glm/include/glm/./gtx/normal.hpp:
+
+../../../libs/glm/include/glm/gtx/normal.inl:
+
+../../../libs/glm/include/glm/./gtx/normalize_dot.hpp:
+
+../../../libs/glm/include/glm/gtx/normalize_dot.inl:
+
+../../../libs/glm/include/glm/./gtx/number_precision.hpp:
+
+../../../libs/glm/include/glm/gtx/number_precision.inl:
+
+../../../libs/glm/include/glm/./gtx/orthonormalize.hpp:
+
+../../../libs/glm/include/glm/gtx/orthonormalize.inl:
+
+../../../libs/glm/include/glm/./gtx/perpendicular.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/projection.hpp:
+
+../../../libs/glm/include/glm/gtx/projection.inl:
+
+../../../libs/glm/include/glm/gtx/perpendicular.inl:
+
+../../../libs/glm/include/glm/./gtx/polar_coordinates.hpp:
+
+../../../libs/glm/include/glm/gtx/polar_coordinates.inl:
+
+../../../libs/glm/include/glm/./gtx/raw_data.hpp:
+
+../../../libs/glm/include/glm/gtx/raw_data.inl:
+
+../../../libs/glm/include/glm/./gtx/rotate_vector.hpp:
+
+../../../libs/glm/include/glm/gtx/../gtx/transform.hpp:
+
+../../../libs/glm/include/glm/gtx/transform.inl:
+
+../../../libs/glm/include/glm/gtx/rotate_vector.inl:
+
+../../../libs/glm/include/glm/./gtx/spline.hpp:
+
+../../../libs/glm/include/glm/gtx/spline.inl:
+
+../../../libs/glm/include/glm/./gtx/std_based_type.hpp:
+
+../../../libs/glm/include/glm/gtx/std_based_type.inl:
+
+../../../libs/glm/include/glm/./gtx/string_cast.hpp:
+
+../../../libs/glm/include/glm/gtx/string_cast.inl:
+
+../../../libs/glm/include/glm/./gtx/transform2.hpp:
+
+../../../libs/glm/include/glm/gtx/transform2.inl:
+
+../../../libs/glm/include/glm/./gtx/vector_angle.hpp:
+
+../../../libs/glm/include/glm/gtx/vector_angle.inl:
+
+../../../libs/glm/include/glm/./gtx/wrap.hpp:
+
+../../../libs/glm/include/glm/gtx/wrap.inl:
+
+../../../libs/glm/include/glm/./gtx/scalar_multiplication.hpp:
+
+../../../libs/glm/include/glm/./gtx/range.hpp:
+
+../../../libs/openFrameworks/math/ofMatrix3x3.h:
+
+../../../libs/openFrameworks/math/ofMatrix4x4.h:
+
+../../../libs/openFrameworks/math/ofQuaternion.h:
+
+../../../libs/openFrameworks/communication/ofSerial.h:
+
+../../../libs/openFrameworks/communication/ofArduino.h:
+
+../../../libs/openFrameworks/gl/ofFbo.h:
+
+../../../libs/openFrameworks/gl/ofTexture.h:
+
+../../../libs/openFrameworks/gl/ofGLBaseTypes.h:
+
+../../../libs/openFrameworks/gl/ofGLRenderer.h:
+
+../../../libs/openFrameworks/graphics/ofPolyline.h:
+
+../../../libs/openFrameworks/graphics/ofPolyline.inl:
+
+../../../libs/openFrameworks/app/ofAppRunner.h:
+
+../../../libs/openFrameworks/app/ofWindowSettings.h:
+
+../../../libs/openFrameworks/app/ofMainLoop.h:
+
+../../../libs/openFrameworks/graphics/of3dGraphics.h:
+
+../../../libs/openFrameworks/3d/of3dPrimitives.h:
+
+../../../libs/openFrameworks/3d/ofMesh.h:
+
+../../../libs/openFrameworks/gl/ofGLUtils.h:
+
+../../../libs/openFrameworks/3d/ofMesh.inl:
+
+../../../libs/openFrameworks/3d/ofNode.h:
+
+../../../libs/openFrameworks/graphics/ofBitmapFont.h:
+
+../../../libs/openFrameworks/graphics/ofPixels.h:
+
+../../../libs/openFrameworks/graphics/ofGraphics.h:
+
+../../../libs/openFrameworks/utils/ofMatrixStack.h:
+
+../../../libs/openFrameworks/graphics/ofPath.h:
+
+../../../libs/openFrameworks/gl/ofVboMesh.h:
+
+../../../libs/openFrameworks/gl/ofVbo.h:
+
+../../../libs/openFrameworks/gl/ofBufferObject.h:
+
+../../../libs/openFrameworks/graphics/ofTessellator.h:
+
+../../../libs/openFrameworks/gl/ofLight.h:
+
+../../../libs/openFrameworks/gl/ofMaterial.h:
+
+../../../libs/openFrameworks/gl/ofShader.h:
+
+../../../libs/openFrameworks/graphics/ofCairoRenderer.h:
+
+../../../libs/cairo/include/cairo/cairo.h:
+
+../../../libs/cairo/include/cairo/cairo-version.h:
+
+../../../libs/cairo/include/cairo/cairo-features.h:
+
+../../../libs/cairo/include/cairo/cairo-deprecated.h:
+
+../../../libs/openFrameworks/graphics/ofImage.h:
+
+../../../libs/openFrameworks/graphics/ofRendererCollection.h:
+
+../../../libs/openFrameworks/graphics/ofTrueTypeFont.h:
+
+../../../libs/openFrameworks/app/ofBaseApp.h:
+
+../../../libs/openFrameworks/sound/ofSoundBaseTypes.h:
+
+../../../libs/openFrameworks/app/ofAppBaseWindow.h:
+
+../../../libs/openFrameworks/app/ofAppGLFWWindow.h:
+
+../../../libs/openFrameworks/app/ofAppGlutWindow.h:
+
+../../../libs/openFrameworks/sound/ofSoundStream.h:
+
+../../../libs/openFrameworks/sound/ofSoundPlayer.h:
+
+../../../libs/openFrameworks/sound/ofFmodSoundPlayer.h:
+
+../../../libs/fmodex/include/fmod.h:
+
+../../../libs/fmodex/include/fmod_codec.h:
+
+../../../libs/fmodex/include/fmod_dsp.h:
+
+../../../libs/fmodex/include/fmod_memoryinfo.h:
+
+../../../libs/fmodex/include/fmod_errors.h:
+
+../../../libs/openFrameworks/sound/ofSoundBuffer.h:
+
+../../../libs/openFrameworks/video/ofVideoGrabber.h:
+
+../../../libs/openFrameworks/video/ofVideoBaseTypes.h:
+
+../../../libs/openFrameworks/video/ofAVFoundationGrabber.h:
+
+../../../libs/openFrameworks/video/ofVideoPlayer.h:
+
+../../../libs/openFrameworks/video/ofAVFoundationPlayer.h:
+
+../../../libs/openFrameworks/video/ofAVFoundationVideoPlayer.h:
+
+../../../libs/openFrameworks/3d/of3dUtils.h:
+
+../../../libs/openFrameworks/3d/ofCamera.h:
+
+../../../libs/openFrameworks/3d/ofEasyCam.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/ofxFilterLibrary.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/TiltShiftFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GaussianBlurFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3PingPongFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractPingPongRenderer.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3TextureSamplingFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParametricObject.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterV.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/AbstractParameter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterF.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterI.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterT.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter4f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/ParameterMatrix4f.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter2fv.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/parameters/Parameter3fv.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/KuwaharaFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ToonFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BloomFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SmoothToonFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/FilterChain.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CGAColorspaceFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LookupFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/VoronoiFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/VignetteFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PerlinPixellationFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PixelateFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EmbossFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/Abstract3x3ConvolutionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BilateralFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ZoomBlurFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ErosionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DilationFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/XYDerivativeFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SobelEdgeDetectionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GrayscaleFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HarrisCornerDetectionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ThresholdedNonMaximumSuppressionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CornerDetectionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorPackingFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LowPassFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DissolveBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractTwoInputFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AverageColorFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/MotionDetectionFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SketchFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/MultiplyBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EdgeTangentFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/BrightnessFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/SaturationFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HueFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GammaFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ContrastFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AlphaBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AdditiveBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/NormalBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DarkenBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ColorBurnFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ChromaKeyBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PoissonBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractTwoInputCrossTextureSamplingFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/ExclusionBlendFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/PosterizeFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/LaplacianFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/GradientMapFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DisplacementFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DoGFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/DirectionalDoGFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AbstractDoGFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/FlowDoGFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/EdgeTangentSmoothingFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/HalftoneFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/CrosshatchFilter.h:
+
+/Users/dleibovic/Downloads/of_v0.10.1_osx_release/addons/ofxFilterLibrary/src/filters/AlphaMaskFilter.h:
diff --git a/example/obj/osx/Release/src/ofApp.o b/example/obj/osx/Release/src/ofApp.o
new file mode 100644
index 0000000..74c1322
Binary files /dev/null and b/example/obj/osx/Release/src/ofApp.o differ
diff --git a/example/ofxFilterLibraryExample.xcodeproj/project.xcworkspace/xcuserdata/dleibovic.xcuserdatad/UserInterfaceState.xcuserstate b/example/ofxFilterLibraryExample.xcodeproj/project.xcworkspace/xcuserdata/dleibovic.xcuserdatad/UserInterfaceState.xcuserstate
new file mode 100644
index 0000000..848273c
Binary files /dev/null and b/example/ofxFilterLibraryExample.xcodeproj/project.xcworkspace/xcuserdata/dleibovic.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/example/ofxFilterLibraryExample.xcodeproj/xcuserdata/dleibovic.xcuserdatad/xcschemes/xcschememanagement.plist b/example/ofxFilterLibraryExample.xcodeproj/xcuserdata/dleibovic.xcuserdatad/xcschemes/xcschememanagement.plist
new file mode 100644
index 0000000..b6cd8e5
--- /dev/null
+++ b/example/ofxFilterLibraryExample.xcodeproj/xcuserdata/dleibovic.xcuserdatad/xcschemes/xcschememanagement.plist
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>SchemeUserState</key>
+ <dict>
+ <key>ofxFilterLibraryExample Debug.xcscheme_^#shared#^_</key>
+ <dict>
+ <key>orderHint</key>
+ <integer>0</integer>
+ </dict>
+ <key>ofxFilterLibraryExample Release.xcscheme_^#shared#^_</key>
+ <dict>
+ <key>orderHint</key>
+ <integer>1</integer>
+ </dict>
+ </dict>
+</dict>
+</plist>
diff --git a/example/src/ofApp.cpp b/example/src/ofApp.cpp
index eb39377..2749742 100644
--- a/example/src/ofApp.cpp
+++ b/example/src/ofApp.cpp
@@ -4,48 +4,64 @@ void ofApp::setup(){
ofDisableArbTex();
ofEnableSmoothing();
ofEnableAlphaBlending();
- _video.initGrabber(1280, 720);
+ _video.initGrabber(640, 480);
_currentFilter = 0;
-
+ int myWidth = ofGetWindowWidth();//_video.getWidth();;
+ int myHeight = ofGetWindowHeight();//_video.getHeight();
+
// here's a simple filter chain
- FilterChain * charcoal = new FilterChain(_video.getWidth(), _video.getHeight(), "Charcoal");
- //charcoal->addFilter(new BilateralFilter(_video.getWidth(), _video.getHeight(), 4, 4));
- charcoal->addFilter(new GaussianBlurFilter(_video.getWidth(), _video.getHeight(), 2.f ));
- charcoal->addFilter(new DoGFilter(_video.getWidth(), _video.getHeight(), 12, 1.2, 8, 0.99, 4));
- _filters.push_back(charcoal);
+// FilterChain * charcoal = new FilterChain(myWidth, myHeight, "Charcoal");
+// //charcoal->addFilter(new BilateralFilter(myWidth, myHeight, 4, 4));
+// charcoal->addFilter(new GaussianBlurFilter(myWidth, myHeight, 2.f ));
+// charcoal->addFilter(new DoGFilter(myWidth, myHeight, 12, 1.2, 8, 0.99, 4));
+// _filters.push_back(charcoal);
+//
+ FilterChain * amatorka_green = new FilterChain(myWidth, myHeight, "amatorka_green");
+ amatorka_green->addFilter(new LookupFilter(myWidth, myHeight, "img/lookup_amatorka.png"));
+ amatorka_green->addFilter(new LookupFilter(myWidth, myHeight, "img/green_lut.png"));
+ _filters.push_back(amatorka_green);
+
+ _filters.push_back(new LookupFilter(myWidth, myHeight, "img/lookup_amatorka_green.png"));
+ _filters.push_back(new LookupFilter(myWidth, myHeight, "img/lookup_soft_elegance_1_green.png"));
+ _filters.push_back(new LookupFilter(myWidth, myHeight, "img/lookup_soft_elegance_2_green.png"));
+ _filters.push_back(new LookupFilter(myWidth, myHeight, "img/green_lut.png"));
// Basic filter examples
-
+// FilterChain * elegance_green = new FilterChain(myWidth, myHeight, "elegance_green");
+// elegance_green->addFilter(new LookupFilter(myWidth, myHeight, "img/lookup_soft_elegance_1.png"));
+// elegance_green->addFilter(new LookupFilter(myWidth, myHeight, "img/green_lut.png"));
+// _filters.push_back(elegance_green);
- _filters.push_back(new HalftoneFilter(_video.getWidth(), _video.getHeight(), 0.01));
- _filters.push_back(new CrosshatchFilter(_video.getWidth(), _video.getHeight()));
+ _filters.push_back(new HalftoneFilter(myWidth, myHeight, 0.01));
+ _filters.push_back(new CrosshatchFilter(myWidth, myHeight));
_filters.push_back(new KuwaharaFilter(6));
- _filters.push_back(new SobelEdgeDetectionFilter(_video.getWidth(), _video.getHeight()));
- _filters.push_back(new BilateralFilter(_video.getWidth(), _video.getHeight()));
- _filters.push_back(new SketchFilter(_video.getWidth(), _video.getHeight()));
- _filters.push_back(new DilationFilter(_video.getWidth(), _video.getHeight()));
- _filters.push_back(new PerlinPixellationFilter(_video.getWidth(), _video.getHeight()));
- _filters.push_back(new XYDerivativeFilter(_video.getWidth(), _video.getHeight()));
+ _filters.push_back(new SobelEdgeDetectionFilter(myWidth, myHeight));
+ _filters.push_back(new BilateralFilter(myWidth, myHeight));
+ _filters.push_back(new SketchFilter(myWidth, myHeight));
+ _filters.push_back(new DilationFilter(myWidth, myHeight));
+ _filters.push_back(new PerlinPixellationFilter(myWidth, myHeight));
+ _filters.push_back(new XYDerivativeFilter(myWidth, myHeight));
_filters.push_back(new ZoomBlurFilter());
- _filters.push_back(new EmbossFilter(_video.getWidth(), _video.getHeight(), 2.f));
- _filters.push_back(new SmoothToonFilter(_video.getWidth(), _video.getHeight()));
+ _filters.push_back(new EmbossFilter(myWidth, myHeight, 2.f));
+ _filters.push_back(new SmoothToonFilter(myWidth, myHeight));
_filters.push_back(new TiltShiftFilter(_video.getTextureReference()));
_filters.push_back(new VoronoiFilter(_video.getTextureReference()));
_filters.push_back(new CGAColorspaceFilter());
- _filters.push_back(new ErosionFilter(_video.getWidth(), _video.getHeight()));
- _filters.push_back(new LookupFilter(_video.getWidth(), _video.getHeight(), "img/lookup_amatorka.png"));
- _filters.push_back(new LookupFilter(_video.getWidth(), _video.getHeight(), "img/lookup_miss_etikate.png"));
- _filters.push_back(new LookupFilter(_video.getWidth(), _video.getHeight(), "img/lookup_soft_elegance_1.png"));
+ _filters.push_back(new ErosionFilter(myWidth, myHeight));
+ _filters.push_back(new LookupFilter(myWidth, myHeight, "img/lookup_amatorka.png"));
+ _filters.push_back(new LookupFilter(myWidth, myHeight, "img/lookup_miss_etikate.png"));
+ _filters.push_back(new LookupFilter(myWidth, myHeight, "img/lookup_soft_elegance_1.png"));
+ _filters.push_back(new LookupFilter(myWidth, myHeight, "img/green_lut.png"));
_filters.push_back(new VignetteFilter());
_filters.push_back(new PosterizeFilter(8));
- _filters.push_back(new LaplacianFilter(_video.getWidth(), _video.getHeight(), ofVec2f(1, 1)));
- _filters.push_back(new PixelateFilter(_video.getWidth(), _video.getHeight()));
+ _filters.push_back(new LaplacianFilter(myWidth, myHeight, ofVec2f(1, 1)));
+ _filters.push_back(new PixelateFilter(myWidth, myHeight));
_filters.push_back(new HarrisCornerDetectionFilter(_video.getTextureReference()));
_filters.push_back(new MotionDetectionFilter(_video.getTextureReference()));
- _filters.push_back(new LowPassFilter(_video.getWidth(), _video.getHeight(), 0.9));
+ _filters.push_back(new LowPassFilter(myWidth, myHeight, 0.9));
// blending examples
@@ -54,44 +70,44 @@ void ofApp::setup(){
chroma->setSecondTexture(wes.getTextureReference());
_filters.push_back(chroma);
- _filters.push_back(new DisplacementFilter("img/mandel.jpg", _video.getWidth(), _video.getHeight(), 25.f));
- _filters.push_back(new PoissonBlendFilter(wes.getTextureReference(), _video.getWidth(), _video.getHeight(), 2.0));
- _filters.push_back(new DisplacementFilter("img/glass/3.jpg", _video.getWidth(), _video.getHeight(), 40.0));
+ _filters.push_back(new DisplacementFilter("img/mandel.jpg", myWidth, myHeight, 25.f));
+ _filters.push_back(new PoissonBlendFilter(wes.getTextureReference(), myWidth, myHeight, 2.0));
+ _filters.push_back(new DisplacementFilter("img/glass/3.jpg", myWidth, myHeight, 40.0));
_filters.push_back(new ExclusionBlendFilter(wes.getTextureReference()));
// here's how you use Convolution filters
- Abstract3x3ConvolutionFilter * convolutionFilter1 = new Abstract3x3ConvolutionFilter(_video.getWidth(), _video.getHeight());
+ Abstract3x3ConvolutionFilter * convolutionFilter1 = new Abstract3x3ConvolutionFilter(myWidth, myHeight);
convolutionFilter1->setMatrix(-1, 0, 1, -2, 0, 2, -1, 0, 1);
_filters.push_back(convolutionFilter1);
- Abstract3x3ConvolutionFilter * convolutionFilter2 = new Abstract3x3ConvolutionFilter(_video.getWidth(), _video.getHeight());
+ Abstract3x3ConvolutionFilter * convolutionFilter2 = new Abstract3x3ConvolutionFilter(myWidth, myHeight);
convolutionFilter2->setMatrix(4, 4, 4, 4, -32, 4, 4, 4, 4);
_filters.push_back(convolutionFilter2);
- Abstract3x3ConvolutionFilter * convolutionFilter3 = new Abstract3x3ConvolutionFilter(_video.getWidth(), _video.getHeight());
+ Abstract3x3ConvolutionFilter * convolutionFilter3 = new Abstract3x3ConvolutionFilter(myWidth, myHeight);
convolutionFilter3->setMatrix(1.2, 1.2, 1.2, 1.2, -9.0, 1.2, 1.2, 1.2, 1.2);
_filters.push_back(convolutionFilter3);
// and here's how you might daisy-chain a bunch of filters
- FilterChain * foggyTexturedGlassChain = new FilterChain(_video.getWidth(), _video.getHeight(), "Weird Glass");
- foggyTexturedGlassChain->addFilter(new PerlinPixellationFilter(_video.getWidth(), _video.getHeight(), 13.f));
- foggyTexturedGlassChain->addFilter(new EmbossFilter(_video.getWidth(), _video.getHeight(), 0.5));
- foggyTexturedGlassChain->addFilter(new GaussianBlurFilter(_video.getWidth(), _video.getHeight(), 3.f));
+ FilterChain * foggyTexturedGlassChain = new FilterChain(myWidth, myHeight, "Weird Glass");
+ foggyTexturedGlassChain->addFilter(new PerlinPixellationFilter(myWidth, myHeight, 13.f));
+ foggyTexturedGlassChain->addFilter(new EmbossFilter(myWidth, myHeight, 0.5));
+ foggyTexturedGlassChain->addFilter(new GaussianBlurFilter(myWidth, myHeight, 3.f));
_filters.push_back(foggyTexturedGlassChain);
// here's another unimaginative filter chain
- FilterChain * watercolorChain = new FilterChain(_video.getWidth(), _video.getHeight(), "Monet");
+ FilterChain * watercolorChain = new FilterChain(myWidth, myHeight, "Monet");
watercolorChain->addFilter(new KuwaharaFilter(9));
- watercolorChain->addFilter(new LookupFilter(_video.getWidth(), _video.getHeight(), "img/lookup_miss_etikate.png"));
- watercolorChain->addFilter(new BilateralFilter(_video.getWidth(), _video.getHeight()));
- watercolorChain->addFilter(new PoissonBlendFilter("img/canvas_texture.jpg", _video.getWidth(), _video.getHeight(), 2.0));
+ watercolorChain->addFilter(new LookupFilter(myWidth, myHeight, "img/lookup_miss_etikate.png"));
+ watercolorChain->addFilter(new BilateralFilter(myWidth, myHeight));
+ watercolorChain->addFilter(new PoissonBlendFilter("img/canvas_texture.jpg", myWidth, myHeight, 2.0));
watercolorChain->addFilter(new VignetteFilter());
_filters.push_back(watercolorChain);
@@ -115,9 +131,9 @@ void ofApp::draw(){
ofSetColor(255);
ofPushMatrix();
ofScale(-1, 1);
- ofTranslate(-_video.getWidth(), 0);
+ ofTranslate(-ofGetWindowWidth(), 0);
_filters[_currentFilter]->begin();
- _video.draw(0,0);
+ _video.draw(0,0,ofGetWidth(), ofGetHeight());
_filters[_currentFilter]->end();
ofPopMatrix();
ofSetColor(255);
@@ -128,6 +144,11 @@ void ofApp::keyPressed(int key){
if (key==' ') {
_currentFilter ++;
if (_currentFilter>=_filters.size()) _currentFilter = 0;
+ } else if (key == 'b') {
+ _currentFilter--;
+ if (_currentFilter < 0) {
+ _currentFilter = _filters.size() - 1;
+ }
}
else if (key=='f') ofToggleFullscreen();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment