VTKFIG  0.20.20181114
Easy VTK based in situ visualization

Enum describing different possible data types.

Enumerator
NoType 
RectilinearGrid 
UnstructuredGrid 

Definition at line 284 of file vtkfigDataSet.h.

285  {
286  NoType=0,
287 
288  RectilinearGrid=1,
289 
290  UnstructuredGrid=2
291 
292  };