20 #ifndef FILTERSPLUGIN_OPPOSITETOEDGE_H_
21 #define FILTERSPLUGIN_OPPOSITETOEDGE_H_
23 #include "FiltersPlugin.h"
25 #include <GeomAPI_Shape.h>
26 #include <ModelAPI_Filter.h>
30 typedef std::set<GeomShapePtr, GeomAPI_Shape::Comparator> SetOfShapes;
41 virtual const std::string&
name()
const {
42 static const std::string kName(
"Opposite to an edge");
53 virtual bool isOk(
const GeomShapePtr& theShape,
const ResultPtr&,
64 GeomShapePtr myOriginalEdge;
66 SetOfShapes myCachedShapes;
Filter for edges of quadrangular faces opposite to the selected edge.
Definition: FiltersPlugin_OppositeToEdge.h:37
virtual std::string xmlRepresentation() const override
Returns XML string which represents GUI of the filter.
Definition: FiltersPlugin_OppositeToEdge.cpp:164
virtual bool isSupported(GeomAPI_Shape::ShapeType theType) const override
Returns true for any type because it supports all selection types.
Definition: FiltersPlugin_OppositeToEdge.cpp:130
virtual const std::string & name() const
Returns name of the filter to represent it in GUI.
Definition: FiltersPlugin_OppositeToEdge.h:41
virtual bool isOk(const GeomShapePtr &theShape, const ResultPtr &, const ModelAPI_FiltersArgs &theArgs) const override
This method should contain the filter logic.
Definition: FiltersPlugin_OppositeToEdge.cpp:135
virtual void initAttributes(ModelAPI_FiltersArgs &theArguments) override
Initializes arguments of a filter.
Definition: FiltersPlugin_OppositeToEdge.cpp:169
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