Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Download
Bugzilla
Groups
Namespace List
Class List
File List
Examples
File List
File Members
QmitkC3Data.cpp
Go to the documentation of this file.
1
/*===================================================================
2
3
The Medical Imaging Interaction Toolkit (MITK)
4
5
Copyright (c) German Cancer Research Center,
6
Division of Medical and Biological Informatics.
7
All rights reserved.
8
9
This software is distributed WITHOUT ANY WARRANTY; without
10
even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
A PARTICULAR PURPOSE.
12
13
See LICENSE.txt or http://www.mitk.org for details.
14
15
===================================================================*/
16
17
#include <
QmitkC3Data.h
>
18
19
QmitkC3Data::QmitkC3Data
()
20
{
21
}
22
23
QmitkC3Data::QmitkC3Data
(
HistogramType::ConstPointer
histogram)
24
: m_Histogram(histogram),
25
m_UseLineChart(false),
26
m_ShowSubchart(true)
27
{
28
}
29
30
void
QmitkC3Data::SetAppearance
(
bool
UseLineChart =
false
,
bool
ShowSubChart =
true
)
31
{
32
m_UseLineChart
= UseLineChart;
33
m_ShowSubchart
= ShowSubChart;
34
}
35
36
void
QmitkC3Data::ClearData
()
37
{
38
this->
m_YData
.clear();
39
this->
m_XData
.clear();
40
}
QmitkC3Data::m_XData
QList< QVariant > m_XData
List of measurements.
Definition:
QmitkC3Data.h:32
QmitkC3Data::m_UseLineChart
QVariant m_UseLineChart
Definition:
QmitkC3Data.h:33
QmitkC3Data::SetAppearance
void SetAppearance(bool useLineChart, bool showSubChart)
Definition:
QmitkC3Data.cpp:30
QmitkC3Data::m_YData
QList< QVariant > m_YData
List of frequencies.
Definition:
QmitkC3Data.h:32
mitk::ConstPointer
itk::SmartPointer< const Self > ConstPointer
Definition:
mitkRenderingManager.h:389
QmitkC3Data::QmitkC3Data
QmitkC3Data()
Definition:
QmitkC3Data.cpp:19
QmitkC3Data::m_ShowSubchart
QVariant m_ShowSubchart
Definition:
QmitkC3Data.h:34
QmitkC3Data::ClearData
void ClearData()
Clears the Data.
Definition:
C3Data.cpp:19
QmitkC3Data.h
git
MITK
Modules
C3js
src
QmitkC3Data.cpp
Generated on Fri Feb 3 2017 20:52:12 for Medical Imaging Interaction Toolkit by
1.8.9.1