File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Sources/Rendering/Core/ImageMapper Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -257,11 +257,28 @@ export interface vtkImageMapper extends vtkAbstractImageMapper {
257
257
*/
258
258
getSlicingModeNormal ( ) : number [ ] ;
259
259
260
+ /**
261
+ * Get the slicing mode.
262
+ */
263
+ getSlicingMode ( ) : number ;
264
+
265
+
260
266
/**
261
267
* Set the slicing mode.
262
268
* @param {Number } mode The slicing mode.
263
269
*/
264
270
setSlicingMode ( mode : number ) : boolean ;
271
+
272
+ /**
273
+ * Get the preference to use halfFloat representation of float
274
+ */
275
+ getPreferSizeOverAccuracy ( ) : boolean ;
276
+
277
+ /**
278
+ * Set the preference to use halfFloat representation of float
279
+ * @param {Boolean } sizeOverAccuracy
280
+ */
281
+ setPreferSizeOverAccuracy ( sizeOverAccuracy : boolean ) : boolean ;
265
282
}
266
283
267
284
/**
You can’t perform that action at this time.
0 commit comments