cyphesis/tests/stubs/rulesets/stubGeometryProperty.h
2018-04-27 23:12:15 +02:00

75 lines
No EOL
2.2 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 stubGeometryProperty_custom.h file.
#include "rulesets/GeometryProperty.h"
#include "stubGeometryProperty_custom.h"
#ifndef STUB_RULESETS_GEOMETRYPROPERTY_H
#define STUB_RULESETS_GEOMETRYPROPERTY_H
#ifndef STUB_GeometryProperty_set
//#define STUB_GeometryProperty_set
void GeometryProperty::set(const Atlas::Message::Element&)
{
}
#endif //STUB_GeometryProperty_set
#ifndef STUB_GeometryProperty_install
//#define STUB_GeometryProperty_install
void GeometryProperty::install(TypeNode*, const std::string&)
{
}
#endif //STUB_GeometryProperty_install
#ifndef STUB_GeometryProperty_copy
//#define STUB_GeometryProperty_copy
GeometryProperty* GeometryProperty::copy() const
{
return nullptr;
}
#endif //STUB_GeometryProperty_copy
#ifndef STUB_GeometryProperty_createShape
//#define STUB_GeometryProperty_createShape
std::shared_ptr<btCollisionShape> GeometryProperty::createShape(const WFMath::AxisBox<3>& bbox, btVector3& centerOfMassOffset, float mass) const
{
return *static_cast<std::shared_ptr<btCollisionShape>*>(nullptr);
}
#endif //STUB_GeometryProperty_createShape
#ifndef STUB_GeometryProperty_buildMeshCreator
//#define STUB_GeometryProperty_buildMeshCreator
void GeometryProperty::buildMeshCreator(std::shared_ptr<OgreMeshDeserializer> meshDeserializer)
{
}
#endif //STUB_GeometryProperty_buildMeshCreator
#ifndef STUB_GeometryProperty_buildCompoundCreator
//#define STUB_GeometryProperty_buildCompoundCreator
void GeometryProperty::buildCompoundCreator()
{
}
#endif //STUB_GeometryProperty_buildCompoundCreator
#ifndef STUB_GeometryProperty_parseScalerType
//#define STUB_GeometryProperty_parseScalerType
GeometryProperty::ScalerType GeometryProperty::parseScalerType()
{
return *static_cast<GeometryProperty::ScalerType*>(nullptr);
}
#endif //STUB_GeometryProperty_parseScalerType
#ifndef STUB_GeometryProperty_parseData
//#define STUB_GeometryProperty_parseData
void GeometryProperty::parseData(std::shared_ptr<OgreMeshDeserializer> deserializer)
{
}
#endif //STUB_GeometryProperty_parseData
#endif