Workspace 6.21.5
|
#include <QVector3D>
#include "Workspace/Application/LanguageUtils/clonable.h"
#include "Workspace/Application/LanguageUtils/errorchecks.h"
#include "Workspace/DataExecution/DataObjects/datafactorytraits.h"
#include "Workspace/DataExecution/DataObjects/dataobject.h"
#include "Workspace/DataExecution/DataObjects/derivedtobaseadaptor.h"
#include "Workspace/DataExecution/DataObjects/enumtointadaptor.h"
#include "Workspace/DataExecution/DataObjects/simpleadaptor.h"
#include "Workspace/DataExecution/DataObjects/typeadaptor.h"
#include "Workspace/DataExecution/DataObjects/typeadaptorfactory.h"
#include "Workspace/DataExecution/DataObjects/typeddatafactory.h"
#include "DataAnalysis/dataanalysis_api.h"
#include "array3d.h"
Classes | |
class | Array3dNullTyped< T > |
class | Array3dTyped< T > |
Interface for reading from and writing to a 3d array of some type. More... | |
class | Array3dTypedAdaptor< ContainerType, T, Reader, Writer, DeepCopier > |
class | Array3dTypedReader< M, U > |
class | Array3dTypedWriter< M, U > |
class | DeepCopy< C > |
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::DataAnalysis |
Fundamental data analysis support. | |
Typedefs | |
using | Array3dInteger = Array3dTyped< int > |
using | Array3dNullInteger = Array3dNullTyped< int > |
using | Array3dNullScalar = Array3dNullTyped< double > |
using | Array3dScalar = Array3dTyped< double > |