SIRF
3.4.0
sources
SIRF
src
xGadgetron
cGadgetron
include
sirf
Gadgetron
cgadgetron_shared_ptr.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_SHARED_PTR
22
#define CGADGETRON_SHARED_PTR
23
24
#include <memory>
25
26
namespace
gadgetron
{
27
using
std::shared_ptr;
28
using
std::unique_ptr;
29
}
30
31
#endif
gadgetron
Definition:
cgadgetron_shared_ptr.h:26
Generated by
1.8.13