20 #ifndef FILTERSPLUGIN_ONGEOMETRY_H_
21 #define FILTERSPLUGIN_ONGEOMETRY_H_
23 #include "FiltersPlugin.h"
25 #include <ModelAPI_Filter.h>
36 virtual const std::string&
name()
const {
37 static const std::string kName(
"On geometry");
48 virtual bool isOk(
const GeomShapePtr& theShape,
const ResultPtr&,
Filter for objects which have the same underlying geometry as specified objects.
Definition: FiltersPlugin_OnGeometry.h:32
virtual std::string xmlRepresentation() const override
Returns XML string which represents GUI of the filter.
Definition: FiltersPlugin_OnGeometry.cpp:48
virtual void initAttributes(ModelAPI_FiltersArgs &theArguments) override
Initializes arguments of a filter.
Definition: FiltersPlugin_OnGeometry.cpp:53
virtual bool isOk(const GeomShapePtr &theShape, const ResultPtr &, const ModelAPI_FiltersArgs &theArgs) const override
This method should contain the filter logic.
Definition: FiltersPlugin_OnGeometry.cpp:29
virtual const std::string & name() const
Returns name of the filter to represent it in GUI.
Definition: FiltersPlugin_OnGeometry.h:36
virtual bool isSupported(GeomAPI_Shape::ShapeType theType) const override
Returns true for any type because it supports all selection types.
Definition: FiltersPlugin_OnGeometry.cpp:24
ShapeType
Shape type enum.
Definition: GeomAPI_Shape.h:46
Definition: ModelAPI_Filter.h:34
definition of arguments of filters: id of the argument to attributes
Definition: ModelAPI_FiltersArgs.h:31