open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Loading...
Searching...
No Matches
Static Public Member Functions | Static Public Attributes | List of all members
ByteOrder Class Reference

#include <iAToolsVTK.h>

Static Public Member Functions

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)
 

Static Public Attributes

static const QString BigEndianStr
 
static const QString LittleEndianStr
 

Member Function Documentation

◆ 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)

Member Data Documentation

◆ BigEndianStr

const QString ByteOrder::BigEndianStr
static

◆ LittleEndianStr

const QString ByteOrder::LittleEndianStr
static

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