Returns the number of components which have at least 1 filter on the specified axis. (Note that this searches only filters on single columns.)
integer function numDssCompsOfAxis(dssPointer, axisName) type(DssT), intent(in) :: dssPointer character(*), intent(in) :: axisName end function numDssCompsOfAxis