Scrambler  1
Projections Module Reference
+ Collaboration diagram for Projections:

List of all members.

Data Types

type  ProjectionDef

Public Member Functions

subroutine ProjectionInit ()
subroutine CreateProjection (Projection)
subroutine DestroyProjection (Projection)
subroutine AddProjectionToList (Projection)
subroutine ProcessProjections
subroutine ProcessProjection (Info, Projection, axis, PlotLevel)
subroutine CollectProjection (Projection)
subroutine OutputProjection (Projection, axis, PlotLevel)
subroutine OutputParticleData (Projection, axis, PlotLevel)

Public Attributes

INTEGER, parameter MAXIMUMPLOTLEVEL = -1
TYPE(ProjectionDef), pointer FirstProjection
TYPE(ProjectionDef), pointer LastProjection

Detailed Description

Definition at line 23 of file projections.f90.


Member Function/Subroutine Documentation

subroutine ProjectionInit ( )

Definition at line 58 of file projections.f90.

subroutine CreateProjection ( TYPE(ProjectionDef), pointer  Projection)

Definition at line 62 of file projections.f90.

subroutine DestroyProjection ( TYPE(ProjectionDef), pointer  Projection)

Definition at line 70 of file projections.f90.

subroutine AddProjectionToList ( TYPE(ProjectionDef), pointer  Projection)

Definition at line 76 of file projections.f90.

subroutine ProcessProjections ( )

Definition at line 87 of file projections.f90.

subroutine ProcessProjection ( TYPE(InfoDef)  Info,
TYPE(ProjectionDef Projection,
INTEGER, dimension(3)  axis,
INTEGER  PlotLevel 
)

Definition at line 195 of file projections.f90.

subroutine CollectProjection ( TYPE(ProjectionDef), pointer  Projection)

Definition at line 234 of file projections.f90.

subroutine OutputProjection ( TYPE(ProjectionDef), pointer  Projection,
INTEGER, dimension(3)  axis,
INTEGER  PlotLevel 
)

Definition at line 243 of file projections.f90.

subroutine OutputParticleData ( TYPE(ProjectionDef), pointer  Projection,
INTEGER, dimension(3)  axis,
INTEGER  PlotLevel 
)

Definition at line 273 of file projections.f90.


Member Data Documentation

INTEGER, parameter MAXIMUMPLOTLEVEL = -1

Definition at line 39 of file projections.f90.

Definition at line 55 of file projections.f90.

TYPE(ProjectionDef), pointer LastProjection

Definition at line 55 of file projections.f90.


The documentation for this module was generated from the following file:
 All Classes Files Functions Variables