141 |
Return the rank information for the point data. |
Return the rank information for the point data. |
142 |
*/ |
*/ |
143 |
ESCRIPT_DLL_API |
ESCRIPT_DLL_API |
144 |
int |
unsigned int |
145 |
getRank() const; |
getRank() const; |
146 |
|
|
147 |
|
|
516 |
|
|
517 |
// |
// |
518 |
// The rank of the points stored in this view |
// The rank of the points stored in this view |
519 |
int m_rank; |
unsigned int m_rank; |
520 |
|
|
521 |
// |
// |
522 |
// Is this an instance of DataEmpty? |
// Is this an instance of DataEmpty? |
611 |
} |
} |
612 |
|
|
613 |
inline |
inline |
614 |
int |
unsigned int |
615 |
DataAbstract::getRank() const |
DataAbstract::getRank() const |
616 |
{ |
{ |
617 |
if (isEmpty()) |
if (isEmpty()) |