#include <stdlib.h>
#include <string>
#include <iostream>
#include <sstream>
#include <vector>
#include <map>
#include <set>
#include <assert.h>
#include <iomanip>
#include <dirent.h>
#include <libgen.h>
#include <unistd.h>
#include "mfhdf.h"
#include "hdf.h"
#include "HDFSP.h"
#include <TheBESKeys.h>
#include <BESUtil.h>
#include <DDS.h>
#include <DAS.h>
#include <InternalErr.h>
#include "escaping.h"
Go to the source code of this file.
|
| int32 | INDEX_nD_TO_1D (const std::vector< int32 > &dims, const std::vector< int32 > &pos) |
| | This inline routine will translate N dimensions into 1 dimension. More...
|
| |
| #define MAX_NON_SCALE_SPECIAL_VALUE 65535 |
| #define MIN_NON_SCALE_SPECIAL_VALUE 65500 |
| int32 INDEX_nD_TO_1D |
( |
const std::vector< int32 > & |
dims, |
|
|
const std::vector< int32 > & |
pos |
|
) |
| |
|
inline |
This inline routine will translate N dimensions into 1 dimension.
Definition at line 235 of file HDFCFUtil.h.
References assert.