dune-grid 2.9.0
Public Member Functions | List of all members
Dune::RawStream Class Reference

write out data in binary More...

#include <dune/grid/io/file/vtk/streams.hh>

Public Member Functions

 RawStream (std::ostream &theStream)
 make a new stream More...
 
template<class T >
void write (T data)
 write data to stream More...
 

Detailed Description

write out data in binary

Constructor & Destructor Documentation

◆ RawStream()

Dune::RawStream::RawStream ( std::ostream &  theStream)
inline

make a new stream

Member Function Documentation

◆ write()

template<class T >
void Dune::RawStream::write ( data)
inline

write data to stream


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