508 |
ESCRIPT_DLL_API |
ESCRIPT_DLL_API |
509 |
bool isLazy() const; // a test to determine if this object is an instance of DataLazy |
bool isLazy() const; // a test to determine if this object is an instance of DataLazy |
510 |
|
|
511 |
|
ESCRIPT_DLL_API |
512 |
virtual |
virtual |
513 |
bool |
bool |
514 |
isConstant() const {return false;} |
isConstant() const {return false;} |
515 |
|
|
516 |
|
ESCRIPT_DLL_API |
517 |
virtual |
virtual |
518 |
bool |
bool |
519 |
isExpanded() const {return false;} |
isExpanded() const {return false;} |
520 |
|
|
521 |
|
|
522 |
|
/** |
523 |
|
\brief |
524 |
|
Return true if this Data is expanded or resolves to expanded. |
525 |
|
That is, if it has a separate value for each datapoint in the sample. |
526 |
|
*/ |
527 |
|
virtual |
528 |
|
bool |
529 |
|
actsExpanded() const {return false;} |
530 |
|
|
531 |
virtual |
virtual |
532 |
bool |
bool |
533 |
isTagged() const {return false;} |
isTagged() const {return false;} |