IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Plots contours on surfaces in 3D. More...
Public Member Functions | |
VtkContourPlot (VtkPlotter plotter) | |
VtkContourPlot (VtkPlotter plotter, StructuredMesh2d3d mesh) | |
Properties | |
bool | IsContourPlot [get, set] |
Whether the current object is intended for contour plots or not (in this case it is intended for surface plots). | |
int | NumContours [get, set] |
Number of contours plotted in contour plots. When set, the number must be greater than zero. |
Plots contours on surfaces in 3D.
This class can either be used to plot contours on a surface, with arbitrary definition of values, or contours projected on XY plane. $A Igor xx Nov11;
IG::Gr3d::VtkContourPlot::VtkContourPlot | ( | VtkPlotter | plotter | ) | [inline] |
IG::Gr3d::VtkContourPlot::VtkContourPlot | ( | VtkPlotter | plotter, |
StructuredMesh2d3d | mesh | ||
) | [inline] |
bool IG::Gr3d::VtkContourPlot::IsContourPlot [get, set] |
Whether the current object is intended for contour plots or not (in this case it is intended for surface plots).
int IG::Gr3d::VtkContourPlot::NumContours [get, set] |
Number of contours plotted in contour plots. When set, the number must be greater than zero.