Workspace 6.21.5
Classes | Namespaces
arraynd.h File Reference
#include <iostream>
#include <iterator>
#include <QCoreApplication>
#include <QPair>
#include <QVariant>
#include <QtAlgorithms>
#include "Workspace/Application/LanguageUtils/clonable.h"
#include "Workspace/Application/LanguageUtils/streamqstring.h"
#include "Workspace/DataExecution/DataObjects/datafactorytraits.h"
#include "Workspace/DataExecution/DataObjects/derivedtobaseadaptor.h"
#include "Workspace/DataExecution/DataObjects/typedobject.h"
#include "DataAnalysis/dataanalysis_api.h"
#include "arraynddimensionlabels.h"
#include "datacollection.h"
#include "nameddimensionrange.h"
Include dependency graph for arraynd.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ArrayNd
 An interface to an n-dimensional array of a single workspace data type. More...
 
class  ArrayNdEmpty
 An empty implementation of an ArrayNd object which will be created by default for all DataObjects. More...
 
class  ArrayNdTyped< T >
 An interface to an ArrayNd object which contains data of a specific type. More...
 
struct  AssignDataType< DataAnalysis::ArrayNd >
 
class  ArrayNd::const_iterator
 
class  ArrayNd::const_iterator_range
 Represents a pair of iterators that bound a range of data (i.e. the begin and end corners of a multi-dimensional cube of data). More...
 
class  DimensionIndexLessThan
 

Namespaces

namespace  CSIRO
 Top level namespace for all Workspace code.
 
namespace  CSIRO::DataAnalysis
 Fundamental data analysis support.
 
namespace  CSIRO::DataExecution
 Base workspace functionality not requiring a user interface.