MNE-CPP
beta 1.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
MNE
mne
mne_epoch_data.cpp
Go to the documentation of this file.
1
//=============================================================================================================
36
//*************************************************************************************************************
37
//=============================================================================================================
38
// INCLUDES
39
//=============================================================================================================
40
41
#include "
mne_epoch_data.h
"
42
43
44
//*************************************************************************************************************
45
//=============================================================================================================
46
// USED NAMESPACES
47
//=============================================================================================================
48
49
using namespace
MNELIB
;
50
51
52
//*************************************************************************************************************
53
//=============================================================================================================
54
// DEFINE MEMBER METHODS
55
//=============================================================================================================
56
57
MNEEpochData::MNEEpochData
()
58
: event(-1)
59
, tmin(-1)
60
, tmax(-1)
61
{
62
63
}
64
65
66
//*************************************************************************************************************
67
68
MNEEpochData::MNEEpochData
(
const
MNEEpochData
&p_MNEEpochData)
69
: epoch(p_MNEEpochData.epoch)
70
, event(p_MNEEpochData.event)
71
, tmin(p_MNEEpochData.tmin)
72
, tmax(p_MNEEpochData.tmax)
73
{
74
75
}
76
77
//*************************************************************************************************************
78
79
MNEEpochData::~MNEEpochData
()
80
{
81
82
}
mne_epoch_data.h
MNEEpochData class declaration.
MNELIB::MNEEpochData
epoch data
Definition:
mne_epoch_data.h:93
MNELIB
Definition:
cluststcmodel.h:76
MNELIB::MNEEpochData::MNEEpochData
MNEEpochData()
Definition:
mne_epoch_data.cpp:57
MNELIB::MNEEpochData::~MNEEpochData
~MNEEpochData()
Definition:
mne_epoch_data.cpp:79
Generated on Fri Mar 27 2015 22:54:31 for MNE-CPP by
1.8.9.1