TECA
The Toolkit for Extreme Climate Analysis
teca_vtk_util.h File Reference
#include "teca_config.h"
#include "teca_cartesian_mesh.h"
Include dependency graph for teca_vtk_util.h:

Go to the source code of this file.

Namespaces

 teca_vtk_util
 Codes dealing with VTK.
 

Typedefs

using vtkFloatArray = void *
 
using vtkDoubleArray = void *
 
using vtkCharArray = void *
 
using vtkUnsignedCharArray = void *
 
using vtkShortArray = void *
 
using vtkUnsignedShortArray = void *
 
using vtkIntArray = void *
 
using vtkUnsignedIntArray = void *
 
using vtkLongArray = void *
 
using vtkUnsignedLongArray = void *
 
using vtkLongLongArray = void *
 
using vtkUnsignedLongLongArray = void *
 

Functions

TECA_EXPORT int teca_vtk_util::deep_copy (vtkRectilinearGrid *output, const_p_teca_cartesian_mesh input)
 deep copy input mesh into the VTK object. More...