Class TExternalFlowFileWriter

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TExternalFlowFileWriter = class(TCustomModflowWriter)

Description

no description available, TCustomModflowWriter description follows

TCustomModflowWriter is an abstract base class used as an ancestor for classes that write MODFLOW input files.

Hierarchy

Overview

Fields

Private FExternalFlow: TExternalFlowProperties;
Private FFileName: string;
Private FSegNum: Integer;

Methods

Protected class function Extension: string; override;
Protected constructor Create(AModel: TCustomModel; ExternalFlow: TExternalFlowProperties; Const SegNum: integer); reintroduce;
Protected procedure WriteFile(const AFileName: string);

Description

Fields

Private FExternalFlow: TExternalFlowProperties;
 
Private FFileName: string;
 
Private FSegNum: Integer;
 

Methods

Protected class function Extension: string; override;
 
Protected constructor Create(AModel: TCustomModel; ExternalFlow: TExternalFlowProperties; Const SegNum: integer); reintroduce;
 
Protected procedure WriteFile(const AFileName: string);
 

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