OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
osgDB::ParameterOutput Class Reference

#include <ParameterOutput.h>

Collaboration diagram for osgDB::ParameterOutput:
Collaboration graph
[legend]

Public Member Functions

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

Protected Member Functions

ParameterOutputoperator= (const ParameterOutput &)
 

Protected Attributes

Output_fw
 
int _numItemsPerLine
 
int _column
 

Detailed Description

Definition at line 21 of file ParameterOutput.h.

Constructor & Destructor Documentation

osgDB::ParameterOutput::ParameterOutput ( Output fw)
inline

Definition at line 25 of file ParameterOutput.h.

osgDB::ParameterOutput::ParameterOutput ( Output fw,
int  numItemsPerLine 
)
inline

Definition at line 30 of file ParameterOutput.h.

Member Function Documentation

void osgDB::ParameterOutput::begin ( )
inline

Definition at line 35 of file ParameterOutput.h.

Here is the call graph for this function:

void osgDB::ParameterOutput::end ( )
inline

Definition at line 47 of file ParameterOutput.h.

Here is the call graph for this function:

void osgDB::ParameterOutput::newLine ( )
inline

Definition at line 41 of file ParameterOutput.h.

ParameterOutput& osgDB::ParameterOutput::operator= ( const ParameterOutput )
inlineprotected

Definition at line 102 of file ParameterOutput.h.

template<class T >
void osgDB::ParameterOutput::write ( const T &  t)
inline

Definition at line 56 of file ParameterOutput.h.

Here is the call graph for this function:

Here is the caller graph for this function:

template<class Iterator >
void osgDB::ParameterOutput::write ( Iterator  first,
Iterator  last 
)
inline

Definition at line 76 of file ParameterOutput.h.

Here is the call graph for this function:

template<class Iterator >
void osgDB::ParameterOutput::writeAsInts ( Iterator  first,
Iterator  last 
)
inline

Definition at line 88 of file ParameterOutput.h.

Here is the call graph for this function:

Member Data Documentation

int osgDB::ParameterOutput::_column
protected

Definition at line 106 of file ParameterOutput.h.

Output& osgDB::ParameterOutput::_fw
protected

Definition at line 104 of file ParameterOutput.h.

int osgDB::ParameterOutput::_numItemsPerLine
protected

Definition at line 105 of file ParameterOutput.h.


The documentation for this class was generated from the following file: