Mesh: Apply clang-format

This commit is contained in:
wmayer
2023-09-22 19:59:39 +02:00
committed by wwmayer
parent 70ba930230
commit 23db389a76
116 changed files with 15683 additions and 12447 deletions

View File

@@ -27,7 +27,7 @@
#include <App/PropertyLinks.h>
#ifndef MESH_GLOBAL_H
# include <Mod/Mesh/MeshGlobal.h>
#include <Mod/Mesh/MeshGlobal.h>
#endif
namespace Mesh
@@ -37,28 +37,29 @@ namespace Mesh
* The Export class writes any supported mesh format into a file.
* @author Werner Mayer
*/
class MeshExport Export : public App::DocumentObject
class MeshExport Export: public App::DocumentObject
{
PROPERTY_HEADER_WITH_OVERRIDE(Mesh::Export);
public:
Export();
App::PropertyLink Source;
App::PropertyLink Source;
App::PropertyString FileName;
App::PropertyString Format;
const char* getViewProviderName() const override {
const char* getViewProviderName() const override
{
return "MeshGui::ViewProviderExport";
}
/** @name methods override feature */
//@{
/// recalculate the Feature
App::DocumentObjectExecReturn *execute() override;
App::DocumentObjectExecReturn* execute() override;
short mustExecute() const override;
//@}
};
}
} // namespace Mesh
#endif // MESH_FEATUREMESHEXPORT_H
#endif // MESH_FEATUREMESHEXPORT_H