#include "ten.h"#include "privateTen.h"

Data Structures | |
| struct | _tenGagePvlData |
Defines | |
| #define | SQRT_1_OVER_3 0.57735026918962576450 |
Functions | |
| void | _tenGageIv3Print (FILE *file, gageContext *ctx, gagePerVolume *pvl) |
| void | _tenGageFilter (gageContext *ctx, gagePerVolume *pvl) |
| void | _tenGageAnswer (gageContext *ctx, gagePerVolume *pvl) |
| void * | _tenGagePvlDataNew (const struct gageKind_t *kind) |
| void * | _tenGagePvlDataCopy (const struct gageKind_t *kind, const void *_pvlDataOld) |
| void * | _tenGagePvlDataNix (const struct gageKind_t *kind, void *_pvlData) |
| int | _tenGagePvlDataUpdate (const struct gageKind_t *kind, const gageContext *ctx, const gagePerVolume *pvl, const void *_pvlData) |
Variables | |
| gageItemEntry | _tenGageTable [TEN_GAGE_ITEM_MAX+1] |
| gageKind | _tenGageKind |
| gageKind * | tenGageKind = &_tenGageKind |
| #define SQRT_1_OVER_3 0.57735026918962576450 |
| void _tenGageAnswer | ( | gageContext * | ctx, | |
| gagePerVolume * | pvl | |||
| ) |
| void _tenGageFilter | ( | gageContext * | ctx, | |
| gagePerVolume * | pvl | |||
| ) |
| void _tenGageIv3Print | ( | FILE * | file, | |
| gageContext * | ctx, | |||
| gagePerVolume * | pvl | |||
| ) |
| void* _tenGagePvlDataCopy | ( | const struct gageKind_t * | kind, | |
| const void * | _pvlDataOld | |||
| ) |
| void* _tenGagePvlDataNew | ( | const struct gageKind_t * | kind | ) |
| void* _tenGagePvlDataNix | ( | const struct gageKind_t * | kind, | |
| void * | _pvlData | |||
| ) |
| int _tenGagePvlDataUpdate | ( | const struct gageKind_t * | kind, | |
| const gageContext * | ctx, | |||
| const gagePerVolume * | pvl, | |||
| const void * | _pvlData | |||
| ) |
Initial value:
{
AIR_FALSE,
"tensor",
&_tenGage,
1,
7,
TEN_GAGE_ITEM_MAX,
_tenGageTable,
_tenGageIv3Print,
_tenGageFilter,
_tenGageAnswer,
_tenGagePvlDataNew,
_tenGagePvlDataCopy,
_tenGagePvlDataNix,
_tenGagePvlDataUpdate,
NULL
}
| gageItemEntry _tenGageTable[TEN_GAGE_ITEM_MAX+1] |
1.5.6