| 
    VTK
    
   | 
 
Lower level handle on GPU resident data. More...
#include <vtkPistonReference.h>
Public Member Functions | |
| vtkPistonReference () | |
| ~vtkPistonReference () | |
| vtkPistonReference (vtkPistonReference *other) | |
Public Attributes | |
| vtkMTimeType | 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 39 of file vtkPistonReference.h.
      
  | 
  inline | 
Definition at line 42 of file vtkPistonReference.h.
      
  | 
  inline | 
Definition at line 48 of file vtkPistonReference.h.
      
  | 
  inline | 
Definition at line 54 of file vtkPistonReference.h.
| vtkMTimeType vtkPistonReference::mtime | 
Definition at line 60 of file vtkPistonReference.h.
| int vtkPistonReference::type | 
Definition at line 61 of file vtkPistonReference.h.
| void* vtkPistonReference::data | 
Definition at line 62 of file vtkPistonReference.h.
 1.8.9.1