#include <iAToolsVTK.h>
|
| static int | mapStringToVTKType (QString const &name) |
| | Maps a given readable string to the according VTK byte order type.
|
| |
| static QString | mapVTKTypeToString (int byteOrder) |
| | Maps a given VTK byte order type to the according readable string.
|
| |
| static QStringList const & | stringList () |
| | Returns a human-readable list of available byte orders (little/big endian)
|
| |
◆ mapStringToVTKType()
| int ByteOrder::mapStringToVTKType |
( |
QString const & |
name | ) |
|
|
static |
Maps a given readable string to the according VTK byte order type.
Reverse to mapVTKByteOrderToReadable
◆ mapVTKTypeToString()
| QString ByteOrder::mapVTKTypeToString |
( |
int |
byteOrder | ) |
|
|
static |
Maps a given VTK byte order type to the according readable string.
Reverse to mapReadableByteOrderToVTKType
◆ stringList()
| QStringList const & ByteOrder::stringList |
( |
| ) |
|
|
static |
Returns a human-readable list of available byte orders (little/big endian)
◆ BigEndianStr
| const QString ByteOrder::BigEndianStr |
|
static |
◆ LittleEndianStr
| const QString ByteOrder::LittleEndianStr |
|
static |
The documentation for this class was generated from the following files: