Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
berryObjectGeneric.h File Reference
#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)
 

Macro Definition Documentation

#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

Parameters
ObjectNamethe name of the instantiation of ObjectGeneric
Typethe value type

Definition at line 102 of file berryObjectGeneric.h.