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 959c7b7 commit 967b9c4Copy full SHA for 967b9c4
Sources/Rendering/Core/ImageMapper/index.d.ts
@@ -206,8 +206,10 @@ export function newInstance(
206
/**
207
* vtkImageMapper provides 2D image display support for vtk.
208
* It can be associated with a vtkImageSlice prop and placed within a Renderer.
209
+ * Only axis-aligned slices are supported.
210
*
211
* This class resolves coincident topology with the same methods as vtkMapper.
212
+ * @see vtkImageResliceMapper
213
*/
214
export declare const vtkImageMapper: {
215
newInstance: typeof newInstance;
0 commit comments