#include "Vector.H"
#include "Box.H"
#include "Interval.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Go to the source code of this file.
Typedefs | |
typedef long | hid_t |
Functions | |
template<class T> | |
void | dataTypes (Vector< hid_t > &a_types, const T &a_dummySpecializationArg) |
template<class T> | |
void | dataSize (const T &a_item, Vector< int > &a_sizes, const Box &a_box, const Interval &a_comps) |
template<class T> | |
void | write (const T &a_item, Vector< void * > &a_allocatedBuffers, const Box &a_box, const Interval &a_comps) |
template<class T> | |
void | read (T &a_item, Vector< void * > &a_allocatedBuffers, const Box &a_box, const Interval &a_comps) |
template<class T> | |
const char * | name (const T &a_dummySpecializationArg) |
typedef long hid_t |
void dataTypes | ( | Vector< hid_t > & | a_types, | |
const T & | a_dummySpecializationArg | |||
) | [inline] |
void dataSize | ( | const T & | a_item, | |
Vector< int > & | a_sizes, | |||
const Box & | a_box, | |||
const Interval & | a_comps | |||
) | [inline] |
void write | ( | const T & | a_item, | |
Vector< void * > & | a_allocatedBuffers, | |||
const Box & | a_box, | |||
const Interval & | a_comps | |||
) | [inline] |
void read | ( | T & | a_item, | |
Vector< void * > & | a_allocatedBuffers, | |||
const Box & | a_box, | |||
const Interval & | a_comps | |||
) | [inline] |
const char* name | ( | const T & | a_dummySpecializationArg | ) | [inline] |