VTK
Public Member Functions | Public Attributes
vtkPistonReference Class Reference

Lower level handle on GPU resident data. More...

#include <vtkPistonReference.h>

List of all members.

Public Member Functions

 vtkPistonReference ()
 ~vtkPistonReference ()
 vtkPistonReference (vtkPistonReference *other)

Public Attributes

unsigned long int mtime
int type
void * data

Detailed Description

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.

See also:
vtkPistonDataObject

Definition at line 38 of file vtkPistonReference.h.


Constructor & Destructor Documentation

Definition at line 41 of file vtkPistonReference.h.

Definition at line 46 of file vtkPistonReference.h.

Definition at line 52 of file vtkPistonReference.h.


Member Data Documentation

Definition at line 58 of file vtkPistonReference.h.

Definition at line 59 of file vtkPistonReference.h.

Definition at line 60 of file vtkPistonReference.h.


The documentation for this class was generated from the following file: