1 #ifndef EMM_TensorsClassFactory_H 2 #define EMM_TensorsClassFactory_H 57 inline static SP::EMM_TensorsClassFactory
New() {
80 const SVC::CORE_Object& newParameters)
const;
88 SVC::CORE_Object args;
virtual ~EMM_TensorsClassFactory(void)
destroy a EMM_ClassFactory
Definition: EMM_TensorsClassFactory.cpp:11
virtual SP::CORE_Object NewInstance(const tString &name) const
create an instance of a class
Definition: EMM_TensorsClassFactory.h:87
this class describes a class factory to generate generic classes for the core module of the microm Pa...
Definition: EMM_TensorsClassFactory.h:15
EMM_TensorsClassFactory()
build a EMM_ClassFactory
Definition: EMM_TensorsClassFactory.cpp:7
DEFINE_SPTR(EMM_TensorsClassFactory)
static SP::EMM_TensorsClassFactory New()
create a shared pointer to the class factory
Definition: EMM_TensorsClassFactory.h:57
SP_OBJECT(EMM_TensorsClassFactory)
#define tString
Definition: types.h:135
this class describes a class factory to generate classes for User Interface Software ...
Definition: CORE_ClassFactory.h:18
virtual SP::CORE_Object NewInstance(const tString &name, const SVC::CORE_Object &newParameters) const
create an instance of a class
Definition: EMM_TensorsClassFactory.cpp:14
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:141