FConst3D Class Reference

#include <fconst3d.h>

Inheritance diagram for FConst3D:
Inheritance graph
[legend]
Collaboration diagram for FConst3D:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 FConst3D (double value)
virtual double operator() (const VecDouble &p, unsigned int component=0) const
virtual ~FConst3D ()
virtual bool isInDomain (const VecDouble &p, unsigned component=0) const

Private Attributes

double m_value

Detailed Description

Definition at line 9 of file fconst3d.h.


Constructor & Destructor Documentation

FConst3D::FConst3D ( double  value  )  [inline]

Definition at line 16 of file fconst3d.h.

00016 {m_value=value;}

virtual FConst3D::~FConst3D (  )  [inline, virtual]

Definition at line 18 of file fconst3d.h.

00018 {}


Member Function Documentation

bool FConst3D::isInDomain ( const VecDouble p,
unsigned  component = 0 
) const [virtual]

Reimplemented from GeneralFunctionInterface.

Definition at line 15 of file fconst3d.cpp.

00016 {
00017   return true;
00018 }

double FConst3D::operator() ( const VecDouble p,
unsigned int  component = 0 
) const [virtual]

Implements GeneralFunctionInterface.

Definition at line 8 of file fconst3d.cpp.

00009 {
00010   return m_value;
00011 
00012 }


Member Data Documentation

double FConst3D::m_value [private]

Definition at line 12 of file fconst3d.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Generated on Sun Apr 8 23:13:05 2012 for CO2INJECTION by  doxygen 1.6.3