SIRF  3.4.0
cgadgetron_p.h
1 /*
2 SyneRBI Synergistic Image Reconstruction Framework (SIRF)
3 Copyright 2015 - 2019 Rutherford Appleton Laboratory STFC
4 
5 This is software developed for the Collaborative Computational
6 Project in Synergistic Reconstruction for Biomedical Imaging (formerly CCP PETMR)
7 (http://www.ccpsynerbi.ac.uk/).
8 
9 Licensed under the Apache License, Version 2.0 (the "License");
10 you may not use this file except in compliance with the License.
11 You may obtain a copy of the License at
12 http://www.apache.org/licenses/LICENSE-2.0
13 Unless required by applicable law or agreed to in writing, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
18 
19 */
20 
21 #ifndef CGADGETRON_PARAMETERS_HANDLERS
22 #define CGADGETRON_PARAMETERS_HANDLERS
23 
24 namespace sirf {
25 
26  extern "C"
27  void* cGT_acquisitionParameter(void* ptr_acq, const char* name);
28 
29  extern "C"
30  void* cGT_acquisitionsParameter(void* ptr_acq, const char* name);
31 
32  extern "C"
33  void* cGT_imageParameter(void* ptr_im, const char* name);
34 
35  extern "C"
36  void* cGT_AcquisitionModelParameter(void* ptr_am, const char* name);
37 
38  extern "C"
39  void* cGT_setCSParameter(void* ptr, const char* par, const void* val);
40 }
41 
42 #endif
Abstract data container.
Definition: GeometricalInfo.cpp:141