MeVisLab Toolbox Reference
ml::WrapperSuperStructPtrs Class 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.
 

Detailed Description

Link structure between names and superclass names.

Definition at line 43 of file mlITKMLBaseWrapper.h.

Constructor & Destructor Documentation

◆ WrapperSuperStructPtrs()

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

Default constructor.

Definition at line 46 of file mlITKMLBaseWrapper.h.

Member Data Documentation

◆ nameStrings

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

Pointer to the type name and parent type name strings.

Definition at line 50 of file mlITKMLBaseWrapper.h.

◆ parentSuperStruct

const WrapperSuperStructPtrs* const ml::WrapperSuperStructPtrs::parentSuperStruct

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