| 66 | } |
| 67 | |
| 68 | void |
| 69 | TetMeshGenerator::reset() |
| 70 | { |
| 71 | in.deinitialize(); |
| 72 | in.initialize(); |
| 73 | out.deinitialize(); |
| 74 | out.initialize(); |
| 75 | } |
| 76 | |
| 77 | int |
| 78 | TetMeshGenerator::addPoint(double x, double y, double z, int mark) |
nothing calls this directly
no test coverage detected