ContentsIndexHome
PreviousUpNext
IFilter::print Method

Prints the a textual representation of this IFilter to the specified outputstream 'os'.

C++
virtual void print(std::ostream& os) const = 0;
Parameters 
Description 
std::ostream& os 
The outputstream to write the textual representation of this IElement to. 

The String representing the IFilter: fixed dimensions are represented by an '@' followed by the element on which the dimension is fixed. Dimensions filtered by a ISetData are represented by the name of the associated set. Dimensions that are not restricted, are represented by an '*'.