#[repr(C)]pub struct outfileST {Show 15 fields
pub outfile: [c_char; 512],
pub initfile: [c_char; 512],
pub flowfile: [c_char; 512],
pub eifile: [c_char; 512],
pub rowcostfile: [c_char; 512],
pub colcostfile: [c_char; 512],
pub mstrowcostfile: [c_char; 512],
pub mstcolcostfile: [c_char; 512],
pub mstcostsfile: [c_char; 512],
pub corrdumpfile: [c_char; 512],
pub rawcorrdumpfile: [c_char; 512],
pub conncompfile: [c_char; 512],
pub costoutfile: [c_char; 512],
pub logfile: [c_char; 512],
pub outfileformat: c_schar,
}Expand description
output file name data structure
Fields§
§outfile: [c_char; 512]§initfile: [c_char; 512]unwrapped output
flowfile: [c_char; 512]unwrapped initialization
eifile: [c_char; 512]flows of unwrapped solution
rowcostfile: [c_char; 512]despckled, normalized intensity
colcostfile: [c_char; 512]statistical azimuth cost array
mstrowcostfile: [c_char; 512]statistical range cost array
mstcolcostfile: [c_char; 512]scalar initialization azimuth costs
mstcostsfile: [c_char; 512]scalar initialization range costs
corrdumpfile: [c_char; 512]scalar initialization costs (all)
rawcorrdumpfile: [c_char; 512]correlation coefficient magnitude
conncompfile: [c_char; 512]correlation coefficient magnitude
costoutfile: [c_char; 512]connected component map or mask
logfile: [c_char; 512]file to which cost data is written
outfileformat: c_scharfile to which parmeters are logged
Trait Implementations§
Auto Trait Implementations§
impl Freeze for outfileST
impl RefUnwindSafe for outfileST
impl Send for outfileST
impl Sync for outfileST
impl Unpin for outfileST
impl UnwindSafe for outfileST
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more