COVISE Core
Classes | Namespaces | Typedefs | Functions
coDoData.h File Reference
#include "coDistributedObject.h"
Include dependency graph for coDoData.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  covise::coDoAbstractData
 
class  covise::coDoScalarData< ValueType, typenum, typetag >
 
class  covise::coDoRGBA
 
class  covise::coDoVec2
 
class  covise::coDoVec3
 
class  covise::coDoMat3
 
class  covise::coDoTensor
 

Namespaces

namespace  covise
 list of all chemical elements
 

Typedefs

typedef coDoScalarData< float, FLOATSHMARRAY, USTSDT > covise::coDoFloat
 
typedef coDoScalarData< int, INTSHMARRAY, INTDT > covise::coDoInt
 
typedef coDoScalarData< unsigned char, CHARSHMARRAY, BYTEDT > covise::coDoByte
 

Functions

int covise::coIndex (const int i[3], const int dims[3])
 
int covise::coIndex (int i, int j, int k, int im, int jm, int km)
 
int covise::coIndex (int i, int j, int k, const int dims[3])