#include <map>
#include <sstream>
#include <cstdlib>
#include <string>
#include <itkDataObject.h>
#include "mitkNumericTypes.h"
#include <MitkCoreExports.h>
#include <nlohmann/json.hpp>
Go to the source code of this file.
|
| mitk |
| Find image slices visible on a given plane.
|
|
◆ mitkSpecializeGenericLookupTable
#define mitkSpecializeGenericLookupTable |
( |
|
LookupTableName, |
|
|
|
Type |
|
) |
| |
Generates a specialized subclass of mitk::GenericLookupTable. This way, GetNameOfClass() returns the value provided by LookupTableName. Please see mitkProperties.h for examples.
- Parameters
-
LookupTableName | the name of the instantiation of GenericLookupTable |
Type | the value type of the GenericLookupTable |
Definition at line 118 of file mitkGenericLookupTable.h.
◆ mitkSpecializeGenericLookupTableOperator
#define mitkSpecializeGenericLookupTableOperator |
( |
|
LookupTableName | ) |
|
Generates the ostream << operator for the lookuptable. This definition of a global function must be in a cpp file, therefore it is split from the class declaration macro mitkSpecializeGenericLookupTable.
Definition at line 139 of file mitkGenericLookupTable.h.