Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Member Functions | Public Attributes
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: