Difference between revisions of "IXTsw bridge"
Jump to navigation
Jump to search
m |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | This is a spectra to workspace bridge | ||
==Structure== | ==Structure== | ||
Line 11: | Line 12: | ||
! {{Headcellstyle}} | Description | ! {{Headcellstyle}} | Description | ||
|- | |- | ||
− | | | + | |'''base''' |
+ | | [[IXTbase]] | ||
+ | | interal use | ||
|- | |- | ||
− | | total_work (:) || int (ptr) || total # of workspace spectrum contained in | + | |
+ | | '''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 | + | | '''work_ind(:)''' || int (ptr) || indeces of workspace for each spectra |
|- | |- | ||
− | | | + | | '''work_no(:)''' || int (ptr) || workspace numbers |
|} | |} | ||
Latest revision as of 08:42, 5 August 2008
This is a spectra to workspace bridge
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 |
work_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: