|
Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|


Go to the source code of this file.
Classes | |
| class | vtkMRMLI18N |
| Class that provide internationalization (i18n) features, such as language translation or region-specific units and date formatting. More... | |
| class | vtkMRMLI18NInitialize |
| Utility class to make sure qSlicerModuleManager is initialized before it is used. More... | |
Macros | |
| #define | vtkMRMLTr(context, sourceText) |
| Translation function used in MRML classes. | |
Variables | |
| static vtkMRMLI18NInitialize | vtkMRMLI18NInitializer |
| #define vtkMRMLTr | ( | context, | |
| sourceText ) |
Translation function used in MRML classes.
Definition at line 121 of file vtkMRMLI18N.h.
|
static |
This instance will show up in any translation unit that uses vtkMRMLI18N. It will make sure vtkMRMLI18N is initialized before it is used.
Definition at line 118 of file vtkMRMLI18N.h.