Parent Directory
|
Revision Log
|
Patch
revision 102 by jgs, Wed Dec 15 07:08:39 2004 UTC | revision 113 by jgs, Mon Feb 28 07:06:33 2005 UTC | |
---|---|---|
# | Line 90 int getDataPointRank(escriptDataC* data) | Line 90 int getDataPointRank(escriptDataC* data) |
90 | ||
91 | /** | /** |
92 | \brief | \brief |
93 | Returns the pointer to the shape array of the point data. | Returns the value of the i-th comppnent of the shape of the point data. |
94 | \param data Input - C wrapper for Data. | |
95 | \param data Input - C wrapper for Data. | \param data Input - C wrapper for Data. |
96 | */ | */ |
97 | int* getDataPointShape(escriptDataC* data); | int getDataPointShape(escriptDataC* data,int i); |
98 | ||
99 | /** | /** |
100 | \brief | \brief |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |