00001 /** 00002 * \file benchmark/hidden_keys.h 00003 * \brief Various utilities for benchmarking 00004 * 00005 * Copyright 2007-2010 IMP Inventors. All rights reserved. 00006 * 00007 */ 00008 00009 #ifndef IMPBENCHMARK_HIDDEN_KEYS_H 00010 #define IMPBENCHMARK_HIDDEN_KEYS_H 00011 00012 #include "benchmark_config.h" 00013 #include <IMP/base_types.h> 00014 #include <string> 00015 00016 IMPBENCHMARK_BEGIN_NAMESPACE 00017 #ifndef IMP_DOXYGEN 00018 //! Cartesian coordinate keys which shouldn't be inlined. 00019 IMPBENCHMARKEXPORT extern FloatKey hidden_keys[]; 00020 #endif 00021 IMPBENCHMARK_END_NAMESPACE 00022 00023 #endif /* IMPBENCHMARK_HIDDEN_KEYS_H */