VTK:Rendering之TransformSphere
生活随笔
收集整理的這篇文章主要介紹了
VTK:Rendering之TransformSphere
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
VTK:Rendering之TransformSphere
- VTK:Rendering之TransformSphere
- 描述
- 代碼
- TransformSphere.cxx
- CMakeLists.txt
VTK:Rendering之TransformSphere
描述
此示例擴展了ColoredSphere.cxx示例的流程,并顯示了類型檢查對流程對象的連接性的影響。我們添加了一個轉換過濾器vtkTransformFilter),以在xyz方向上非均勻地縮放球體。變換過濾器僅對具有顯式點坐標表示形式的對象(即vtkPointSet的子類)進行操作。但是,高程過濾器會生成更通用的形式vtkDataSet作為輸出。因此,我們無法將轉換濾鏡連接到高程濾鏡。但是我們可以將轉
總結
以上是生活随笔為你收集整理的VTK:Rendering之TransformSphere的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 老被蚊子咬这是为什么?
- 下一篇: VTK:Rendering之String