ESyS-Particle  2.3
esys::lsm::vtk Namespace Reference

Classes

singleton  DataArray
 
class  DataArray< NullDataType >
 
class  DataType
 
class  DataTypeTuple
 
class  Float32Type
 
class  Float64Type
 
class  Int32Type
 
class  Matrix3Type
 
class  NullDataType
 
class  Piece
 
class  StructuredGrid
 
class  StructuredPiece
 
class  UInt8Type
 
class  UnstructuredGrid
 
class  UnstructuredPiece
 
class  Vec3Type
 
class  XmlPiece
 

Typedefs

typedef std::string ValueTypeName
 
typedef std::string FormatTypeName
 

Functions

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

Variables

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

Typedef Documentation

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

Function Documentation

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

Variable Documentation

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