📄 ch_timing_2.h
字号:
// Copyright (c) 1999 Max-Planck-Institute Saarbruecken (Germany).// All rights reserved.//// This file is part of an example program for CGAL. This example// program may be used, distributed and modified without limitation.//#ifndef CGAL_CH_TIMING_2_H#define CGAL_CH_TIMING_2_H#include <CGAL/Timer.h>CGAL_BEGIN_NAMESPACEtemplate <class ForwardIterator, class OutputIterator, class Traits>voidch_timing( ForwardIterator first, ForwardIterator last, OutputIterator result, int iterations, const Traits& ch_traits);CGAL_END_NAMESPACE#ifdef CGAL_CFG_NO_AUTOMATIC_TEMPLATE_INCLUSION#include <CGAL/ch_timing_2.C>#endif // CGAL_CFG_NO_AUTOMATIC_TEMPLATE_INCLUSION#endif // CGAL_CH_TIMING_2_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -