Xmipp  v3.23.11-Nereus
Enumerations | Functions
xmipp_datatype.h File Reference
#include <string>
Include dependency graph for xmipp_datatype.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  DataType {
  DT_Default = -1, DT_Unknown = 0, DT_UChar = 1, DT_SChar = 2,
  DT_UShort = 3, DT_Short = 4, DT_UInt = 5, DT_Int = 6,
  DT_ULong = 7, DT_Long = 8, DT_Float = 9, DT_Double = 10,
  DT_CShort = 11, DT_CInt = 12, DT_CFloat = 13, DT_CDouble = 14,
  DT_Bool = 15, DT_UHalfByte = 16, DT_HalfFloat = 17, DT_LastEntry = 18
}
 

Functions

size_t gettypesize (DataType type)
 Returns memory size of datatype. More...
 
DataType str2Datatype (const std::string &str)
 
std::string datatype2Str (DataType datatype)
 
std::string datatype2StrLong (DataType datatype)