Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
vtkMRMLMessageCollection::Message Struct Reference

A helper class that describes a single message. More...

#include <Libs/MRML/Core/vtkMRMLMessageCollection.h>

Public Member Functions

 Message (unsigned long messageType, const std::string &messageText)
 

Public Attributes

std::string MessageText
 
unsigned long MessageType
 

Detailed Description

A helper class that describes a single message.

Definition at line 146 of file vtkMRMLMessageCollection.h.

Constructor & Destructor Documentation

◆ Message()

vtkMRMLMessageCollection::Message::Message ( unsigned long messageType,
const std::string & messageText )

Member Data Documentation

◆ MessageText

std::string vtkMRMLMessageCollection::Message::MessageText

Definition at line 151 of file vtkMRMLMessageCollection.h.

◆ MessageType

unsigned long vtkMRMLMessageCollection::Message::MessageType

Definition at line 150 of file vtkMRMLMessageCollection.h.


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