-
- Downloads
ENH: Use math functions in std:: instead of vcl
find \( -name "*.hxx" -or -name "*.h" -or -name "*.cxx" \) -not -path "*ThirdParty*" -print0 | xargs -0 sed -sri "s/([^<])vcl_(adjacent_find|and|binary|binary_search|copy|copy_|count|count_if|equal|equal_range|fill|fill_n|find|find_end|find_first_of|find_if|for_each|generate|generate_n|generators_|heap|includes|inplace_merge|iter_swap|lexicographical_compare|lower_bound|make_heap|max|min|max_element|merge|merge_|min_element|mismatch|next_permutation|nth_element|partial_sort|partial_sort_copy|partition|stable_partition|partitions_|pop_heap|prev_permutation|push_heap|random_shuffle|remove|remove_copy|remove_copy_if|remove_if|replace|replace_copy|replace_copy_if|replace_if|reverse|reverse_copy|rotate|rotate_copy|search|search_n|set_difference|set_intersection|set_symmetric_difference|set_union|sort|sort_|sort_heap|stable_sort|swap|swap_|swap_ranges|transform|unique|unique_copy|upper_bound|bitset|abs|acos|asin|atan|atan2|ceil|cos|cosh|exp|fabs|floor|fmod|frexp|ldexp|log|log10|modf|pow|sin|sinh|sqrt|tan|tanh|complex|real|imag|arg|norm|conj|polar|jmp_buf|longjmp|sig_atomic_t|raise|signal|va_list|ptrdiff_t|size_t|FILE|fpos_t|fopen|fclose|feof|ferror|fflush|fgetc|fgetpos|fgets|fwrite|fread|fseek|ftell|perror|clearerr|rename|fputc|fputs|freopen|fsetpos|getc|getchar|gets|putc|putchar|puts|rewind|setbuf|setvbuf|tmpfile|tmpnam|ungetc|printf|sprintf|fprintf|vprintf|vsprintf|vfprintf)/\1std::\2/g" find \( -name "*.hxx" -or -name "*.h" -or -name "*.cxx" \) -not -path "*ThirdParty*" -print0 | xargs -0 sed -sri "s/<<vcl_log/<<std::log/g"
Showing
- Examples/BasicFilters/HillShadingExample.cxx 3 additions, 3 deletionsExamples/BasicFilters/HillShadingExample.cxx
- Examples/FeatureExtraction/SURFExample.cxx 2 additions, 2 deletionsExamples/FeatureExtraction/SURFExample.cxx
- Examples/IO/DEMHandlerExample.cxx 1 addition, 1 deletionExamples/IO/DEMHandlerExample.cxx
- Examples/Patented/SIFTExample.cxx 2 additions, 2 deletionsExamples/Patented/SIFTExample.cxx
- Examples/Patented/SIFTFastExample.cxx 2 additions, 2 deletionsExamples/Patented/SIFTFastExample.cxx
- Modules/Adapters/OSSIMAdapters/test/otbDEMHandlerTest.cxx 1 addition, 1 deletionModules/Adapters/OSSIMAdapters/test/otbDEMHandlerTest.cxx
- Modules/Applications/AppClassification/app/otbComputeImagesStatistics.cxx 1 addition, 1 deletion...ions/AppClassification/app/otbComputeImagesStatistics.cxx
- Modules/Applications/AppClassification/app/otbDSFuzzyModelEstimation.cxx 2 additions, 2 deletions...tions/AppClassification/app/otbDSFuzzyModelEstimation.cxx
- Modules/Applications/AppDescriptors/app/otbHomologousPointsExtraction.cxx 8 additions, 8 deletions...ions/AppDescriptors/app/otbHomologousPointsExtraction.cxx
- Modules/Applications/AppImageUtils/app/otbColorMapping.cxx 3 additions, 3 deletionsModules/Applications/AppImageUtils/app/otbColorMapping.cxx
- Modules/Applications/AppImageUtils/app/otbConvert.cxx 1 addition, 1 deletionModules/Applications/AppImageUtils/app/otbConvert.cxx
- Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx 2 additions, 2 deletions...s/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx
- Modules/Applications/AppProjection/app/otbGenerateRPCSensorModel.cxx 5 additions, 5 deletions...lications/AppProjection/app/otbGenerateRPCSensorModel.cxx
- Modules/Applications/AppProjection/app/otbOrthoRectification.cxx 9 additions, 9 deletions.../Applications/AppProjection/app/otbOrthoRectification.cxx
- Modules/Applications/AppProjection/app/otbRefineSensorModel.cxx 10 additions, 10 deletions...s/Applications/AppProjection/app/otbRefineSensorModel.cxx
- Modules/Applications/AppProjection/app/otbRigidTransformResample.cxx 4 additions, 4 deletions...lications/AppProjection/app/otbRigidTransformResample.cxx
- Modules/Applications/AppProjection/app/otbSuperimpose.cxx 1 addition, 1 deletionModules/Applications/AppProjection/app/otbSuperimpose.cxx
- Modules/Applications/AppSegmentation/app/otbLSMSSegmentation.cxx 6 additions, 6 deletions.../Applications/AppSegmentation/app/otbLSMSSegmentation.cxx
- Modules/Applications/AppSegmentation/app/otbLSMSSmallRegionsMerging.cxx 4 additions, 4 deletions...ations/AppSegmentation/app/otbLSMSSmallRegionsMerging.cxx
- Modules/Applications/AppSegmentation/app/otbLSMSVectorization.cxx 2 additions, 2 deletions...Applications/AppSegmentation/app/otbLSMSVectorization.cxx
Loading
Please register or sign in to comment