ESyS-Particle  2.3.4
VtkDataType.h File Reference
#include <vector>
#include <map>
#include <iostream>
#include <sstream>
#include "Foundation/vec3.h"
#include "Foundation/Matrix3.h"
Include dependency graph for VtkDataType.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  esys::lsm::vtk::DataType< TmplValueType >
 
class  esys::lsm::vtk::Float64Type
 
class  esys::lsm::vtk::Float32Type
 
class  esys::lsm::vtk::UInt8Type
 
class  esys::lsm::vtk::Int32Type
 
class  esys::lsm::vtk::Vec3Type
 
class  esys::lsm::vtk::Matrix3Type
 

Namespaces

 esys
 
 esys::lsm
 Lattice Solid Model namespace.
 
 esys::lsm::vtk
 

Typedefs

typedef std::string esys::lsm::vtk::ValueTypeName
 
typedef std::string esys::lsm::vtk::FormatTypeName
 

Functions

template<typename TmplType >
std::string esys::lsm::vtk::quote (const TmplType &thing)
 

Variables

static const ValueTypeName esys::lsm::vtk::UInt8 = "UInt8"
 
static const ValueTypeName esys::lsm::vtk::Int16 = "Int16"
 
static const ValueTypeName esys::lsm::vtk::UInt16 = "UInt16"
 
static const ValueTypeName esys::lsm::vtk::Int32 = "Int32"
 
static const ValueTypeName esys::lsm::vtk::UInt32 = "UInt32"
 
static const ValueTypeName esys::lsm::vtk::Int64 = "Int64"
 
static const ValueTypeName esys::lsm::vtk::UInt64 = "UInt64"
 
static const ValueTypeName esys::lsm::vtk::Float32 = "Float32"
 
static const ValueTypeName esys::lsm::vtk::Float64 = "Float64"
 
static const FormatTypeName esys::lsm::vtk::ascii = "ascii"
 
static const FormatTypeName esys::lsm::vtk::binary = "binary"
 
static const FormatTypeName esys::lsm::vtk::appended = "appended"