Difference between revisions of "Cuda:VtkCudaDataSet"

From NAMIC Wiki
Jump to: navigation, search
Line 1: Line 1:
 
The vtkCudaDataSet is a data-container used to communicate data structures between CUDA and host memory in an easy way.
 
The 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.
 
=Overview=
 
=Overview=
 
[[Image:VtkCudaDataSet.png]]
 
[[Image:VtkCudaDataSet.png]]

Revision as of 14:32, 4 January 2008

Home < Cuda:VtkCudaDataSet

The 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.

Overview

VtkCudaDataSet.png

Implementation

Used Cuda Functions