|
VTK
|
Lower level handle on GPU resident data. More...
#include <vtkPistonReference.h>
Public Member Functions | |
| vtkPistonReference () | |
| ~vtkPistonReference () | |
| vtkPistonReference (vtkPistonReference *other) | |
Public Attributes | |
| unsigned long int | mtime |
| int | type |
| void * | data |
Lower level handle on GPU resident data.
This class is internal storage for the vtkPistonDataObject class. Essentially this is just a handle, in the form of an opaque void pointer, with enough contextual information to determine what is actually pointed to in order for to cast it back into a usable form. The .cu files use this directly instead of vtkPistonDataObject to keep the GPU/CPU code conceptually distinct.
Definition at line 38 of file vtkPistonReference.h.
|
inline |
Definition at line 41 of file vtkPistonReference.h.
|
inline |
Definition at line 47 of file vtkPistonReference.h.
|
inline |
Definition at line 53 of file vtkPistonReference.h.
| unsigned long int vtkPistonReference::mtime |
Definition at line 59 of file vtkPistonReference.h.
| int vtkPistonReference::type |
Definition at line 60 of file vtkPistonReference.h.
| void* vtkPistonReference::data |
Definition at line 61 of file vtkPistonReference.h.
1.8.9.1