2 #ifndef __FIELD_IMPL_HPP__
3 #define __FIELD_IMPL_HPP__
21 if (clientSourceFilter)
23 if (check_if_active.isEmpty() || (!check_if_active.isEmpty() && (!check_if_active) || isActive(
true)))
26 else if (instantDataFilter)
27 ERROR(
"void CField::setData(const CArray<double, N>& _data)",
28 <<
"Impossible to receive data from the model for a field [ id = " << getId() <<
" ] with a reference or an arithmetic operation.");
41 ERROR(
"void CField::getData(CArray<double, N>& _data) const",
42 <<
"Impossible to access field data, all the records of the field [ id = " << getId() <<
" ] have been already read.");
46 ERROR(
"void CField::getData(CArray<double, N>& _data) const",
47 <<
"Impossible to access field data, the field [ id = " << getId() <<
" ] does not have read access.");
Last packet of the stream, does not have data.
CATCH CScalarAlgorithmReduceScalar::CScalarAlgorithmReduceScalar(CScalar *scalarDestination, CScalar *scalarSource, CReduceScalarToScalar *algo ERROR)("CScalarAlgorithmReduceScalar::CScalarAlgorithmReduceScalar(CScalar* scalarDestination, CScalar* scalarSource, CReduceScalarToScalar* algo)",<< "Operation must be defined."<< "Scalar source "<< scalarSource->getId()<< std::endl<< "Scalar destination "<< scalarDestination->getId())
////////////////////// Déclarations ////////////////////// ///
void getData(CArray< double, N > &_data) const
static const xios::CCalendar & getCalendar(const std::string &idFunc)
StatusCode
Describes the status associated to a packet.
void setData(const CArray< double, N > &_data)
static CContext * getCurrent(void)
Get current context.