114 |
|
|
115 |
/** |
/** |
116 |
\brief |
\brief |
|
Sets the tagList pointer and length of tag list numTags. |
|
|
*/ |
|
|
virtual void getTagList(int functionSpaceType, int** tagList, int* numTags) const; |
|
|
|
|
|
/** |
|
|
\brief |
|
|
Sets the referenceNoList pointer and length of tag list numReferenceNo. |
|
|
*/ |
|
|
virtual void getReferenceNoList(int functionSpaceType, int** referenceNoList, int* numReferenceNo) const; |
|
|
|
|
|
/** |
|
|
\brief |
|
117 |
Return the number of data points per sample, and the number of samples as a pair. |
Return the number of data points per sample, and the number of samples as a pair. |
118 |
|
|
119 |
This has to be implemented by the actual Domain adapter. |
This has to be implemented by the actual Domain adapter. |