ContentsIndexHome
PreviousUpNext
IDataView::tupleCompatible Method

Verifies that the dimension and underlying root sets of the ITuple are applicable on this IData. Only structure is validated; the values themselves are not considered. 

 

C++
virtual bool tupleCompatible(const ITuple* tup) = 0;
Parameters 
Description 
tuple 
The tuple to be checked.  

True if the tuple applies.