Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
displayformat.h File Reference
#include <QColor>
#include <QObject>
#include <QVector>
#include <array>
Include dependency graph for displayformat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DisplayFormat
 
class  BW2DFormat
 
class  BW3DFormat
 
class  RGB2DFormat
 

Enumerations

enum  Modality { Modality::BW2D = 1, Modality::RGB2D = 2, Modality::BW3D = 4 }
 
enum  Layout { Layout::GRID, Layout::HORIZONTAL, Layout::VERTICAL }
 
enum  Views {
  Views::SHOW0 = 1, Views::SHOW1 = 2, Views::SHOW2 = 4, Views::SHOW3 = 8,
  Views::SHOW012 = 7, Views::SHOW123 = 14, Views::SHOW0123 = 15
}
 

Enumeration Type Documentation

enum Layout
strong
Enumerator
GRID 
HORIZONTAL 
VERTICAL 

Definition at line 10 of file displayformat.h.

enum Modality
strong
Enumerator
BW2D 
RGB2D 
BW3D 

Definition at line 9 of file displayformat.h.

enum Views
strong
Enumerator
SHOW0 
SHOW1 
SHOW2 
SHOW3 
SHOW012 
SHOW123 
SHOW0123 

Definition at line 11 of file displayformat.h.