|
Last change
on this file since 11995 was 11995, checked in by Mathieu Morlighem, 14 years ago |
|
merged trunk-jpl and trunk for revision 11994M
|
|
File size:
413 bytes
|
| Line | |
|---|
| 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 |
|
|---|
| 12 | #include "../../c/include/globals.h"
|
|---|
| 13 | #include "../../c/modules/modules.h"
|
|---|
| 14 | #include "../../c/Container/Container.h"
|
|---|
| 15 | #include "../../c/shared/shared.h"
|
|---|
| 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.