Medical Imaging Interaction Toolkit  2023.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkExtractCESTOffset.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef mitkExtractCESTOffset_h
14 #define mitkExtractCESTOffset_h
15 
16 #include <mitkBaseData.h>
17 
18 #include "MitkCESTExports.h"
19 
20 namespace mitk
21 {
28  MITKCEST_EXPORT std::vector<ScalarType> ExtractCESTOffset(const BaseData* image);
29 
36  MITKCEST_EXPORT std::vector<ScalarType> ExtractCESTT1Time(const BaseData* image);
37 }
38 
39 #endif
mitk::ExtractCESTOffset
MITKCEST_EXPORT std::vector< ScalarType > ExtractCESTOffset(const BaseData *image)
MITKCEST_EXPORT
#define MITKCEST_EXPORT
Definition: MitkCESTExports.h:15
mitk::ExtractCESTT1Time
MITKCEST_EXPORT std::vector< ScalarType > ExtractCESTT1Time(const BaseData *image)
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
MitkCESTExports.h
mitkBaseData.h