代码拉取完成,页面将自动刷新
/*=========================================================================
*
* 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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。