VTK
Public Member Functions | Public Attributes | List of all members
vtkPistonReference Class Reference

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
 

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

vtkPistonReference::vtkPistonReference ( )
inline

Definition at line 41 of file vtkPistonReference.h.

vtkPistonReference::~vtkPistonReference ( )
inline

Definition at line 47 of file vtkPistonReference.h.

vtkPistonReference::vtkPistonReference ( vtkPistonReference other)
inline

Definition at line 53 of file vtkPistonReference.h.

Member Data Documentation

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.


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