PRAgMaTIc  master
Classes | Macros | Typedefs
VTKTools.h File Reference
#include <vtkCellType.h>
#include <vtkXMLUnstructuredGridReader.h>
#include <vtkXMLPUnstructuredGridReader.h>
#include <vtkXMLUnstructuredGridWriter.h>
#include <vtkXMLPUnstructuredGridWriter.h>
#include <vtkUnstructuredGrid.h>
#include <vtkIntArray.h>
#include <vtkIdTypeArray.h>
#include <vtkUnsignedCharArray.h>
#include <vtkUnsignedIntArray.h>
#include <vtkDoubleArray.h>
#include <vtkCell.h>
#include <vtkPoints.h>
#include <vtkPointData.h>
#include <vtkDataArray.h>
#include <vtkCellData.h>
#include <vtkSmartPointer.h>
#include <vtkJPEGReader.h>
#include <vtkImageData.h>
#include <vtkDataSetTriangleFilter.h>
#include <vtkImageGaussianSmooth.h>
#include <vtkImageAnisotropicDiffusion2D.h>
#include <vector>
#include <string>
#include <cfloat>
#include <typeinfo>
#include "Mesh.h"
#include "MetricTensor.h"
#include "ElementProperty.h"
#include "metis.h"

Go to the source code of this file.

Classes

class  VTKTools< real_t >
 Toolkit for importing and exporting VTK files. This is mostly used as part of the internal unit testing framework and should not intended to be part of the public API. More...
 

Macros

#define vtkFloatingPointType   vtkFloatingPointType
 

Typedefs

typedef float vtkFloatingPointType
 

Macro Definition Documentation

Definition at line 66 of file VTKTools.h.

Typedef Documentation

typedef float vtkFloatingPointType

Definition at line 67 of file VTKTools.h.