|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <sstream>#include <org_blueberry_core_runtime_Export.h>#include "berryMacros.h"#include "berryObject.h"Go to the source code of this file.
Classes | |
| class | berry::ObjectGeneric< T > |
Namespaces | |
| berry | |
Macros | |
| #define | berrySpecializeGenericObject(ObjectName, Type, DefaultValue) |
| #define berrySpecializeGenericObject | ( | ObjectName, | |
| Type, | |||
| DefaultValue | |||
| ) |
Generates a specialized subclass of berry::ObjectGeneric. This way, GetClassName() returns the value provided by ObjectName. Please see berryObjects.h for examples
| ObjectName | the name of the instantiation of ObjectGeneric |
| Type | the value type |
| DefaultValue | the default value |
Definition at line 99 of file berryObjectGeneric.h.