Dune::VTK::TypesWriter< Cell > Class Template Reference

writer for the types array More...

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

Inheritance diagram for Dune::VTK::TypesWriter< Cell >:
Inheritance graph

List of all members.

Public Types

typedef FieldVector< DF, mydim > Domain
typedef Cell Cell

Public Member Functions

virtual std::string name () const
 return name
virtual unsigned ncomps () const
 return number of components of the vector
virtual void addArray (PVTUWriter &writer)
 add this field to the given parallel writer
virtual bool beginWrite (VTUWriter &writer, std::size_t nitems)
 start writing with the given writer
virtual void write (const Cell &cell, const typename Base::Domain &)
 write at the given position
virtual void endWrite ()
 signal end of writing
virtual void write (const Cell &cell, const Domain &xl)
 write at the given position
virtual void write (const Cell &cell, unsigned cornerIndex)
 write at the given corner

Detailed Description

template<typename Cell>
class Dune::VTK::TypesWriter< Cell >

writer for the types array


Member Typedef Documentation

typedef Cell Dune::VTK::FunctionWriterBase< Cell >::Cell [inherited]
typedef FieldVector<DF, mydim> Dune::VTK::FunctionWriterBase< Cell >::Domain [inherited]

Member Function Documentation

template<typename Cell >
virtual void Dune::VTK::TypesWriter< Cell >::addArray ( PVTUWriter writer  )  [inline, virtual]
template<typename Cell >
virtual bool Dune::VTK::TypesWriter< Cell >::beginWrite ( VTUWriter writer,
std::size_t  nitems 
) [inline, virtual]
template<typename Cell >
virtual void Dune::VTK::TypesWriter< Cell >::endWrite (  )  [inline, virtual]

signal end of writing

Implements Dune::VTK::FunctionWriterBase< Cell >.

template<typename Cell >
virtual std::string Dune::VTK::TypesWriter< Cell >::name (  )  const [inline, virtual]
template<typename Cell >
virtual unsigned Dune::VTK::TypesWriter< Cell >::ncomps (  )  const [inline, virtual]
virtual void Dune::VTK::FunctionWriterBase< Cell >::write ( const Cell cell,
unsigned  cornerIndex 
) [inline, virtual, inherited]

write at the given corner

This default method forwards the writing to write(const Cell&, const Domain&).

Reimplemented in Dune::VTK::NonConformingConnectivityWriter< Cell >.

virtual void Dune::VTK::FunctionWriterBase< Cell >::write ( const Cell cell,
const Domain xl 
) [inline, virtual, inherited]

write at the given position

This is the default dummy implementation. This method is not abstract so derived classes don't have to override it if they don't need it.

template<typename Cell >
virtual void Dune::VTK::TypesWriter< Cell >::write ( const Cell cell,
const typename Base::Domain  
) [inline, virtual]

write at the given position

References Dune::VTK::geometryType().


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

Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].