|
1 | 1 | # AUTO GENERATED FILE - DO NOT EDIT
|
2 | 2 |
|
3 |
| -vtkGeometryRepresentation <- function(children=NULL, id=NULL, actor=NULL, colorDataRange=NULL, colorMapPreset=NULL, cubeAxesStyle=NULL, mapper=NULL, property=NULL, showCubeAxes=NULL) { |
| 3 | +#' @export |
| 4 | +vtkGeometryRepresentation <- function(children=NULL, id=NULL, actor=NULL, colorDataRange=NULL, colorMapPreset=NULL, cubeAxesStyle=NULL, mapper=NULL, property=NULL, scalarBarStyle=NULL, scalarBarTitle=NULL, showCubeAxes=NULL, showScalarBar=NULL) { |
4 | 5 |
|
5 |
| - props <- list(children=children, id=id, actor=actor, colorDataRange=colorDataRange, colorMapPreset=colorMapPreset, cubeAxesStyle=cubeAxesStyle, mapper=mapper, property=property, showCubeAxes=showCubeAxes) |
| 6 | + props <- list(children=children, id=id, actor=actor, colorDataRange=colorDataRange, colorMapPreset=colorMapPreset, cubeAxesStyle=cubeAxesStyle, mapper=mapper, property=property, scalarBarStyle=scalarBarStyle, scalarBarTitle=scalarBarTitle, showCubeAxes=showCubeAxes, showScalarBar=showScalarBar) |
6 | 7 | if (length(props) > 0) {
|
7 | 8 | props <- props[!vapply(props, is.null, logical(1))]
|
8 | 9 | }
|
9 | 10 | component <- list(
|
10 | 11 | props = props,
|
11 | 12 | type = 'GeometryRepresentation',
|
12 | 13 | namespace = 'dash_vtk',
|
13 |
| - propNames = c('children', 'id', 'actor', 'colorDataRange', 'colorMapPreset', 'cubeAxesStyle', 'mapper', 'property', 'showCubeAxes'), |
| 14 | + propNames = c('children', 'id', 'actor', 'colorDataRange', 'colorMapPreset', 'cubeAxesStyle', 'mapper', 'property', 'scalarBarStyle', 'scalarBarTitle', 'showCubeAxes', 'showScalarBar'), |
14 | 15 | package = 'dashVtk'
|
15 | 16 | )
|
16 | 17 |
|
|
0 commit comments