ManiVault 1.0.0
A Flexible and Extensible Visual Analytics Framework for High-Dimensional Data
Loading...
Searching...
No Matches
hdps::DataType Class Reference

#include <DataType.h>

Public Member Functions

 DataType ()=delete
 
 DataType (QString type)
 
QString getTypeString () const
 

Friends

class RawData
 
class Core
 
struct std::hash< DataType >
 
bool operator== (const DataType &lhs, const DataType &rhs)
 
bool operator!= (const DataType &lhs, const DataType &rhs)
 
QString operator+ (const QString &lhs, const DataType &rhs)
 

Constructor & Destructor Documentation

◆ DataType() [1/2]

hdps::DataType::DataType ( )
delete

◆ DataType() [2/2]

hdps::DataType::DataType ( QString  type)
inline

Member Function Documentation

◆ getTypeString()

QString hdps::DataType::getTypeString ( ) const
inline

Get the type of raw data as string

Returns
String representation of the data type

Friends And Related Symbol Documentation

◆ Core

friend class Core
friend

◆ operator!=

bool operator!= ( const DataType lhs,
const DataType rhs 
)
friend

◆ operator+

QString operator+ ( const QString &  lhs,
const DataType rhs 
)
friend

◆ operator==

bool operator== ( const DataType lhs,
const DataType rhs 
)
friend

◆ RawData

friend class RawData
friend

◆ std::hash< DataType >

friend struct std::hash< DataType >
friend

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