Class TCustomNameFileWriter

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCustomNameFileWriter = 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 FNameFile: TStringList;
Private FListFileName: string;

Methods

Protected procedure ClearNameFile;
Protected procedure InitilizeNameFile(Const FileName: string; out OutputListFileName: string); virtual; abstract;
Public Constructor Create(AModel: TCustomModel; const FileName: string; EvaluationType: TEvaluationType); reintroduce;
Public Destructor Destroy; override;
Public procedure SaveNameFile(AFileName: string);

Properties

Public property ListFileName: string read FListFileName;
Public property NameFile: TStringList read FNameFile;

Description

Fields

Private FNameFile: TStringList;
 
Private FListFileName: string;
 

Methods

Protected procedure ClearNameFile;

ClearNameFile clears the name file.

Protected procedure InitilizeNameFile(Const FileName: string; out OutputListFileName: string); virtual; abstract;
 
Public Constructor Create(AModel: TCustomModel; const FileName: string; EvaluationType: TEvaluationType); reintroduce;
 
Public Destructor Destroy; override;
 
Public procedure SaveNameFile(AFileName: string);

Name saves the name file to a file.

Properties

Public property ListFileName: string read FListFileName;
 
Public property NameFile: TStringList read FNameFile;
 

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