|
Scrambler
1
|
Collaboration diagram for Totals:Data Types | |
| type | TotalDef |
Public Member Functions | |
| subroutine | TotalInit () |
| subroutine | AddAllTotals (component, OptShape) |
| subroutine | CreateTotal (Total) |
| subroutine | DestroyTotal (Total) |
| subroutine | AddTotalToList (Total) |
| subroutine | ProcessTotals |
| subroutine | ProcessTotal (Total) |
| subroutine | ProcessTotalInfo (Info, Total) |
| subroutine | CollectTotal (Total) |
| subroutine | OutputTotals |
Public Attributes | |
| TYPE(TotalDef), pointer | FirstTotal |
| TYPE(TotalDef), pointer | LastTotal |
| LOGICAL | lFirstTotalFrame |
Definition at line 23 of file totals.f90.
| subroutine TotalInit | ( | ) |
Definition at line 44 of file totals.f90.
| subroutine AddAllTotals | ( | INTEGER | component, |
| TYPE(ShapeDef), optional, pointer | OptShape | ||
| ) |
Definition at line 50 of file totals.f90.
| subroutine CreateTotal | ( | TYPE(TotalDef), pointer | Total | ) |
Definition at line 108 of file totals.f90.
| subroutine DestroyTotal | ( | TYPE(TotalDef), pointer | Total | ) |
Definition at line 114 of file totals.f90.
| subroutine AddTotalToList | ( | TYPE(TotalDef), pointer | Total | ) |
Definition at line 120 of file totals.f90.
| subroutine ProcessTotals | ( | ) |
Definition at line 131 of file totals.f90.
| subroutine ProcessTotal | ( | TYPE(TotalDef), pointer | Total | ) |
Definition at line 142 of file totals.f90.
| subroutine ProcessTotalInfo | ( | TYPE(InfoDef) | Info, |
| TYPE(TotalDef) | Total | ||
| ) |
Definition at line 174 of file totals.f90.
| subroutine CollectTotal | ( | TYPE(TotalDef), pointer | Total | ) |
Definition at line 202 of file totals.f90.
| subroutine OutputTotals | ( | ) |
Definition at line 209 of file totals.f90.
| TYPE(TotalDef), pointer FirstTotal |
Definition at line 40 of file totals.f90.
Definition at line 40 of file totals.f90.
| LOGICAL lFirstTotalFrame |
Definition at line 41 of file totals.f90.