Last change
on this file since 12330 was 12330, checked in by Mathieu Morlighem, 13 years ago |
merged trunk-jpl and trunk for revision 12326M
|
File size:
581 bytes
|
Rev | Line | |
---|
[1] | 1 | /*
|
---|
| 2 | ContourToMeshx.h
|
---|
| 3 | */
|
---|
| 4 |
|
---|
| 5 |
|
---|
| 6 | #ifndef _CONTOURTOMESHX_H
|
---|
| 7 | #define _CONTOURTOMESHX_H
|
---|
| 8 |
|
---|
[3913] | 9 | #include "../../shared/shared.h"
|
---|
| 10 | #include "../../objects/objects.h"
|
---|
[1] | 11 |
|
---|
[2591] | 12 | /*threading: */
|
---|
| 13 | typedef struct{
|
---|
| 14 |
|
---|
[12330] | 15 | DataSet* contours;
|
---|
[2591] | 16 | int nods;
|
---|
| 17 | int edgevalue;
|
---|
[11995] | 18 | Vector* in_nod;
|
---|
[2591] | 19 | double* x;
|
---|
| 20 | double* y;
|
---|
| 21 |
|
---|
| 22 | } ContourToMeshxThreadStruct;
|
---|
| 23 |
|
---|
| 24 |
|
---|
[1] | 25 | /* local prototypes: */
|
---|
[12330] | 26 | int ContourToMeshx( Vector** pin_nods,Vector** pin_elem, double* index, double* x, double* y,DataSet* contours,char* interptype,int nel,int nods, int edgevalue);
|
---|
[1] | 27 |
|
---|
[2591] | 28 | void* ContourToMeshxt(void* vContourToMeshxThreadStruct);
|
---|
| 29 |
|
---|
| 30 |
|
---|
[1] | 31 | #endif /* _CONTOURTOMESHX_H */
|
---|
| 32 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.