MeVisLab Toolbox Reference
|
Link structure between names and superclass names. More...
#include <mlITKMLBaseWrapper.h>
Public Member Functions | |
WrapperSuperStructPtrs (const std::string *const nameStringsArg, const WrapperSuperStructPtrs *const pSSArgs) | |
Default constructor. | |
Public Attributes | |
const std::string *const | nameStrings |
Pointer to the type name and parent type name strings. | |
const WrapperSuperStructPtrs *const | parentSuperStruct |
Pointer to the WrapperSuperStructPtrs of the parent class. | |
Link structure between names and superclass names.
Definition at line 43 of file mlITKMLBaseWrapper.h.
|
inline |
Default constructor.
Definition at line 46 of file mlITKMLBaseWrapper.h.
Pointer to the type name and parent type name strings.
Definition at line 50 of file mlITKMLBaseWrapper.h.
const WrapperSuperStructPtrs* const ml::WrapperSuperStructPtrs::parentSuperStruct |
Pointer to the WrapperSuperStructPtrs of the parent class.
Definition at line 53 of file mlITKMLBaseWrapper.h.
Referenced by ml::ITKMLBaseWrapper< OBJ_TYPE, OBJ_TYPE_POINTER, WRAPPER_CLASS_NAME >::hasSuperClass().