mirror of https://gitee.com/openkylin/vtk9.git
39 lines
1.2 KiB
CMake
39 lines
1.2 KiB
CMake
set(classes
|
|
vtkDirectionEncoder
|
|
vtkEncodedGradientEstimator
|
|
vtkEncodedGradientShader
|
|
vtkFiniteDifferenceGradientEstimator
|
|
vtkFixedPointRayCastImage
|
|
vtkFixedPointVolumeRayCastCompositeGOHelper
|
|
vtkFixedPointVolumeRayCastCompositeGOShadeHelper
|
|
vtkFixedPointVolumeRayCastCompositeHelper
|
|
vtkFixedPointVolumeRayCastCompositeShadeHelper
|
|
vtkFixedPointVolumeRayCastHelper
|
|
vtkFixedPointVolumeRayCastMapper
|
|
vtkFixedPointVolumeRayCastMIPHelper
|
|
vtkGPUVolumeRayCastMapper
|
|
vtkMultiVolume
|
|
vtkOSPRayVolumeInterface
|
|
vtkProjectedTetrahedraMapper
|
|
vtkRayCastImageDisplayHelper
|
|
vtkRecursiveSphereDirectionEncoder
|
|
vtkSphericalDirectionEncoder
|
|
vtkUnstructuredGridBunykRayCastFunction
|
|
vtkUnstructuredGridHomogeneousRayIntegrator
|
|
vtkUnstructuredGridLinearRayIntegrator
|
|
vtkUnstructuredGridPartialPreIntegration
|
|
vtkUnstructuredGridPreIntegration
|
|
vtkUnstructuredGridVolumeMapper
|
|
vtkUnstructuredGridVolumeRayCastFunction
|
|
vtkUnstructuredGridVolumeRayCastIterator
|
|
vtkUnstructuredGridVolumeRayCastMapper
|
|
vtkUnstructuredGridVolumeRayIntegrator
|
|
vtkUnstructuredGridVolumeZSweepMapper
|
|
vtkVolumeMapper
|
|
vtkVolumeOutlineSource
|
|
vtkVolumePicker
|
|
vtkVolumeRayCastSpaceLeapingImageFilter)
|
|
|
|
vtk_module_add_module(VTK::RenderingVolume
|
|
CLASSES ${classes})
|