147 |
*/ |
*/ |
148 |
Finley_Mesh* getFinley_Mesh() const; |
Finley_Mesh* getFinley_Mesh() const; |
149 |
|
|
|
/** |
|
|
\brief |
|
|
Return the tag list indexed by sampleNo. |
|
|
\param functionSpaceType Input |
|
|
\param tagList Output |
|
|
\param numTags Output |
|
|
*/ |
|
|
void getTagList(int functionSpaceType, int** tagList, |
|
|
int* numTags) const; |
|
|
/** |
|
|
\brief |
|
|
Return the reference number list indexed by sampleNo. |
|
|
\param functionSpaceType Input |
|
|
\param referenceNoList Output |
|
|
\param numReferenceNo Output |
|
|
*/ |
|
|
void getReferenceNoList(int functionSpaceType, int** referenceNoList, |
|
|
int* numReferenceNo) const; |
|
|
|
|
150 |
/** |
/** |
151 |
\brief |
\brief |
152 |
Return the tag key for the given sample number. |
Return the tag key for the given sample number. |