Last change
on this file since 11995 was 11995, checked in by Mathieu Morlighem, 13 years ago |
merged trunk-jpl and trunk for revision 11994M
|
File size:
413 bytes
|
Rev | Line | |
---|
[2739] | 1 | /*!\file: TriMeshNoDensity.h
|
---|
| 2 | * \brief header prototype
|
---|
| 3 | */
|
---|
| 4 |
|
---|
| 5 | #ifndef _TRIMESH_H_
|
---|
| 6 | #define _TRIMESH_H_
|
---|
| 7 |
|
---|
| 8 | #include "mex.h"
|
---|
| 9 | #include "triangle.h"
|
---|
| 10 | #include "string.h"
|
---|
| 11 |
|
---|
[11995] | 12 | #include "../../c/include/globals.h"
|
---|
[3913] | 13 | #include "../../c/modules/modules.h"
|
---|
[4236] | 14 | #include "../../c/Container/Container.h"
|
---|
[3712] | 15 | #include "../../c/shared/shared.h"
|
---|
[2739] | 16 |
|
---|
| 17 | void TriMeshNoDensityUsage(void);
|
---|
| 18 |
|
---|
| 19 | #undef __FUNCT__
|
---|
| 20 | #define __FUNCT__ "TriMeshNoDensity"
|
---|
| 21 |
|
---|
| 22 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.