Information about the filter mode of the filter block. More...
| Header | #include <Building |
| Since | Esri |
| Inherits | Esri |
| Inherited By | Esri |
Public Functions
| virtual | ~ |
| Esri | building |
| Esri | clone(QObject *parent = nullptr) const |
Detailed Description
This is the base class for these types of filter modes:
- BuildingSolidFilterMode - renders building scene features with the original texture.
- BuildingWireframeFilterMode - renders building scene features with edges only.
- BuildingXrayFilterMode - renders building scene features with a semi-transparent white color.
Member Function Documentation
[override virtual noexcept] BuildingFilterMode::~BuildingFilterMode ()
Destructor.
Esri::ArcGISRuntime::BuildingFilterModeType BuildingFilterMode::buildingFilterModeType () const
Returns the instantiated type of the filter mode.
Esri::ArcGISRuntime::BuildingFilterMode *BuildingFilterMode::clone(QObject *parent = nullptr) const
Clones and returns this instance of the filter mode and its members, with an optional parent.