#include "NDPluginFile.h"
#include <napi.h>
#include <tinyxml.h>
Go to the source code of this file.
Classes | |
class | NDFileNexus |
Writes NDArrays in the NeXus file format. More... | |
Defines | |
#define | NDNexusFileVersion 1.0 |
#define | NDFileNexusTemplatePathString "TEMPLATE_FILE_PATH" |
#define | NDFileNexusTemplateFileString "TEMPLATE_FILE_NAME" |
#define | NDFileNexusTemplateValidString "TEMPLATE_FILE_VALID" |
#define | NUM_ND_FILE_NEXUS_PARAMS (sizeof(NDFileNexusParamString)/sizeof(NDFileNexusParamString[0])) |
#define | FIRST_NDFILE_NEXUS_PARAM NDFileNexusTemplatePath |
#define | LAST_NDFILE_NEXUS_PARAM NDFileNexusTemplateValid |
#define | NUM_NDFILE_NEXUS_PARAMS (&LAST_NDFILE_NEXUS_PARAM - &FIRST_NDFILE_NEXUS_PARAM + 1) |
#define FIRST_NDFILE_NEXUS_PARAM NDFileNexusTemplatePath |
#define LAST_NDFILE_NEXUS_PARAM NDFileNexusTemplateValid |
#define NDFileNexusTemplateFileString "TEMPLATE_FILE_NAME" |
#define NDFileNexusTemplatePathString "TEMPLATE_FILE_PATH" |
#define NDFileNexusTemplateValidString "TEMPLATE_FILE_VALID" |
#define NDNexusFileVersion 1.0 |
#define NUM_ND_FILE_NEXUS_PARAMS (sizeof(NDFileNexusParamString)/sizeof(NDFileNexusParamString[0])) |
#define NUM_NDFILE_NEXUS_PARAMS (&LAST_NDFILE_NEXUS_PARAM - &FIRST_NDFILE_NEXUS_PARAM + 1) |