dune-grid  2.4.1
Public Types | Public Member Functions | List of all members
Dune::VTK::OffsetsWriter< Cell > Class Template Reference

writer for the offsets array More...

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

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

Public Types

typedef FieldVector< DF, mydim > Domain
 
typedef Cell Cell
 

Public Member Functions

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

Detailed Description

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

writer for the offsets array

Member Typedef Documentation

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

Member Function Documentation

template<typename Cell>
virtual void Dune::VTK::OffsetsWriter< Cell >::addArray ( PVTUWriter writer)
inlinevirtual
template<typename Cell>
virtual bool Dune::VTK::OffsetsWriter< Cell >::beginWrite ( VTUWriter writer,
std::size_t  nitems 
)
inlinevirtual
template<typename Cell>
virtual void Dune::VTK::OffsetsWriter< Cell >::endWrite ( )
inlinevirtual

signal end of writing

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

template<typename Cell>
virtual std::string Dune::VTK::OffsetsWriter< Cell >::name ( ) const
inlinevirtual

return name

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

template<typename Cell>
virtual unsigned Dune::VTK::OffsetsWriter< Cell >::ncomps ( ) const
inlinevirtual

return number of components of the vector

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

virtual void Dune::VTK::FunctionWriterBase< Cell >::write ( const Cell cell,
const Domain xl 
)
inlinevirtualinherited

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.

virtual void Dune::VTK::FunctionWriterBase< Cell >::write ( const Cell cell,
unsigned  cornerIndex 
)
inlinevirtualinherited

write at the given corner

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

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

template<typename Cell>
virtual void Dune::VTK::OffsetsWriter< Cell >::write ( const Cell cell,
const typename Base::Domain  
)
inlinevirtual

write at the given position


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