1 Star 0 Fork 0

吉林伊凡/RTK

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
rtkConfiguration.h.in 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
/*=========================================================================
*
* Copyright RTK Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*=========================================================================*/
#ifndef __rtkConfiguration_h
#define __rtkConfiguration_h
// This file is interpreted by cmake, to define macros based on the cmake configuration options
//
#include <itkConfigure.h>
#include <itkIntTypes.h>
namespace rtk
{
using ThreadIdType = itk::ThreadIdType;
}
#cmakedefine RTK_PROBE_EACH_FILTER
#cmakedefine RTK_USE_CUDA
#cmakedefine RTK_BUILD_SHARED_LIBS 1
#ifndef SLAB_SIZE
# define SLAB_SIZE @RTK_CUDA_PROJECTIONS_SLAB_SIZE@
#endif
#define RTK_BINARY_DIR "@RTK_BINARY_DIR@"
#define RTK_DATA_ROOT "@RTK_DATA_ROOT@"
/* Fix for ITK4 */
#if defined(ITK_USE_FFTWF) && !defined(USE_FFTWF)
# define USE_FFTWF
#endif
#if defined(ITK_USE_FFTWD) && !defined(USE_FFTWD)
# define USE_FFTWD
#endif
#define RTK_VERSION_MAJOR @RTK_VERSION_MAJOR@
#define RTK_VERSION_MINOR @RTK_VERSION_MINOR@
#define RTK_VERSION_PATCH @RTK_VERSION_PATCH@
#define RTK_VERSION_STRING "@RTK_VERSION_STRING@"
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wanyi3605/RTK.git
git@gitee.com:wanyi3605/RTK.git
wanyi3605
RTK
RTK
master

搜索帮助