dune-grid  2.2.1
Public Types | Public Member Functions | List of all members
Dune::dgf::ProjectionBlock::Expression Struct Reference

#include <dune/grid/io/file/dgfparser/blocks/projection.hh>

Inheritance diagram for Dune::dgf::ProjectionBlock::Expression:
Dune::dgf::Expr::BracketExpression Dune::dgf::Expr::ConstantExpression Dune::dgf::Expr::CosExpression Dune::dgf::Expr::DifferenceExpression Dune::dgf::Expr::FunctionCallExpression Dune::dgf::Expr::MinusExpression Dune::dgf::Expr::NormExpression Dune::dgf::Expr::PowerExpression Dune::dgf::Expr::ProductExpression Dune::dgf::Expr::QuotientExpression Dune::dgf::Expr::SinExpression Dune::dgf::Expr::SqrtExpression Dune::dgf::Expr::SumExpression Dune::dgf::Expr::VariableExpression Dune::dgf::Expr::VectorExpression

Public Types

typedef std::vector< double > Vector

Public Member Functions

virtual ~Expression ()
virtual void evaluate (const Vector &argument, Vector &result) const =0

Member Typedef Documentation

typedef std::vector< double > Dune::dgf::ProjectionBlock::Expression::Vector

Constructor & Destructor Documentation

virtual Dune::dgf::ProjectionBlock::Expression::~Expression ( )
inlinevirtual

Member Function Documentation

virtual void Dune::dgf::ProjectionBlock::Expression::evaluate ( const Vector argument,
Vector result 
) const
pure virtual

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