#include "limn.h"
Data Structures | |
union | _ippu |
Defines | |
#define | LMPD_MAGIC "LIMN0001" |
#define | DEMARK_STR "====== " |
#define | DEMARK_CHAR '=' |
#define | NUM_STR "num:" |
#define | INFO_STR "info:" |
#define | TYPE_STR "type:" |
#define | ICNT_STR "icnt:" |
#define | INDX_STR "indx:" |
#define | XYZW_STR "xyzw:" |
Functions | |
int | limnObjectDescribe (FILE *file, const limnObject *obj) |
int | limnObjectWriteOFF (FILE *file, const limnObject *obj) |
int | limnPolyDataWriteIV (FILE *file, const limnPolyData *pld) |
int | limnObjectReadOFF (limnObject *obj, FILE *file) |
int | limnPolyDataWriteLMPD (FILE *file, const limnPolyData *pld) |
int | limnPolyDataReadLMPD (limnPolyData *pld, FILE *file) |
int | _limnHestPolyDataLMPDParse (void *ptr, char *str, char err[AIR_STRLEN_HUGE]) |
int | _limnHestPolyDataOFFParse (void *ptr, char *str, char err[AIR_STRLEN_HUGE]) |
int | limnPolyDataWriteVTK (FILE *file, const limnPolyData *pld) |
int | limnPolyDataReadOFF (limnPolyData *pld, FILE *file) |
int | limnPolyDataSave (const char *_fname, const limnPolyData *lpld) |
Variables | |
hestCB | _limnHestPolyDataLMPD |
hestCB * | limnHestPolyDataLMPD = &_limnHestPolyDataLMPD |
hestCB | _limnHestPolyDataOFF |
hestCB * | limnHestPolyDataOFF = &_limnHestPolyDataOFF |
#define DEMARK_CHAR '=' |
#define DEMARK_STR "====== " |
#define ICNT_STR "icnt:" |
#define INDX_STR "indx:" |
#define INFO_STR "info:" |
#define LMPD_MAGIC "LIMN0001" |
#define NUM_STR "num:" |
#define TYPE_STR "type:" |
#define XYZW_STR "xyzw:" |
int _limnHestPolyDataLMPDParse | ( | void * | ptr, | |
char * | str, | |||
char | err[AIR_STRLEN_HUGE] | |||
) |
int _limnHestPolyDataOFFParse | ( | void * | ptr, | |
char * | str, | |||
char | err[AIR_STRLEN_HUGE] | |||
) |
int limnObjectDescribe | ( | FILE * | file, | |
const limnObject * | obj | |||
) |
int limnObjectReadOFF | ( | limnObject * | obj, | |
FILE * | file | |||
) |
int limnObjectWriteOFF | ( | FILE * | file, | |
const limnObject * | obj | |||
) |
int limnPolyDataReadLMPD | ( | limnPolyData * | pld, | |
FILE * | file | |||
) |
int limnPolyDataReadOFF | ( | limnPolyData * | pld, | |
FILE * | file | |||
) |
int limnPolyDataSave | ( | const char * | _fname, | |
const limnPolyData * | lpld | |||
) |
int limnPolyDataWriteIV | ( | FILE * | file, | |
const limnPolyData * | pld | |||
) |
int limnPolyDataWriteLMPD | ( | FILE * | file, | |
const limnPolyData * | pld | |||
) |
int limnPolyDataWriteVTK | ( | FILE * | file, | |
const limnPolyData * | pld | |||
) |
Initial value:
{ sizeof(limnPolyData *), "polydata", _limnHestPolyDataLMPDParse, (airMopper)limnPolyDataNix }
Initial value:
{ sizeof(limnPolyData *), "polydata", _limnHestPolyDataOFFParse, (airMopper)limnPolyDataNix }