#include <AIDA_ChainedTuple.h>
Collaboration diagram for Anaphe::AIDA_Tuple_native::AIDA_ChainedTuple:
Public Methods | |
AIDA_ChainedTuple (const std::vector< IDevTuple * > &tuples) | |
~AIDA_ChainedTuple () | |
const std::string & | name () const |
bool | isUpToDate () const |
void | setUpToDate (bool isUpToDate) |
bool | setName (const std::string &newName) |
const std::string & | userLevelClassType () const |
bool | connectToStore (AIDA::Dev::IBackingStore *store) |
AIDA::Dev::IBackingStore * | store () |
const AIDA::Dev::IBackingStore * | store () const |
AIDA::Dev::ITupleHeader & | header () |
const AIDA::Dev::ITupleHeader & | header () const |
void * | variableAddress (const std::string &variableName) |
const void * | variableAddress (const std::string &variableName) const |
const std::string & | title () const |
bool | setTitle (const std::string &title) |
AIDA::IAnnotation & | annotation () |
const AIDA::IAnnotation & | annotation () const |
bool | fill (int column, double value) |
bool | fill (int column, float value) |
bool | fill (int column, int value) |
bool | fill (int column, short value) |
bool | fill (int column, long value) |
bool | fill (int column, char value) |
bool | fill (int column, bool value) |
bool | fill (int column, const std::string &value) |
bool | fill (int column, const AIDA::ITupleEntry &value) |
bool | fill (const std::vector< double > &values) |
bool | fill (const std::vector< float > &values) |
bool | addRow () |
void | resetRow () |
void | reset () |
int | rows () const |
void | start () |
bool | skip (int rows) |
bool | next () |
bool | setRow (int rowIndex) |
int | findColumn (const std::string &name) const |
double | getDouble (int column) const |
float | getFloat (int column) const |
int | getInt (int column) const |
short | getShort (int column) const |
long | getLong (int column) const |
char | getChar (int column) const |
bool | getBoolean (int column) const |
const std::string & | getString (int column) const |
const AIDA::ITupleEntry * | getObject (int column) const |
const AIDA::ITuple * | getTuple (int column) const |
AIDA::ITuple * | getTuple (int column) |
int | columns () const |
const std::string & | columnName (int column) const |
const std::string & | columnType (int column) const |
double | columnMin (int column) const |
double | columnMax (int column) const |
double | columnMean (int column) const |
double | columnRms (int column) const |
bool | project (AIDA::IHistogram1D &histogram, AIDA::IEvaluator &evaluatorX) |
bool | project (AIDA::IHistogram1D &histogram, AIDA::IEvaluator &evaluatorX, AIDA::IFilter &filter) |
bool | project (AIDA::IHistogram1D &histogram, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &weight) |
bool | project (AIDA::IHistogram1D &histogram, AIDA::IEvaluator &evaluatorX, AIDA::IFilter &filter, AIDA::IEvaluator &weight) |
bool | project (AIDA::IHistogram2D &histogram, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY) |
bool | project (AIDA::IHistogram2D &histogram, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY, AIDA::IFilter &filter) |
bool | project (AIDA::IHistogram2D &histogram, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY, AIDA::IEvaluator &weight) |
bool | project (AIDA::IHistogram2D &histogram, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY, AIDA::IFilter &filter, AIDA::IEvaluator &weight) |
bool | project (AIDA::IHistogram3D &histogram, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY, AIDA::IEvaluator &evaluatorZ) |
bool | project (AIDA::IHistogram3D &histogram, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY, AIDA::IEvaluator &evaluatorZ, AIDA::IFilter &filter) |
bool | project (AIDA::IHistogram3D &histogram, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY, AIDA::IEvaluator &evaluatorZ, AIDA::IEvaluator &weight) |
bool | project (AIDA::IHistogram3D &histogram, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY, AIDA::IEvaluator &evaluatorZ, AIDA::IFilter &filter, AIDA::IEvaluator &weight) |
bool | project (AIDA::ICloud1D &cloud, AIDA::IEvaluator &evaluatorX) |
bool | project (AIDA::ICloud1D &cloud, AIDA::IEvaluator &evaluatorX, AIDA::IFilter &filter) |
bool | project (AIDA::ICloud1D &cloud, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &weight) |
bool | project (AIDA::ICloud1D &cloud, AIDA::IEvaluator &evaluatorX, AIDA::IFilter &filter, AIDA::IEvaluator &weight) |
bool | project (AIDA::ICloud2D &cloud, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY) |
bool | project (AIDA::ICloud2D &cloud, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY, AIDA::IFilter &filter) |
bool | project (AIDA::ICloud2D &cloud, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY, AIDA::IEvaluator &weight) |
bool | project (AIDA::ICloud2D &cloud, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY, AIDA::IFilter &filter, AIDA::IEvaluator &weight) |
bool | project (AIDA::ICloud3D &cloud, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY, AIDA::IEvaluator &evaluatorZ) |
bool | project (AIDA::ICloud3D &cloud, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY, AIDA::IEvaluator &evaluatorZ, AIDA::IFilter &filter) |
bool | project (AIDA::ICloud3D &cloud, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY, AIDA::IEvaluator &evaluatorZ, AIDA::IEvaluator &weight) |
bool | project (AIDA::ICloud3D &cloud, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY, AIDA::IEvaluator &evaluatorZ, AIDA::IFilter &filter, AIDA::IEvaluator &weight) |
bool | project (AIDA::IProfile1D &profile, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY) |
bool | project (AIDA::IProfile1D &profile, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY, AIDA::IFilter &filter) |
bool | project (AIDA::IProfile1D &profile, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY, AIDA::IEvaluator &weight) |
bool | project (AIDA::IProfile1D &profile, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY, AIDA::IFilter &filter, AIDA::IEvaluator &weight) |
bool | project (AIDA::IProfile2D &profile, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY, AIDA::IEvaluator &evaluatorZ) |
bool | project (AIDA::IProfile2D &profile, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY, AIDA::IEvaluator &evaluatorZ, AIDA::IFilter &filter) |
bool | project (AIDA::IProfile2D &profile, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY, AIDA::IEvaluator &evaluatorZ, AIDA::IEvaluator &weight) |
bool | project (AIDA::IProfile2D &profile, AIDA::IEvaluator &evaluatorX, AIDA::IEvaluator &evaluatorY, AIDA::IEvaluator &evaluatorZ, AIDA::IFilter &filter, AIDA::IEvaluator &weight) |
Public Attributes | |
std::vector< AIDA::Dev::IDevTuple * > | m_tuples |
AIDA_TupleHeader | m_header |
unsigned int | m_currentTuple |
|
Definition at line 23 of file AIDA_ChainedTuple.cpp. |
|
Definition at line 34 of file AIDA_ChainedTuple.cpp. |
|
Definition at line 243 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 148 of file AIDA_ChainedTuple.cpp. References Anaphe::AIDA_Tuple_native::AIDA_TupleHeader::annotation(), and m_header. |
|
Definition at line 141 of file AIDA_ChainedTuple.cpp. References Anaphe::AIDA_Tuple_native::AIDA_TupleHeader::annotation(), and m_header. |
|
Definition at line 443 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 455 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 431 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 417 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 471 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 410 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 424 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 76 of file AIDA_ChainedTuple.cpp. |
|
Definition at line 235 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 227 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 219 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 211 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 203 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 195 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 171 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 187 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 179 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 163 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 155 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 326 of file AIDA_ChainedTuple.cpp. References m_currentTuple, m_tuples, and name(). |
|
Definition at line 375 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 368 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 333 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 340 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 347 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 361 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 389 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 354 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 382 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 403 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 396 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 104 of file AIDA_ChainedTuple.cpp. References m_header. |
|
Definition at line 97 of file AIDA_ChainedTuple.cpp. References m_header. |
|
Definition at line 46 of file AIDA_ChainedTuple.cpp. References m_tuples. Referenced by setUpToDate(). |
|
Definition at line 39 of file AIDA_ChainedTuple.cpp. References Anaphe::AIDA_Tuple_native::AIDA_TupleHeader::annotation(), m_header, and nameKey. Referenced by findColumn(). |
|
Definition at line 303 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 902 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 888 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 874 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 861 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 847 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 834 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 821 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 808 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 793 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 779 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 765 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 752 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 738 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 725 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 712 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 699 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 686 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 674 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 662 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 651 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 636 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 622 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 608 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 595 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 581 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 568 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 555 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 542 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 529 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 517 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 505 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 494 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 258 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 251 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 266 of file AIDA_ChainedTuple.cpp. References m_tuples. Referenced by skip(). |
|
Definition at line 60 of file AIDA_ChainedTuple.cpp. References Anaphe::AIDA_Tuple_native::AIDA_TupleHeader::annotation(), annotation(), m_header, and nameKey. |
|
Definition at line 314 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 132 of file AIDA_ChainedTuple.cpp. References Anaphe::AIDA_Tuple_native::AIDA_TupleHeader::annotation(), annotation(), m_header, and title(). |
|
Definition at line 53 of file AIDA_ChainedTuple.cpp. References isUpToDate(), and m_tuples. |
|
Definition at line 282 of file AIDA_ChainedTuple.cpp. References m_currentTuple, m_tuples, and rows(). |
|
Definition at line 274 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 90 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 83 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 125 of file AIDA_ChainedTuple.cpp. References Anaphe::AIDA_Tuple_native::AIDA_TupleHeader::annotation(), and m_header. Referenced by setTitle(). |
|
Definition at line 69 of file AIDA_ChainedTuple.cpp. References m_tuples. |
|
Definition at line 118 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 111 of file AIDA_ChainedTuple.cpp. References m_currentTuple, and m_tuples. |
|
Definition at line 116 of file AIDA_ChainedTuple.h. Referenced by addRow(), columnName(), columns(), columnType(), fill(), findColumn(), getBoolean(), getChar(), getDouble(), getFloat(), getInt(), getLong(), getObject(), getShort(), getString(), getTuple(), next(), reset(), resetRow(), setRow(), skip(), start(), and variableAddress(). |
|
Definition at line 115 of file AIDA_ChainedTuple.h. Referenced by annotation(), header(), name(), setName(), setTitle(), and title(). |
|
Definition at line 114 of file AIDA_ChainedTuple.h. Referenced by addRow(), columnMax(), columnMean(), columnMin(), columnName(), columnRms(), columns(), columnType(), fill(), findColumn(), getBoolean(), getChar(), getDouble(), getFloat(), getInt(), getLong(), getObject(), getShort(), getString(), getTuple(), isUpToDate(), next(), project(), reset(), resetRow(), rows(), setRow(), setUpToDate(), skip(), start(), store(), userLevelClassType(), and variableAddress(). |