#include <string>
#include "TECIO.h"
Go to the source code of this file.
|
int | TECINI100 (char *Title, char *Variables, char *FName, char *ScratchDir, int *Debug, int *VIsDouble, int TitleLen, int VariablesLen, int FNameLen, int ScratchDirLen) |
|
int | TECINI100_ (char *Title, char *Variables, char *FName, char *ScratchDir, int *Debug, int *VIsDouble, int TitleLen, int VariablesLen, int FNameLen, int ScratchDirLen) |
|
int | TECZNE100 (char *ZoneTitle, int *ZoneType, int *IMxOrNumPts, int *JMxOrNumElements, int *KMx, int *ICellMx, int *JCellMx, int *KCellMx, int *IsBlock, int *NumFaceConnections, int *FaceNeighborMode, int *ValueLocation, int *ShareVarFromZone, int *ShareConnectivityFromZone, int ZoneTitleLen) |
|
int | TECZNE100_ (char *ZoneTitle, int *ZoneType, int *IMxOrNumPts, int *JMxOrNumElements, int *KMx, int *ICellMx, int *JCellMx, int *KCellMx, int *IsBlock, int *NumFaceConnections, int *FaceNeighborMode, int *ValueLocation, int *ShareVarFromZone, int *ShareConnectivityFromZone, int ZoneTitleLen) |
|
int | TECDAT100 (int *N, void *FieldData, int *IsDouble) |
|
int | TECDAT100_ (int *N, void *FieldData, int *IsDouble) |
|
int | TECNOD100 (int *NData) |
|
int | TECNOD100_ (int *NData) |
|
int | TECEND100 (void) |
|
int | TECEND100_ (void) |
|
int | TECFIL100 (int *F) |
|
int | TECFIL100_ (int *F) |
|
int TECDAT100 |
( |
int * |
N, |
|
|
void * |
FieldData, |
|
|
int * |
IsDouble |
|
) |
| |
int TECDAT100_ |
( |
int * |
N, |
|
|
void * |
FieldData, |
|
|
int * |
IsDouble |
|
) |
| |
Definition at line 298 of file tecwrap.C.
300 return(tecfil100(F));
int TECFIL100_ |
( |
int * |
F | ) |
|
Definition at line 304 of file tecwrap.C.
306 return(tecfil100(F));
int TECINI100 |
( |
char * |
Title, |
|
|
char * |
Variables, |
|
|
char * |
FName, |
|
|
char * |
ScratchDir, |
|
|
int * |
Debug, |
|
|
int * |
VIsDouble, |
|
|
int |
TitleLen, |
|
|
int |
VariablesLen, |
|
|
int |
FNameLen, |
|
|
int |
ScratchDirLen |
|
) |
| |
Definition at line 118 of file tecwrap.C.
129 string TitleS(Title,TitleLen);
130 string VariablesS(Variables,VariablesLen);
131 string FNameS(FName,FNameLen);
132 string ScratchDirS(ScratchDir,ScratchDirLen);
134 return (tecini100((
char *)TitleS.c_str(),
135 (
char *)VariablesS.c_str(),
136 (
char *)FNameS.c_str(),
137 (
char *)ScratchDirS.c_str(),
int TECINI100_ |
( |
char * |
Title, |
|
|
char * |
Variables, |
|
|
char * |
FName, |
|
|
char * |
ScratchDir, |
|
|
int * |
Debug, |
|
|
int * |
VIsDouble, |
|
|
int |
TitleLen, |
|
|
int |
VariablesLen, |
|
|
int |
FNameLen, |
|
|
int |
ScratchDirLen |
|
) |
| |
Definition at line 142 of file tecwrap.C.
153 string TitleS(Title,TitleLen);
154 string VariablesS(Variables,VariablesLen);
155 string FNameS(FName,FNameLen);
156 string ScratchDirS(ScratchDir,ScratchDirLen);
158 return (tecini100((
char *)TitleS.c_str(),
159 (
char *)VariablesS.c_str(),
160 (
char *)FNameS.c_str(),
161 (
char *)ScratchDirS.c_str(),
int TECNOD100 |
( |
int * |
NData | ) |
|
Definition at line 265 of file tecwrap.C.
267 return(tecnod100(NData));
int TECNOD100_ |
( |
int * |
NData | ) |
|
Definition at line 271 of file tecwrap.C.
273 return(tecnod100(NData));
int TECZNE100 |
( |
char * |
ZoneTitle, |
|
|
int * |
ZoneType, |
|
|
int * |
IMxOrNumPts, |
|
|
int * |
JMxOrNumElements, |
|
|
int * |
KMx, |
|
|
int * |
ICellMx, |
|
|
int * |
JCellMx, |
|
|
int * |
KCellMx, |
|
|
int * |
IsBlock, |
|
|
int * |
NumFaceConnections, |
|
|
int * |
FaceNeighborMode, |
|
|
int * |
ValueLocation, |
|
|
int * |
ShareVarFromZone, |
|
|
int * |
ShareConnectivityFromZone, |
|
|
int |
ZoneTitleLen |
|
) |
| |
Definition at line 170 of file tecwrap.C.
186 string ZoneTitleS(ZoneTitle,ZoneTitleLen);
188 return (teczne100((
char *)ZoneTitle,
201 ShareConnectivityFromZone));
int TECZNE100_ |
( |
char * |
ZoneTitle, |
|
|
int * |
ZoneType, |
|
|
int * |
IMxOrNumPts, |
|
|
int * |
JMxOrNumElements, |
|
|
int * |
KMx, |
|
|
int * |
ICellMx, |
|
|
int * |
JCellMx, |
|
|
int * |
KCellMx, |
|
|
int * |
IsBlock, |
|
|
int * |
NumFaceConnections, |
|
|
int * |
FaceNeighborMode, |
|
|
int * |
ValueLocation, |
|
|
int * |
ShareVarFromZone, |
|
|
int * |
ShareConnectivityFromZone, |
|
|
int |
ZoneTitleLen |
|
) |
| |
Definition at line 205 of file tecwrap.C.
221 string ZoneTitleS(ZoneTitle,ZoneTitleLen);
223 return (teczne100((
char *)ZoneTitle,
236 ShareConnectivityFromZone));