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

Restricts the specified dimension to only include the given string label. 

 

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