Mesh: Apply clang-format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user