Line | |
---|
1 | /*!\file: TriMeshRiftsx.h
|
---|
2 | * \brief header file for TriMeshRiftsx module
|
---|
3 | */
|
---|
4 |
|
---|
5 | #ifndef _TRIMESHRIFTSX_H_
|
---|
6 | #define _TRIMESHRIFTSX_H_
|
---|
7 |
|
---|
8 | #include "string.h"
|
---|
9 | #include "../../Container/Container.h"
|
---|
10 | #include "../../objects/objects.h"
|
---|
11 |
|
---|
12 | /* local prototypes: */
|
---|
13 | void TriMeshRiftsx(Matrix** pindex,Vector** px,Vector** py,Matrix** psegments,Vector** psegmentmarkerlist,DataSet* domain,double area,bool order);
|
---|
14 |
|
---|
15 | #endif /* _TRIMESHX_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.