We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db54e1c commit 408f011Copy full SHA for 408f011
src/main/kotlin/graphics/scenery/volumes/Volume.kt
@@ -235,7 +235,7 @@ open class Volume(
235
@Transient
236
val sources: List<SourceAndConverter<*>>,
237
238
- val converterSetups: ArrayList<ConverterSetup>,
+ val converterSetups: List<ConverterSetup>,
239
val numTimepoints: Int
240
) : VolumeDataSource()
241
class RAISource<T: NumericType<T>>(
@@ -244,7 +244,7 @@ open class Volume(
244
245
val sources: List<SourceAndConverter<T>>,
246
247
248
val numTimepoints: Int,
249
250
val cacheControl: CacheControl? = null,
0 commit comments