Workspace 6.21.5
Classes | Namespaces | Typedefs | Functions
nameddimensionrange.h File Reference
#include <QCoreApplication>
#include <QtGlobal>
#include "Workspace/Application/LanguageUtils/variablelengtharray.h"
#include "Workspace/DataExecution/DataObjects/datafactorytraits.h"
#include "Workspace/DataExecution/DataObjects/objectgroup.h"
#include "Workspace/DataExecution/DataObjects/typedobject.h"
#include "DataAnalysis/dataanalysis_api.h"
#include "arraynddimensionlabels.h"
Include dependency graph for nameddimensionrange.h:
This graph shows which files directly or indirectly include this file:

Classes

class  NamedDimensionRange
 A name and range of a dimension, generally used with an ArrayNd object. More...
 

Namespaces

namespace  CSIRO
 Top level namespace for all Workspace code.
 
namespace  CSIRO::DataAnalysis
 Fundamental data analysis support.
 

Typedefs

using DimensionIndexList = Application::VariableLengthArray< NamedDimensionRange::size_type, 32 >
 Used for providing a list of indices for each dimension.
 
using NamedDimensionRangeList = QVector< NamedDimensionRange >
 A list of named dimension ranges.
 

Functions

NamedDimensionRange::size_type calcRangeListSize (const NamedDimensionRangeList &range)