Difference between revisions of "Cuda:VtkCudaDataSet"
From NAMIC Wiki
Line 2: | Line 2: | ||
This is Part of the [[Volume Rendering With Cuda]] implementation. | This is Part of the [[Volume Rendering With Cuda]] implementation. | ||
=Overview= | =Overview= | ||
− | [[Image:VtkCudaDataSet.png]] | + | [[Image:VtkCudaDataSet.png|frame|none|VTK integration of the Cuda DataSet for Images]] |
=Implementation= | =Implementation= | ||
==Used Cuda Functions== | ==Used Cuda Functions== |
Revision as of 14:33, 4 January 2008
Home < Cuda:VtkCudaDataSetThe vtkCudaDataSet is a data-container used to communicate data structures between CUDA and host memory in an easy way. This is Part of the Volume Rendering With Cuda implementation.