📄 xccxct.h
字号:
/*****************************************************************************
* Copyright 2001, The Aerospace Corporation *
* All rights reserved *
* File: "xccxct.h" *
* Description: Header file for the functions that perform the reading of *
* multiple component collection, transformation matrix and *
* component bitdepth files. *
* Author: James H. Kasner *
* Affiliation: The Aerospace Corporation *
* Version: VM8.5 *
* Last Revised: 7 February, 2001 *
*****************************************************************************/
#ifndef XCCXCT_H
#define XCCXCT_H
#define COMPONENT_COLLECTION_MEM_KEY "COMPONENT COLLECTION I/O MEMORY"
typedef enum mat_type{
DECORREL_XFM,
DEPEND_XFM,
DECORREL_OFF,
DEPEND_OFF
} matrix_type;
/*--------------------------- Function Prototypes ---------------------------*/
collection *read_cc_file(char *filename);
component_xfms *read_ct_file(char *filename);
int *read_cbd_file(char *filename,int *no_components);
/*---------------------------------------------------------------------------*/
#endif /* XCCXCT_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -