#' @export
setMethod("imageTypes", "SimulationFilter", function(x) x@imageTypes)
#' @export
setMethod("imageTypes<-", "SimulationFilter", function(x, value){
x@imageTypes <- value
if (validObject(x, complete = TRUE)) return(x)
})
#' @export
setMethod("imageTypes", "SimulationFiles", function(x) x@simulationFilter@imageTypes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.