a base class that any output iterators need to derive from to use the first signature of to_unicode.
virtual OutputIterator & operator=(const vtkTypeUInt32 &value)=0
virtual OutputIterator & operator++(int)
virtual ~OutputIterator()=default
virtual OutputIterator & operator*()
Virtual class to act as an interface for all text codecs.
virtual const char * Name()
The name this codec goes by - should match the string the factory will take to create it.
std::string ToString(istream &inputStream)
convenience method to take data from the stream and put it into a string.
virtual bool CanHandle(const char *NameString)
void PrintSelf(ostream &os, vtkIndent indent) override
The name this codec goes by - should match the string the factory will take to create it.
virtual bool IsValid(istream &InputStream)
is the given sample valid for this codec? The stream will not be advanced.
virtual void ToUnicode(istream &inputStream, vtkTextCodec::OutputIterator &output)
Iterate through the sequence represented by the stream assigning the result to the output iterator.