Dune::VTK::SkeletonFunctionInterface< GV, RF > Class Template Reference

A prototype for VTKFunctions on the skeleton. More...

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

List of all members.

Public Types

typedef SkeletonFunctionTraits
< GV, RF > 
Traits

Public Member Functions

unsigned dimRange () const
 get dimension of the Range
void evaluate (const typename Traits::Cell &c, const typename Traits::Domain &xl, typename Traits::Range &result) const
 evaluate at local point xl in Cell c, store in result

Detailed Description

template<typename GV, typename RF>
class Dune::VTK::SkeletonFunctionInterface< GV, RF >

A prototype for VTKFunctions on the skeleton.


Member Typedef Documentation

template<typename GV , typename RF >
typedef SkeletonFunctionTraits<GV, RF> Dune::VTK::SkeletonFunctionInterface< GV, RF >::Traits

Member Function Documentation

template<typename GV , typename RF >
unsigned Dune::VTK::SkeletonFunctionInterface< GV, RF >::dimRange (  )  const

get dimension of the Range

template<typename GV , typename RF >
void Dune::VTK::SkeletonFunctionInterface< GV, RF >::evaluate ( const typename Traits::Cell c,
const typename Traits::Domain xl,
typename Traits::Range result 
) const

evaluate at local point xl in Cell c, store in result

Parameters:
c The cell (intersection) to evaluate in.
xl The local coordinate within the cell.
result Where to store the result. The vector is resized as nessecary, and is overwritten.

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].