21 matrixGraph_(matrixGraph),
31 for(
unsigned i=0; i<attributeNames_.size(); ++i) {
32 delete [] attributeNames_[i];
57 attributeNames_, attributes_);
66 return(attribute==NULL ? -1 : 0);
75 const double* prescribedValues)
77 if (dbcManager_ == NULL) {
82 dbcManager_->
addBCRecords(numIDs, idType, fieldID, offsetIntoField,
83 IDs, prescribedValues);
85 catch(std::runtime_error& exc) {
98 const int* offsetsIntoField,
99 const double* prescribedValues)
101 if (dbcManager_ == NULL) {
106 dbcManager_->
addBCRecords(numIDs, idType, fieldID, IDs, offsetsIntoField,
109 catch(std::runtime_error& exc) {