Medical Imaging Interaction Toolkit
2016.11.0
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 |
Definition at line 102 of file berryObjectGeneric.h.