Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitkLookupTables.cpp
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
#include "
mitkLookupTables.h
"
14
15
template
class
mitk::GenericLookupTable<bool>
;
16
template
class
mitk::GenericLookupTable<float>
;
17
template
class
mitk::GenericLookupTable<int>
;
18
template
class
mitk::GenericLookupTable<std::string>
;
19
20
mitkSpecializeGenericLookupTableOperator
(
mitk::BoolLookupTable
);
21
mitkSpecializeGenericLookupTableOperator
(
mitk::FloatLookupTable
);
22
mitkSpecializeGenericLookupTableOperator
(
mitk::IntLookupTable
);
23
mitkSpecializeGenericLookupTableOperator
(
mitk::StringLookupTable
);
mitk::IntLookupTable
Definition:
mitkLookupTables.h:31
mitk::FloatLookupTable
Definition:
mitkLookupTables.h:30
mitk::GenericLookupTable< bool >
mitkLookupTables.h
mitk::StringLookupTable
Definition:
mitkLookupTables.h:32
mitkSpecializeGenericLookupTableOperator
mitkSpecializeGenericLookupTableOperator(mitk::BoolLookupTable)
mitk::BoolLookupTable
specializations of GenericLookupTable
Definition:
mitkLookupTables.h:29
Source
Modules
Core
src
DataManagement
mitkLookupTables.cpp
Generated on Thu Mar 12 2020 10:23:55 for Medical Imaging Interaction Toolkit by
1.8.13