Returns TRUE if all filters of the specified axis name in the specified component pass the specified value.
logical(bool) function allFiltersPassValue(dssComp, axisName, axisValue)
type(DScompT), intent(in) :: dssComp
character(*), intent(in) :: axisName
real(single), intent(in) :: axisValue
end function allFiltersPassValue