IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Gr3d::VtkPlotBase::ExampleValueFunctionDiff21 Class Reference

3D function of coordinates that returns difference between func2 and func1 at the first two coordinates. Used for coloring surfaces and contours according to defference between two functions. More...

Inheritance diagram for IG::Gr3d::VtkPlotBase::ExampleValueFunctionDiff21:
Collaboration diagram for IG::Gr3d::VtkPlotBase::ExampleValueFunctionDiff21:

List of all members.

Public Member Functions

 ExampleValueFunctionDiff21 ()
override double Value (double x, double y, double z)
 Calculates and returns value of the current 3D scalar function.

Detailed Description

3D function of coordinates that returns difference between func2 and func1 at the first two coordinates.

Used for coloring surfaces and contours according to defference between two functions.


Constructor & Destructor Documentation

IG::Gr3d::VtkPlotBase::ExampleValueFunctionDiff21::ExampleValueFunctionDiff21 ( ) [inline]

Member Function Documentation

override double IG::Gr3d::VtkPlotBase::ExampleValueFunctionDiff21::Value ( double  x,
double  y,
double  z 
) [inline]

Calculates and returns value of the current 3D scalar function.

Parameters:
xFirst parameter.
ySecond parameter.
zThird parameter.

Implements IG::Num::IFunc3d.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events