瀏覽代碼

ENH: Added ctkVTKSliceView class used to display the slices of a vtkImageData

The underlying renderWindow can be split as a grid N*M where
 item 1 displays slice Z,
 item 2, slice Z+1
 item 3, slice Z+2
 ...
 item N*M, slice Z+N*M

Setting the renderWindowLayoutType to either LeftRightTopBottom
or LeftRightBottomTop allow to change the order of the grid item.
Jean-Christophe Fillion-Robin 15 年之前
父節點
當前提交
32d2e78ef6
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      Libs/Visualization/VTK/Widgets/CMakeLists.txt

+ 5 - 0
Libs/Visualization/VTK/Widgets/CMakeLists.txt

@@ -31,6 +31,9 @@ SET(KIT_SRCS
   ctkVTKRenderView.cpp
   ctkVTKRenderView.h
   ctkVTKRenderView_p.h
+  ctkVTKSliceView.cpp
+  ctkVTKSliceView.h
+  ctkVTKSliceView_p.h
   )
 
 # Headers that should run through moc
@@ -39,6 +42,8 @@ SET(KIT_MOC_SRCS
   ctkVTKMatrixWidget.h
   ctkVTKRenderView.h
   ctkVTKRenderView_p.h
+  ctkVTKSliceView.h
+  ctkVTKSliceView_p.h
   )
 
 # UI files