Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Sources/Rendering/Core/ImageMapper/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,10 @@ export function newInstance(
/**
* vtkImageMapper provides 2D image display support for vtk.
* It can be associated with a vtkImageSlice prop and placed within a Renderer.
* Only axis-aligned slices are supported.
*
* This class resolves coincident topology with the same methods as vtkMapper.
* @see vtkImageResliceMapper
*/
export declare const vtkImageMapper: {
newInstance: typeof newInstance;
Expand Down