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