Last change
on this file since 4236 was 4236, checked in by Eric.Larour, 15 years ago |
New Container directory, with the format DataSet files. Split the header files from DataSet.h into Inputs.h, Elements.h, etc ...
|
File size:
376 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/modules/modules.h"
|
---|
13 | #include "../../c/Container/Container.h"
|
---|
14 | #include "../../c/shared/shared.h"
|
---|
15 |
|
---|
16 | void TriMeshNoDensityUsage(void);
|
---|
17 |
|
---|
18 | #undef __FUNCT__
|
---|
19 | #define __FUNCT__ "TriMeshNoDensity"
|
---|
20 |
|
---|
21 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.