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

Classes

class  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

◆ FormatTypeName

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

◆ ValueTypeName

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

Function Documentation

◆ quote()

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

Variable Documentation

◆ appended

const FormatTypeName esys::lsm::vtk::appended = "appended"
static

◆ ascii

const FormatTypeName esys::lsm::vtk::ascii = "ascii"
static

◆ binary

const FormatTypeName esys::lsm::vtk::binary = "binary"
static

◆ Float32

const ValueTypeName esys::lsm::vtk::Float32 = "Float32"
static

◆ Float64

const ValueTypeName esys::lsm::vtk::Float64 = "Float64"
static

◆ Int16

const ValueTypeName esys::lsm::vtk::Int16 = "Int16"
static

◆ Int32

const ValueTypeName esys::lsm::vtk::Int32 = "Int32"
static

◆ Int64

const ValueTypeName esys::lsm::vtk::Int64 = "Int64"
static

◆ UInt16

const ValueTypeName esys::lsm::vtk::UInt16 = "UInt16"
static

◆ UInt32

const ValueTypeName esys::lsm::vtk::UInt32 = "UInt32"
static

◆ UInt64

const ValueTypeName esys::lsm::vtk::UInt64 = "UInt64"
static

◆ UInt8

const ValueTypeName esys::lsm::vtk::UInt8 = "UInt8"
static