|
Scrambler
1
|
Writes PPM files for viewing particle data in visit. More...
Public Member Functions | |
| subroutine | WritePPM (Filename, colormap, data, cmin, cmax) |
| INTEGER function, dimension(3) | RGBInterp (x, cmin, cmax, colormap) |
Writes PPM files for viewing particle data in visit.
Definition at line 32 of file io_ppm.f90.
| subroutine WritePPM | ( | CHARACTER(LEN=*) | Filename, |
| INTEGER, dimension(:,:) | colormap, | ||
| REAL(KIND=qPREC), dimension(:,:) | data, | ||
| REAL(KIND=qPREC) | cmin, | ||
| REAL(KIND=qPREC) | cmax | ||
| ) |
Definition at line 38 of file io_ppm.f90.
| INTEGER function, dimension(3) RGBInterp | ( | REAL(KIND=qPREC) | x, |
| REAL(KIND=qPREC) | cmin, | ||
| REAL(KIND=qPREC) | cmax, | ||
| INTEGER, dimension(:,:) | colormap | ||
| ) |
Definition at line 60 of file io_ppm.f90.