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

IG::Gr3d::TestVtkGraphicBase::CustomImplicitFunction Class Reference

An vtkImplicitFunction class that represents a custom function of 3 variables used for plotting contours. More...

List of all members.

Public Member Functions

 CustomImplicitFunction ()
override double EvaluateFunction (IntPtr param)
override void EvaluateGradient (IntPtr param, IntPtr grad)

Private Attributes

const int maxWriteVal = 5
const int maxWriteGrad = 5
int numWriteVal = 0
int numWriteGrad = 0

Detailed Description

An vtkImplicitFunction class that represents a custom function of 3 variables used for plotting contours.


Constructor & Destructor Documentation

IG::Gr3d::TestVtkGraphicBase::CustomImplicitFunction::CustomImplicitFunction ( ) [inline]

Member Function Documentation

override double IG::Gr3d::TestVtkGraphicBase::CustomImplicitFunction::EvaluateFunction ( IntPtr  param) [inline]
override void IG::Gr3d::TestVtkGraphicBase::CustomImplicitFunction::EvaluateGradient ( IntPtr  param,
IntPtr  grad 
) [inline]

Member Data Documentation


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