ContentsIndexHome
PreviousUpNext
IFilter::restrict Method (int, ISetData*)

Restricts the specified dimension to the given ISetData, i.e. on this dimension, only elements that are contained in the ISetData are included. 

 

C++
virtual void restrict(int dim, 
                              const ISetData* domain) = 0;
Parameters 
Description 
int dim 
The dimension which has to be restricted.  
const ISetData* domain 
The set to which this dimension has to be restricted.