ContentsIndexHome
PreviousUpNext
IFilter Class

A helper class used to construct a view or a filtered iterator on multi-dimensional data. 

Filters can be created using createFilter on an IMultiDimData

 

C++
class IFilter;

See also Data Views in Using the SDK for a more elaborate discussion on how to use filters and data views.

Name 
Description 
The following tables list the members exposed by IFilter. 
Public Methods
 
Name 
Description 
 
Closes the filter and its elements and invalidates the object. 
 
Prints the a textual representation of this IFilter to the specified outputstream 'os'.  
 
Restricts the specified dimension to a specific value or set.
 
 
Returns a string representation of the IFilter.