MeVisLab Toolbox Reference
ml::MultiFileVolumeListREGOutput::REGMatrix Struct Reference

Matrix and matrix type values: More...

#include <mlMultiFileVolumeListREGOutput.h>

Public Attributes

std::string matrixType
 The type of the matrix (RIGID, RIGID_SCALE, AFFINE) More...
 
std::string matrixValue
 The matrix value(s). More...
 
std::pair< bool, Matrix4conversionResult =std::pair<bool, Matrix4>(false, Matrix4(0.))
 The result from string to Matrix4 conversion. More...
 

Detailed Description

Matrix and matrix type values:

Definition at line 50 of file mlMultiFileVolumeListREGOutput.h.

Member Data Documentation

◆ conversionResult

std::pair<bool, Matrix4> ml::MultiFileVolumeListREGOutput::REGMatrix::conversionResult =std::pair<bool, Matrix4>(false, Matrix4(0.))

The result from string to Matrix4 conversion.

Definition at line 56 of file mlMultiFileVolumeListREGOutput.h.

◆ matrixType

std::string ml::MultiFileVolumeListREGOutput::REGMatrix::matrixType

The type of the matrix (RIGID, RIGID_SCALE, AFFINE)

Definition at line 52 of file mlMultiFileVolumeListREGOutput.h.

◆ matrixValue

std::string ml::MultiFileVolumeListREGOutput::REGMatrix::matrixValue

The matrix value(s).

Definition at line 54 of file mlMultiFileVolumeListREGOutput.h.


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