ch_timing_2.h
来自「CGAL is a collaborative effort of severa」· C头文件 代码 · 共 31 行
H
31 行
// 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 + =
减小字号Ctrl + -
显示快捷键?