#include <datareductionoperator.h>
|
| | MLPepochs (cuint popID) |
| virtual | ~MLPepochs () |
| virtual bool | getDataVectorInfo (std::string &dataType, unsigned int &dataSize, unsigned int &vectorSize) const |
| virtual std::string | getName () const |
| virtual bool | reduceData (const SpatialCell *cell, char *buffer) |
| virtual bool | setSpatialCell (const SpatialCell *cell) |
| virtual bool | reduceDiagnostic (const SpatialCell *cell, Real *buffer) |
| | DataReductionOperator () |
| virtual | ~DataReductionOperator () |
| virtual bool | getUnitMetadata (std::string &_unit, std::string &_unitLaTeX, std::string &_variableLaTeX, std::string &_unitConversion) |
| virtual bool | setUnitMetadata (std::string &_unit, std::string &_unitLaTeX, std::string &_variableLaTeX, std::string &_unitConversion) |
Definition at line 231 of file datareductionoperator.h.
◆ MLPepochs()
| DRO::MLPepochs::MLPepochs |
( |
cuint | popID | ) |
|
◆ ~MLPepochs()
| DRO::MLPepochs::~MLPepochs |
( |
| ) |
|
|
virtual |
◆ getDataVectorInfo()
| bool DRO::MLPepochs::getDataVectorInfo |
( |
std::string & | dataType, |
|
|
unsigned int & | dataSize, |
|
|
unsigned int & | vectorSize ) const |
|
virtual |
◆ getName()
| std::string DRO::MLPepochs::getName |
( |
| ) |
const |
|
virtual |
◆ reduceData()
| bool DRO::MLPepochs::reduceData |
( |
const SpatialCell * | cell, |
|
|
char * | buffer ) |
|
virtual |
◆ reduceDiagnostic()
| bool DRO::MLPepochs::reduceDiagnostic |
( |
const SpatialCell * | cell, |
|
|
Real * | result ) |
|
virtual |
Reduce the data and write the data vector to the given variable. If the vector length is larger than one, memory gets corrupted. Note that this function is only used for writing into diagnostic files.
- Parameters
-
| cell | the SpatialCell to reduce data out of |
| buffer | Buffer in which the reduced data is written. |
- Returns
- If true, DataReductionOperator reduced data successfully.
Reimplemented from DRO::DataReductionOperator.
Definition at line 532 of file datareductionoperator.cpp.
◆ setSpatialCell()
| bool DRO::MLPepochs::setSpatialCell |
( |
const SpatialCell * | cell | ) |
|
|
virtual |
◆ epochs
| uint32_t DRO::MLPepochs::epochs |
|
protected |
◆ popID
| uint DRO::MLPepochs::popID |
|
protected |
◆ popName
| std::string DRO::MLPepochs::popName |
|
protected |
The documentation for this class was generated from the following files: