#include <stdio.h>
#include <vector>
#include <map>
#include <amiramesh/AmiraMesh.h>
Go to the source code of this file.
|
int | ComputeBoundary (int nPoints, int nTet, int *tets, int *bounds) |
|
void | SetMaterialsIds (int nPoints, int *newIds, int nUsedPoints, int nBndTr, int *bndTrI, unsigned char *bndIds, int nUsedBndTr, int *usedBndTrI, unsigned char *usedBndIds) |
|
◆ ComputeBoundary()
int ComputeBoundary |
( |
int |
nPoints, |
|
|
int |
nTet, |
|
|
int * |
tets, |
|
|
int * |
bounds |
|
) |
| |
◆ SetMaterialsIds()
void SetMaterialsIds |
( |
int |
nPoints, |
|
|
int * |
newIds, |
|
|
int |
nUsedPoints, |
|
|
int |
nBndTr, |
|
|
int * |
bndTrI, |
|
|
unsigned char * |
bndIds, |
|
|
int |
nUsedBndTr, |
|
|
int * |
usedBndTrI, |
|
|
unsigned char * |
usedBndIds |
|
) |
| |