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

IG::Gr Namespace Reference

Classes

class  GraphicSetBase
 Base class for graphic sets that contain groups of graphic primitives. More...
class  GraphicPrimitiveBase
 Base class for graphic primitives. More...
class  GraphicPointBase
 Base class for graphic line primitive. More...
class  GraphicLineBase
 Base class for graphic line primitive. More...
class  GraphicTriangleBase
 Base class for graphic line primitive. More...
class  GraphicQuadriLateralBase
 Base class for graphic line primitive. More...
interface  IGraphicSet
 Graphic set that contain graphic primitives and other graphic sets. More...
interface  IGraphicPrimitive
class  Plotter
class  GraphicObject
 Graphic object, a tree - like collection of graphic primitives. More...
class  GraphicPrimitive
 Abstract base class for all graphic primitives such as lines, facets, etc. More...
class  GraphicPrimitiveSimple
 GraphicPrimitive that has a protected Coordinates[] array. More...
class  PointPrimitive
class  TextPrimitive
class  LinePrimitive
class  TrilateralFacePrimitive
class  QuadriLateralFacePrimitive
class  SurfaceGridPrimitive
class  StructuredSurfaceGridPrimitive
class  GrPlottingBase
 Base class for plotting graphic objects. More...
interface  IGrsettings
class  GrLinesettings
 Line Settings. More...
class  GrFillSettings
 Fill Settings. More...
class  GrTextSettings
 Text Settings. More...
class  GrPointSettings
 Point Settings. More...
class  GrPrimitiveSettings
 Settings for graphic primitive. More...
class  Mesh
 Base class for all mesh classes. More...
class  Mesh2D
class  Mesh3D
class  SurfceMesh3D
 Surface mesh in 3 dimensions. More...
class  StructuredSurfaceMesh3D
class  Plot2dTestZedgraph
 Contains the Main1 function that performs some tests on 2D plotting with Zedgraph. More...
class  PlotterZedGraph
 Plotter class that uses a ZedGraphControl object for plotting ordinary 2D graphs. More...
class  PlotZedGraphBase
 Base class for plots that are shown in a ZedGraphControl object. More...
class  PlotZedgraphCurve
 Curve plots thst is shown on a ZedGraphControl object. More...
class  ZedGraphWindow
 Window form containing a Zedgraph control for plotting graphs. More...

Enumerations

enum  GraphicPrimitiveType {
  Undefined = 0, Point = 1, Line = 2, Trigangle = 4,
  Quadrilateral = 8
}
 

Specifies the type of the graphic primitive.

More...

Functions

delegate void ZedGraphPlotDlg (ZedGraphControl PlotPane)
 Delegate for plotting on a Zedgraph pane.

Enumeration Type Documentation

Specifies the type of the graphic primitive.

Enumerator:
Undefined 
Point 
Line 
Trigangle 
Quadrilateral 

Function Documentation

delegate void IG::Gr::ZedGraphPlotDlg ( ZedGraphControl  PlotPane)

Delegate for plotting on a Zedgraph pane.

Parameters:
PlotPanelZedgraph control used for plotting graphs within a window.

$A Igor Jun09;

 All Classes Namespaces Files Functions Variables Enumerations Properties Events