Difference between revisions of "IXTsw bridge"

From LIBISIS
Jump to navigation Jump to search
m
 
m
Line 1: Line 1:
 
 
==Structure==
 
==Structure==
  
Line 11: Line 10:
 
! {{Headcellstyle}} | Description
 
! {{Headcellstyle}} | Description
 
|-  
 
|-  
| spec_no (:) || int (ptr) ||spectrum number  
+
|'''base'''
 +
| [[IXTbase]]
 +
| interal use
 +
|-
 +
 
 +
| '''spec_no(:)''' || int (ptr) ||spectrum number  
 
|-
 
|-
| total_work (:) || int (ptr) || total # of workspace spectrum contained in  
+
|'''total_work(:)''' || int (ptr) || total # of workspace spectrum contained in  
 
|-
 
|-
| work_ind (:) || int (ptr) || indeces of workspace for each spectra  
+
| '''work_ind(:)''' || int (ptr) || indeces of workspace for each spectra  
 
|-
 
|-
| spec_no (:) || int (ptr) || workspace numbers  
+
| '''spec_no(:)''' || int (ptr) || workspace numbers  
 
|}
 
|}
  

Revision as of 08:40, 5 August 2008

Structure

The elements of the object are as follows:

Field Type Description
base IXTbase interal use
spec_no(:) int (ptr) spectrum number
total_work(:) int (ptr) total # of workspace spectrum contained in
work_ind(:) int (ptr) indeces of workspace for each spectra
spec_no(:) int (ptr) workspace numbers


F90 syntax

use IXMsw_bridge

type(IXTsw_bridge):: sw_bridge
type(IXTstatus):: status


Operations

The following operations may be performed on this data type:


Class Specific Operations: