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.
vtkPistonReference::vtkPistonReference | ( | ) | [inline] |
Definition at line 41 of file vtkPistonReference.h.
vtkPistonReference::~vtkPistonReference | ( | ) | [inline] |
Definition at line 46 of file vtkPistonReference.h.
vtkPistonReference::vtkPistonReference | ( | vtkPistonReference * | other | ) | [inline] |
Definition at line 52 of file vtkPistonReference.h.
unsigned long int vtkPistonReference::mtime |
Definition at line 58 of file vtkPistonReference.h.
Definition at line 59 of file vtkPistonReference.h.
void* vtkPistonReference::data |
Definition at line 60 of file vtkPistonReference.h.