Parent Directory
|
Revision Log
|
Patch
revision 159 by jgs, Wed Nov 9 02:02:19 2005 UTC | revision 160 by jgs, Thu Nov 10 05:09:25 2005 UTC | |
---|---|---|
# | Line 148 DataExpanded::DataExpanded(const Functio | Line 148 DataExpanded::DataExpanded(const Functio |
148 | : DataAbstract(what) | : DataAbstract(what) |
149 | { | { |
150 | // | // |
151 | // create the view of the data | |
152 | initialise(shape,what.getNumSamples(),what.getNumDPPSample()); | |
153 | // | |
154 | // copy the data in the correct format | // copy the data in the correct format |
155 | m_data.getData()=data; | m_data.getData()=data; |
// | ||
// create the view of the data | ||
DataArrayView tempView(m_data.getData(),shape); | ||
setPointDataView(tempView); | ||
156 | } | } |
157 | ||
158 | DataExpanded::~DataExpanded() | DataExpanded::~DataExpanded() |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |