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

IG::Gr3d::VtkContourPlot Class Reference

Plots contours on surfaces in 3D. More...

Inheritance diagram for IG::Gr3d::VtkContourPlot:
Collaboration diagram for IG::Gr3d::VtkContourPlot:

List of all members.

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.

Detailed Description

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;


Constructor & Destructor Documentation

IG::Gr3d::VtkContourPlot::VtkContourPlot ( VtkPlotter  plotter) [inline]
IG::Gr3d::VtkContourPlot::VtkContourPlot ( VtkPlotter  plotter,
StructuredMesh2d3d  mesh 
) [inline]

Property Documentation

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.


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