Google

class osgDB::ParameterOutput


Public Methods

[more] ParameterOutput(Output& fw)
[more] ParameterOutput(Output& fw, int numItemsPerLine)
[more]void begin()
[more]template<class T> void write(const T& t)
[more]template<class Iterator> void write(Iterator first, Iterator last)
[more]template<class Iterator> void writeAsInts(Iterator first, Iterator last)

Protected Fields

[more]Output& _fw
[more]int _numItemsPerLine
[more]int _column


Documentation

o ParameterOutput(Output& fw)

o ParameterOutput(Output& fw, int numItemsPerLine)

ovoid begin()

otemplate<class T> void write(const T& t)

otemplate<class Iterator> void write(Iterator first, Iterator last)

otemplate<class Iterator> void writeAsInts(Iterator first, Iterator last)

oOutput& _fw

oint _numItemsPerLine

oint _column


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.