Class TFishnetMeshGenerator

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TFishnetMeshGenerator = class(TGoPhastPersistent)

Description

no description available, TGoPhastPersistent description follows

Hierarchy

Overview

Fields

Private FElements: TFishnetMeshElementCollection;
Private FNodes: TFishnetMeshNodeCollection;
Private FUpdating: boolean;
Private FFont: TFont;

Methods

Private procedure SetElements(const Value: TFishnetMeshElementCollection);
Private procedure SetNodes(const Value: TFishnetMeshNodeCollection);
Private procedure MarkElements;
Public constructor Create(Model: TBaseModel);
Public destructor Destroy; override;
Public procedure Assign(Source: TPersistent); override;
Public procedure Clear;
Public procedure Loaded;
Public procedure DrawTop(const BitMap: TBitmap32; const ZoomBox: TQRbwZoomBox2);
Public procedure UpdateCount1(Element: TFishnetMeshElement);
Public procedure UpdateCount2(Element: TFishnetMeshElement);
Public procedure GetCountsFromNeighbors(Element: TFishnetMeshElement);

Properties

Published property Nodes: TFishnetMeshNodeCollection read FNodes write SetNodes;
Published property Elements: TFishnetMeshElementCollection read FElements write SetElements;

Description

Fields

Private FElements: TFishnetMeshElementCollection;
 
Private FNodes: TFishnetMeshNodeCollection;
 
Private FUpdating: boolean;
 
Private FFont: TFont;
 

Methods

Private procedure SetElements(const Value: TFishnetMeshElementCollection);
 
Private procedure SetNodes(const Value: TFishnetMeshNodeCollection);
 
Private procedure MarkElements;
 
Public constructor Create(Model: TBaseModel);
 
Public destructor Destroy; override;
 
Public procedure Assign(Source: TPersistent); override;
 
Public procedure Clear;
 
Public procedure Loaded;
 
Public procedure DrawTop(const BitMap: TBitmap32; const ZoomBox: TQRbwZoomBox2);
 
Public procedure UpdateCount1(Element: TFishnetMeshElement);
 
Public procedure UpdateCount2(Element: TFishnetMeshElement);
 
Public procedure GetCountsFromNeighbors(Element: TFishnetMeshElement);
 

Properties

Published property Nodes: TFishnetMeshNodeCollection read FNodes write SetNodes;
 
Published property Elements: TFishnetMeshElementCollection read FElements write SetElements;
 

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