Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
BW2DFormat Class Reference

#include <displayformat.h>

Inheritance diagram for BW2DFormat:
Inheritance graph
Collaboration diagram for BW2DFormat:
Collaboration graph

Public Member Functions

 BW2DFormat (QObject *parent=0)
 
void setNumberOfViews (int numberOfViews)
 
- Public Member Functions inherited from DisplayFormat
 DisplayFormat (QObject *parent)
 
 ~DisplayFormat ()
 
Modality modality () const
 
Layout currentLayout () const
 
virtual void setCurrentLayout (const Layout &currentLayout)
 
Views currentViews () const
 
virtual void setCurrentViews (const Views &currentViews)
 
bool hasViewerControls () const
 
bool enableTools () const
 
bool rotateAll () const
 
bool rotateSingle () const
 
bool hasOverlay () const
 
bool showNiftiViews () const
 
bool showNiftiAxis () const
 
bool showOrientation () const
 
bool showPpmViews () const
 
bool showPpmChannels () const
 
bool overlay () const
 
void setOverlay (bool overlay)
 
void toggleOverlay ()
 
bool hasLayout () const
 
bool has3Views () const
 
bool has4Views () const
 
std::array< bool, 4 > getViews ()
 
int getNumberOfViews () const
 
QColor overlayColor () const
 
void setOverlayColor (const QColor &overlayColor)
 
size_t getMaximumNumberOfViews () const
 

Additional Inherited Members

- Signals inherited from DisplayFormat
void updated ()
 
- Protected Member Functions inherited from DisplayFormat
void loadSettings ()
 
- Protected Attributes inherited from DisplayFormat
Modality m_modality
 
Layout m_currentLayout
 
Views m_currentViews
 
bool m_overlay
 
bool m_hasViewerControls
 
bool m_enableTools
 
bool m_rotateAll
 
bool m_rotateSingle
 
bool m_hasOverlay
 
bool m_hasLayout
 
bool m_has3Views
 
bool m_has4Views
 
bool m_showNiftiViews
 
bool m_showNiftiAxis
 
bool m_showOrientation
 
bool m_showPpmViews
 
bool m_showPpmChannels
 
Views defaultViews
 
int m_numberOfViews
 
size_t m_maximumNumberOfViews
 
QColor m_overlayColor
 

Detailed Description

Definition at line 102 of file displayformat.h.

Constructor & Destructor Documentation

BW2DFormat::BW2DFormat ( QObject *  parent = 0)

Definition at line 7 of file displayformat.cpp.

Member Function Documentation

void BW2DFormat::setNumberOfViews ( int  numberOfViews)
virtual

Implements DisplayFormat.

Definition at line 232 of file displayformat.cpp.


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