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

Restricts the specified dimension to only include the given IElement

 

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