VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
vtkpiston::vtk_polydata Struct Reference

#include <vtkPistonDataWrangling.h>

Public Attributes

int nPoints
 
int vertsPer
 
thrust::device_vector< float > * points
 
thrust::device_vector< float > * scalars
 
thrust::device_vector< float > * normals
 

Detailed Description

Definition at line 32 of file vtkPistonDataWrangling.h.

Member Data Documentation

int vtkpiston::vtk_polydata::nPoints

Definition at line 36 of file vtkPistonDataWrangling.h.

int vtkpiston::vtk_polydata::vertsPer

Definition at line 37 of file vtkPistonDataWrangling.h.

thrust::device_vector<float>* vtkpiston::vtk_polydata::points

Definition at line 38 of file vtkPistonDataWrangling.h.

thrust::device_vector<float>* vtkpiston::vtk_polydata::scalars

Definition at line 39 of file vtkPistonDataWrangling.h.

thrust::device_vector<float>* vtkpiston::vtk_polydata::normals

Definition at line 40 of file vtkPistonDataWrangling.h.


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