You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AppFlow/FITK_Interface/FITKInterfaceGeometry/FITKAbsGeoReferencePlane.cpp

20 lines
629 B
C++

#include "FITKAbsGeoModelSurface.h"
#include "FITK_Interface/FITKInterfaceModel/FITKAbstractModel.h"
#include "FITKAbsGeoReferencePlane.h"
namespace Interface
{
FITKGeoEnum::FITKDatumType FITKAbsGeoReferenceOffsetPlane::getDatumType()
{
return FITKGeoEnum::FITKDatumType::FDTOffsetPlane;
}
FITKGeoEnum::FITKDatumType FITKAbsGeoReferenceThreePointsPlane::getDatumType()
{
return FITKGeoEnum::FITKDatumType::FDTThreePointsPlane;
}
FITKGeoEnum::FITKDatumType FITKAbsGeoReferenceEquationPlane::getDatumType()
{
return FITKGeoEnum::FITKDatumType::FDTEquationPlane;
}
}