MeVisLabToolboxReference
ml::WrapperSuperStructPtrs Class Reference

Link structure between names and superclass names. More...

#include <mlITKMLBaseWrapper.h>

List of all members.

Public Member Functions

 WrapperSuperStructPtrs (const std::string *const nameStringsArg, const WrapperSuperStructPtrs *const pSSArgs)
 Default constructor.
 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.

Detailed Description

Link structure between names and superclass names.

Definition at line 44 of file mlITKMLBaseWrapper.h.


Constructor & Destructor Documentation

ml::WrapperSuperStructPtrs::WrapperSuperStructPtrs ( const std::string *const  nameStringsArg,
const WrapperSuperStructPtrs *const  pSSArgs 
) [inline]

Default constructor.

Definition at line 47 of file mlITKMLBaseWrapper.h.

ml::WrapperSuperStructPtrs::WrapperSuperStructPtrs ( const std::string *const  nameStringsArg,
const WrapperSuperStructPtrs *const  pSSArgs 
) [inline]

Default constructor.

Definition at line 47 of file mlVTKMLBaseWrapper.h.


Member Data Documentation

const std::string *const ml::WrapperSuperStructPtrs::nameStrings

Pointer to the type name and parent type name strings.

Definition at line 51 of file mlITKMLBaseWrapper.h.

Referenced by ml::ITKMLBaseWrapper< OBJ_TYPE, OBJ_TYPE_POINTER, WRAPPER_CLASS_NAME >::hasSuperClass().


The documentation for this class was generated from the following files: