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

Classes

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

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