Dune Core Modules (unstable)

Dune::VTK::ConformingConnectivityWriter< IteratorFactory > Class Template Reference

writer for the connectivity array in conforming mode More...

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

Public Member Functions

 ConformingConnectivityWriter (const IteratorFactory &factory_)
 create a writer with the given iteratorfactory
 
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 More...
 
virtual void write (const typename Base::Cell &cell, unsigned cornerIndex)
 write at the given corner
 
virtual void endWrite ()
 signal end of writing
 
virtual void write (const Cell &, const Domain &)
 write at the given position More...
 
virtual void write (const Cell &cell, unsigned cornerIndex)
 write at the given corner More...
 

Detailed Description

template<typename IteratorFactory>
class Dune::VTK::ConformingConnectivityWriter< IteratorFactory >

writer for the connectivity array in conforming mode

Member Function Documentation

◆ beginWrite()

template<typename IteratorFactory >
virtual bool Dune::VTK::ConformingConnectivityWriter< IteratorFactory >::beginWrite ( VTUWriter writer,
std::size_t  nitems 
)
inlinevirtual

◆ write() [1/2]

virtual void Dune::VTK::FunctionWriterBase< IteratorFactory::Cell >::write ( const Cell &  ,
const Domain  
)
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.

◆ write() [2/2]

virtual void Dune::VTK::FunctionWriterBase< IteratorFactory::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&).


The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 1, 22:29, 2024)