IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
An vtkImplicitFunction class that represents a custom function of 3 variables used for plotting contours. More...
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 |
An vtkImplicitFunction class that represents a custom function of 3 variables used for plotting contours.
IG::Gr3d::TestVtkGraphicBase::CustomImplicitFunction::CustomImplicitFunction | ( | ) | [inline] |
override double IG::Gr3d::TestVtkGraphicBase::CustomImplicitFunction::EvaluateFunction | ( | IntPtr | param | ) | [inline] |
override void IG::Gr3d::TestVtkGraphicBase::CustomImplicitFunction::EvaluateGradient | ( | IntPtr | param, |
IntPtr | grad | ||
) | [inline] |
const int IG::Gr3d::TestVtkGraphicBase::CustomImplicitFunction::maxWriteVal = 5 [private] |
const int IG::Gr3d::TestVtkGraphicBase::CustomImplicitFunction::maxWriteGrad = 5 [private] |
int IG::Gr3d::TestVtkGraphicBase::CustomImplicitFunction::numWriteVal = 0 [private] |
int IG::Gr3d::TestVtkGraphicBase::CustomImplicitFunction::numWriteGrad = 0 [private] |