18 #ifndef __igstkMultipleOutput_h
19 #define __igstkMultipleOutput_h
65 ContainerType::iterator itr = m_Output.begin();
66 ContainerType::iterator end = m_Output.end();
78 typedef std::set< StreamType * > ContainerType;
80 ContainerType m_Output;
86 #endif //__igstk_MultipleOutput_h_