Unit LineStorage

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

This file contains classes for storing contour lines generated by TRICP_Pascal.

This file is in the public domain.

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TSymbolStorage TSymbolStorage represents the location where a symbol should be plotted.
Class TSymbolList TSymbolList stores a list of TSymbolStorage.
Class TNumberStorage TNumberStorage stores a number and the location where that number should be plotted.
Class TNumberList TNumberList stores a list of TNumberStorages.
Class TLocation TLocation represents one location on a TLine.
Class TLine TLine represents one contour line.
Class TLineList TLineList stores a series of TLines for a set of points.
Class TPlotList TPlotList stores a series of TLineLists.

Variables

CurrentLine: TLine = nil;
CurrentLineList: TLineList = nil;
PlotList: TPlotList;

Description

Variables

CurrentLine: TLine = nil;

CurrentLine is the TLine that is currently having values added to it.

CurrentLineList: TLineList = nil;

CurrentLineList is the current contour plot (TLineList) that is currently being editted.

PlotList: TPlotList;

PlotList stores a series of contour plots.

Author


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:43