SIRF  3.4.0
cReg_p.h
1 /*
2 SyneRBI Synergistic Image Reconstruction Framework (SIRF)
3 Copyright 2015 - 2017 Rutherford Appleton Laboratory STFC
4 Copyright 2017 - 2020 University College London
5 
6 This is software developed for the Collaborative Computational
7 Project in Synergistic Reconstruction for Biomedical Imaging (formerly CCP PETMR)
8 (http://www.ccpsynerbi.ac.uk/).
9 
10 Licensed under the Apache License, Version 2.0 (the "License");
11 you may not use this file except in compliance with the License.
12 You may obtain a copy of the License at
13 http://www.apache.org/licenses/LICENSE-2.0
14 Unless required by applicable law or agreed to in writing, software
15 distributed under the License is distributed on an "AS IS" BASIS,
16 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 See the License for the specific language governing permissions and
18 limitations under the License.
19 
20 */
21 
22 #pragma once
23 
25 
26 namespace sirf {
27 
28  // ---------------------------------------------------------------------------- //
29  // NiftiImageData
30  // ---------------------------------------------------------------------------- //
31  void* cReg_NiftiImageDataParameter(const DataHandle* handle, const char* name);
32 
33  // ---------------------------------------------------------------------------- //
34  // Registration
35  // ---------------------------------------------------------------------------- //
36  void* cReg_setRegistrationParameter(void* hp, const char* name, const void* hv);
37 
38  // ---------------------------------------------------------------------------- //
39  // NiftyRegistration
40  // ---------------------------------------------------------------------------- //
41  void* cReg_setNiftyRegistrationParameter(void* hp, const char* name, const void* hv);
42 
43  // ---------------------------------------------------------------------------- //
44  // NiftyF3dSym
45  // ---------------------------------------------------------------------------- //
46  void* cReg_setNiftyF3dSymParameter(void* hp, const char* name, const void* hv);
47 
48 #ifdef SIRF_SPM
49  // ---------------------------------------------------------------------------- //
50  // SPMRegistration
51  // ---------------------------------------------------------------------------- //
52  void* cReg_setSPMRegistrationParameter(void* hp, const char* name, const void* hv);
53 #endif
54 
55  // ---------------------------------------------------------------------------- //
56  // NiftyResampler
57  // ---------------------------------------------------------------------------- //
58  void* cReg_setNiftyResamplerParameter(void* hp, const char* name, const void* hv);
59  void* cReg_NiftyResamplerParameter(const DataHandle* handle, const char* name);
60 
61  // ---------------------------------------------------------------------------- //
62  // ImageWeightedMean
63  // ---------------------------------------------------------------------------- //
64  void* cReg_ImageWeightedMeanParameter(const DataHandle* handle, const char* name);
65 
66  // ---------------------------------------------------------------------------- //
67  // AffineTransformation
68  // ---------------------------------------------------------------------------- //
69  void* cReg_AffineTransformationParameter(const DataHandle* handle, const char* name);
70 }
Basic wrapper for C++ objects.
Definition: DataHandle.h:115
Abstract data container.
Definition: GeometricalInfo.cpp:141
Execution status type and wrappers for C++ objects.