SHAPER
9.13.0
|
Filter for objects which belong to selected lines. More...
Public Member Functions | |
virtual const std::string & | name () const |
Returns name of the filter to represent it in GUI. More... | |
virtual bool | isSupported (GeomAPI_Shape::ShapeType theType) const override |
Returns true for any type because it supports all selection types. More... | |
virtual bool | isMultiple () const |
Returns True if the filter can be used several times within one selection. More... | |
virtual bool | isOk (const GeomShapePtr &theShape, const ResultPtr &, const ModelAPI_FiltersArgs &theArgs) const override |
This method should contain the filter logic. More... | |
virtual std::string | xmlRepresentation () const override |
Returns XML string which represents GUI of the filter. More... | |
virtual void | initAttributes (ModelAPI_FiltersArgs &theArguments) override |
Initializes arguments of a filter. More... | |
virtual std::string | xmlFromFile (const std::string &theConfigFile) const |
Returns XML string which represents GUI of the filter by reading corresponding XML file. More... | |
Filter for objects which belong to selected lines.
|
inlinevirtual |
Returns name of the filter to represent it in GUI.
Implements ModelAPI_Filter.
|
overridevirtual |
Returns true for any type because it supports all selection types.
Implements ModelAPI_Filter.
|
inlinevirtual |
Returns True if the filter can be used several times within one selection.
Reimplemented from ModelAPI_Filter.
|
overridevirtual |
This method should contain the filter logic.
It returns true if the given shape is accepted by the filter.
theShape | the given shape |
theArgs | arguments of the filter |
Implements ModelAPI_Filter.
|
overridevirtual |
Returns XML string which represents GUI of the filter.
Reimplemented from ModelAPI_Filter.
|
overridevirtual |
Initializes arguments of a filter.
Reimplemented from ModelAPI_Filter.
|
virtualinherited |
Returns XML string which represents GUI of the filter by reading corresponding XML file.