gmio/tests/fake_support/opencascade/StlMesh_MeshTriangle.hxx
Hugues Delorme 36a4fd281e tests: add fake_support
fake_support allows to test compilation of gmio_support
is successful. It provides fake sources of the required
3rd party libraries (Qt and OpenCascade).
Fake sources allows to quickly check if nothing is broken
in gmio_support after API changes.
It will also be useful for CI.
2015-09-02 12:07:17 +02:00

16 lines
370 B
C++

#ifndef _StlMesh_MeshTriangle_HeaderFile
#define _StlMesh_MeshTriangle_HeaderFile
#include <Handle_StlMesh_MeshTriangle.hxx>
class StlMesh_MeshTriangle
{
public:
void GetVertexAndOrientation(
int& /*V1*/, int& /*V2*/, int& /*V3*/,
double& /*Xn*/, double& /*Yn*/, double& /*Zn*/) const
{ }
};
#endif // _StlMesh_MeshTriangle_HeaderFile