|
Scrambler
1
|
Collaboration diagram for Projections::ProjectionDef:Public Attributes | |
| TYPE(FieldDef) | Field |
| REAL(KIND=qPREC), dimension(:,:), allocatable | Data |
| REAL(KIND=qPREC), dimension(:,:), allocatable | ParticleData |
| INTEGER | dim = 3 |
| REAL(KIND=qPREC) | pow = 1d0 |
| LOGICAL | lReadCameraList = .false. |
| INTEGER | PlotLevel = MAXIMUMPLOTLEVEL |
| TYPE(ShapeDef), pointer | Shape = > NULL() |
| TYPE(ProjectionDef), pointer | next |
| TYPE(CameraDef), pointer | Camera = > NULL() |
| TYPE(ImageDef), pointer | Image = > NULL() |
| TYPE(MovieDef), pointer | Movie = > NULL() |
Definition at line 40 of file projections.f90.
| TYPE(FieldDef) Field |
Definition at line 41 of file projections.f90.
| REAL(KIND=qPREC), dimension(:,:), allocatable Data |
Definition at line 42 of file projections.f90.
| REAL(KIND=qPREC), dimension(:,:), allocatable ParticleData |
Definition at line 43 of file projections.f90.
| INTEGER dim = 3 |
Definition at line 44 of file projections.f90.
| REAL(KIND=qPREC) pow = 1d0 |
Definition at line 45 of file projections.f90.
| LOGICAL lReadCameraList = .false. |
Definition at line 46 of file projections.f90.
| INTEGER PlotLevel = MAXIMUMPLOTLEVEL |
Definition at line 47 of file projections.f90.
| TYPE(ShapeDef), pointer Shape = > NULL() |
Definition at line 48 of file projections.f90.
| TYPE(ProjectionDef), pointer next |
Definition at line 49 of file projections.f90.
| TYPE(CameraDef), pointer Camera = > NULL() |
Definition at line 50 of file projections.f90.
| TYPE(ImageDef), pointer Image = > NULL() |
Definition at line 51 of file projections.f90.
| TYPE(MovieDef), pointer Movie = > NULL() |
Definition at line 52 of file projections.f90.