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

@@ -36,25 +36,25 @@ namespace Mesh
* Operations so far: Intersections, Union, Difference
* @author Berthold Grupp
*/
class SetOperations : public Mesh::Feature
class SetOperations: public Mesh::Feature
{
PROPERTY_HEADER_WITH_OVERRIDE(Mesh::SetOperations);
public:
SetOperations();
App::PropertyLink Source1;
App::PropertyLink Source2;
App::PropertyLink Source1;
App::PropertyLink Source2;
App::PropertyString OperationType;
/** @name methods override Feature */
//@{
/// recalculate the Feature
App::DocumentObjectExecReturn *execute() override;
App::DocumentObjectExecReturn* execute() override;
short mustExecute() const override;
//@}
};
}
} // namespace Mesh
#endif // FEATURE_MESH_SEGMENT_H
#endif // FEATURE_MESH_SEGMENT_H