( self, parameterised, rootParameter )
| 144 | |
| 145 | ## \see IECore.Preset.applicableTo |
| 146 | def applicableTo( self, parameterised, rootParameter ) : |
| 147 | |
| 148 | self._ensureData() |
| 149 | return self._applicableTo( parameterised, rootParameter, self._data ) |
| 150 | |
| 151 | ## \see IECore.Preset.__call__ |
| 152 | # \param parameterList A list of Parameter pointers that the preset should apply to. |
no test coverage detected