cyphesis/tests/stubs/physics/stubCourse.h
2017-07-25 23:40:40 +02:00

128 lines
No EOL
3.8 KiB
C++

// AUTOGENERATED file, created by the tool generate_stub.py, don't edit!
// If you want to add your own functionality, instead edit the stubCourse_custom.h file.
#include "physics/Course.h"
#include "stubCourse_custom.h"
#ifndef STUB_PHYSICS_COURSE_H
#define STUB_PHYSICS_COURSE_H
#ifndef STUB_Course_isEqualTo
//#define STUB_Course_isEqualTo
template <typename int,typename dim,typename class,typename PathT>
bool Course<int,dim,class,PathT>::isEqualTo(const Course& c, WFMath::CoordType epsilon ) const
{
return false;
}
#endif //STUB_Course_isEqualTo
#ifndef STUB_Course_Course
//#define STUB_Course_Course
template <typename int,typename dim,typename class,typename PathT>
Course<int,dim,class,PathT>::Course()
{
}
#endif //STUB_Course_Course
#ifndef STUB_Course_Course
//#define STUB_Course_Course
template <typename int,typename dim,typename class,typename PathT>
Course<int,dim,class,PathT>::Course(const Course& l)
{
}
#endif //STUB_Course_Course
#ifndef STUB_Course_Course
//#define STUB_Course_Course
template <typename int,typename dim,typename class,typename PathT>
Course<int,dim,class,PathT>::Course(const PathT<dim> & l)
{
}
#endif //STUB_Course_Course
#ifndef STUB_Course_Course_DTOR
//#define STUB_Course_Course_DTOR
template <typename int,typename dim,typename class,typename PathT>
Course<int,dim,class,PathT>::~Course()
{
}
#endif //STUB_Course_Course_DTOR
#ifndef STUB_Course_toAtlas
//#define STUB_Course_toAtlas
template <typename int,typename dim,typename class,typename PathT>
WFMath::AtlasOutType Course<int,dim,class,PathT>::toAtlas() const
{
return *static_cast<WFMath::AtlasOutType*>(nullptr);
}
#endif //STUB_Course_toAtlas
#ifndef STUB_Course_fromAtlas
//#define STUB_Course_fromAtlas
template <typename int,typename dim,typename class,typename PathT>
void Course<int,dim,class,PathT>::fromAtlas(const WFMath::AtlasInType & a)
{
}
#endif //STUB_Course_fromAtlas
#ifndef STUB_Course_rotateCorner
//#define STUB_Course_rotateCorner
template <typename int,typename dim,typename class,typename PathT>
Course& Course<int,dim,class,PathT>::rotateCorner(const WFMath::RotMatrix<dim>& m, size_t corner)
{
return *static_cast<Course*>(nullptr);
}
#endif //STUB_Course_rotateCorner
#ifndef STUB_Course_rotateCenter
//#define STUB_Course_rotateCenter
template <typename int,typename dim,typename class,typename PathT>
Course& Course<int,dim,class,PathT>::rotateCenter(const WFMath::RotMatrix<dim>& m)
{
return *static_cast<Course*>(nullptr);
}
#endif //STUB_Course_rotateCenter
#ifndef STUB_Course_rotatePoint
//#define STUB_Course_rotatePoint
template <typename int,typename dim,typename class,typename PathT>
Course& Course<int,dim,class,PathT>::rotatePoint(const WFMath::RotMatrix<dim>& m, const WFMath::Point<dim>& p)
{
return *static_cast<Course*>(nullptr);
}
#endif //STUB_Course_rotatePoint
#ifndef STUB_Course_boundingBox
//#define STUB_Course_boundingBox
template <typename int,typename dim,typename class,typename PathT>
WFMath::AxisBox<dim> Course<int,dim,class,PathT>::boundingBox() const
{
return *static_cast<WFMath::AxisBox<dim>*>(nullptr);
}
#endif //STUB_Course_boundingBox
#ifndef STUB_Course_boundingSphere
//#define STUB_Course_boundingSphere
template <typename int,typename dim,typename class,typename PathT>
WFMath::Ball<dim> Course<int,dim,class,PathT>::boundingSphere() const
{
return *static_cast<WFMath::Ball<dim>*>(nullptr);
}
#endif //STUB_Course_boundingSphere
#ifndef STUB_Course_boundingShapeSloppy
//#define STUB_Course_boundingShapeSloppy
template <typename int,typename dim,typename class,typename PathT>
WFMath::Ball<dim> Course<int,dim,class,PathT>::boundingShapeSloppy() const
{
return *static_cast<WFMath::Ball<dim>*>(nullptr);
}
#endif //STUB_Course_boundingShapeSloppy
#endif