MeshKit
1.0
|
#include <iostream>
#include "meshkit/AF2PlaneProjection.hpp"
#include "meshkit/AF2Point2D.hpp"
#include "meshkit/AF2Point3D.hpp"
#include "meshkit/MKCore.hpp"
#include "meshkit/ModelEnt.hpp"
#include "meshkit/Matrix.hpp"
#include "TestUtil.hpp"
Go to the source code of this file.
Defines | |
#define | FILE_EXT "facet" |
Functions | |
void | test_plane_projection () |
bool | testPlaneProj () |
int | main (int argc, char **argv) |
Variables | |
double | epsError = 1.e-3 |
MKCore * | mk = NULL |
Test the plane projection.
Loads a geometry file representing a piece of a torus, and tests that points are correctly projected from the torus onto various planes and back from the plane onto the piece of the torus.
Definition in file planeProj.cpp.
#define FILE_EXT "facet" |
Definition at line 28 of file planeProj.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 37 of file planeProj.cpp.
void test_plane_projection | ( | ) |
Definition at line 49 of file planeProj.cpp.
bool testPlaneProj | ( | ) |
Definition at line 54 of file planeProj.cpp.
double epsError = 1.e-3 |
Definition at line 29 of file planeProj.cpp.
Definition at line 32 of file planeProj.cpp.