| absMin() const | Mantid::MDAlgorithms::MDWSDescription | inline |
| addLogData(Kernel::Property *p) | Mantid::API::LogManager | inline |
| addLogData(std::unique_ptr< Kernel::Property > p, bool overwrite=false) | Mantid::API::LogManager | inline |
| addProperty(Kernel::Property *prop, bool overwrite=false) | Mantid::API::LogManager | inline |
| addProperty(std::unique_ptr< Kernel::Property > prop, bool overwrite=false) | Mantid::API::LogManager | |
| addProperty(const std::string &name, const TYPE &value, bool overwrite=false) | Mantid::API::LogManager | |
| addProperty(const std::string &name, const TYPE &value, const std::string &units, bool overwrite=false) | Mantid::API::LogManager | |
| AlgID | Mantid::MDAlgorithms::MDWSDescription | |
| buildFromMatrixWS(const API::MatrixWorkspace_sptr &pWS, const std::string &QMode, const std::string &dEMode, const std::vector< std::string > &dimPropertyNames=std::vector< std::string >()) | Mantid::MDAlgorithms::MDWSDescription | |
| buildFromMDWS(const API::IMDEventWorkspace_const_sptr &pWS) | Mantid::MDAlgorithms::MDWSDescription | |
| checkMinMaxNdimConsistent(const std::vector< double > &minVal, const std::vector< double > &maxVal) | Mantid::MDAlgorithms::MDWSDescription | static |
| checkWSCorresponsMDWorkspace(const MDWSDescription &NewMDWorkspaceD) | Mantid::MDAlgorithms::MDWSDescription | |
| clearLogs() | Mantid::API::LogManager | |
| clearOutdatedTimeSeriesLogValues() | Mantid::API::LogManager | |
| clearTimeSeriesLogs() | Mantid::API::LogManager | |
| endTime() const | Mantid::API::LogManager | |
| fillAddProperties(const Mantid::API::MatrixWorkspace_const_sptr &inWS2D, const std::vector< std::string > &dimPropertyNames, std::vector< coord_t > &AddCoord) | Mantid::MDAlgorithms::MDWSDescription | static |
| filterByLog(const Kernel::TimeSeriesProperty< bool > &filter, const std::vector< std::string > &excludedFromFiltering=std::vector< std::string >()) | Mantid::API::LogManager | |
| filterByTime(const Types::Core::DateAndTime start, const Types::Core::DateAndTime stop) | Mantid::API::LogManager | virtual |
| getAddCoord() const | Mantid::MDAlgorithms::MDWSDescription | inline |
| getCoordinateSystem() const | Mantid::MDAlgorithms::MDWSDescription | |
| getDimIDs() const | Mantid::MDAlgorithms::MDWSDescription | inline |
| getDimMax() const | Mantid::MDAlgorithms::MDWSDescription | inline |
| getDimMin() const | Mantid::MDAlgorithms::MDWSDescription | inline |
| getDimNames() const | Mantid::MDAlgorithms::MDWSDescription | inline |
| getDimUnits() const | Mantid::MDAlgorithms::MDWSDescription | inline |
| getEMode() const | Mantid::MDAlgorithms::MDWSDescription | inline |
| getEModeStr() const | Mantid::MDAlgorithms::MDWSDescription | |
| getFrame(size_t d) const | Mantid::MDAlgorithms::MDWSDescription | |
| getGoniometerMatr() const | Mantid::MDAlgorithms::MDWSDescription | |
| getInvalidValuesFilter(const std::string &logName) const | Mantid::API::LogManager | |
| getInvalidValuesFilterLogName(const std::string &logName) | Mantid::API::LogManager | static |
| getInWS() const | Mantid::MDAlgorithms::MDWSDescription | inline |
| getLattice() const | Mantid::MDAlgorithms::MDWSDescription | inline |
| getLogAsSingleValue(const std::string &name, Kernel::Math::StatisticType statistic=Kernel::Math::Mean) const | Mantid::API::LogManager | inline |
| getLogData(const std::string &name) const | Mantid::API::LogManager | inline |
| getLogData() const | Mantid::API::LogManager | inline |
| getMemorySize() const | Mantid::API::LogManager | virtual |
| getMinMax(std::vector< double > &min, std::vector< double > &max) const | Mantid::MDAlgorithms::MDWSDescription | |
| getNBins() const | Mantid::MDAlgorithms::MDWSDescription | inline |
| getOrientedLattice(const Mantid::API::MatrixWorkspace_const_sptr &inWS2D) | Mantid::MDAlgorithms::MDWSDescription | static |
| getProperties() const | Mantid::API::LogManager | |
| getProperty(const std::string &name) const | Mantid::API::LogManager | |
| getPropertyAsIntegerValue(const std::string &name) const | Mantid::API::LogManager | |
| getPropertyAsSingleValue(const std::string &name, Kernel::Math::StatisticType statistic=Kernel::Math::Mean) const | Mantid::API::LogManager | |
| getPropertyValueAsType(const std::string &name) const | Mantid::API::LogManager | |
| getQMode() const | Mantid::MDAlgorithms::MDWSDescription | inline |
| getTimeAveragedStd(const std::string &name) const | Mantid::API::LogManager | |
| getTimeSeriesProperty(const std::string &name) const | Mantid::API::LogManager | |
| getTransfMatrix() const | Mantid::MDAlgorithms::MDWSDescription | inline |
| getWSName() const | Mantid::MDAlgorithms::MDWSDescription | inline |
| hasGoniometer() const | Mantid::MDAlgorithms::MDWSDescription | |
| hasInvalidValuesFilter(const std::string &logName) const | Mantid::API::LogManager | |
| hasLattice() const | Mantid::MDAlgorithms::MDWSDescription | |
| hasProperty(const std::string &name) const | Mantid::API::LogManager | |
| isLorentsCorrections() const | Mantid::MDAlgorithms::MDWSDescription | inline |
| isPowder() const | Mantid::MDAlgorithms::MDWSDescription | |
| isQ3DMode() const | Mantid::MDAlgorithms::MDWSDescription | |
| loadNexus(::NeXus::File *file, const std::string &group, const Mantid::Kernel::NexusHDF5Descriptor &fileInfo, const std::string &prefix, bool keepOpen=false) | Mantid::API::LogManager | virtual |
| loadNexus(::NeXus::File *file, const std::string &group, bool keepOpen=false) | Mantid::API::LogManager | virtual |
| loadNexus(::NeXus::File *file, const Mantid::Kernel::NexusHDF5Descriptor &fileInfo, const std::string &prefix) | Mantid::API::LogManager | protected |
| loadNexus(::NeXus::File *file, const std::map< std::string, std::string > &entries) | Mantid::API::LogManager | protected |
| LogManager() | Mantid::API::LogManager | |
| LogManager(const LogManager &other) | Mantid::API::LogManager | |
| m_AbsMin | Mantid::MDAlgorithms::MDWSDescription | protected |
| m_AddCoord | Mantid::MDAlgorithms::MDWSDescription | protected |
| m_buildingNewWorkspace | Mantid::MDAlgorithms::MDWSDescription | |
| m_coordinateSystem | Mantid::MDAlgorithms::MDWSDescription | private |
| m_DimIDs | Mantid::MDAlgorithms::MDWSDescription | protected |
| m_DimMax | Mantid::MDAlgorithms::MDWSDescription | protected |
| m_DimMin | Mantid::MDAlgorithms::MDWSDescription | protected |
| m_DimNames | Mantid::MDAlgorithms::MDWSDescription | protected |
| m_DimUnits | Mantid::MDAlgorithms::MDWSDescription | protected |
| m_Emode | Mantid::MDAlgorithms::MDWSDescription | protected |
| m_frameKey | Mantid::MDAlgorithms::MDWSDescription | private |
| m_InWS | Mantid::MDAlgorithms::MDWSDescription | protected |
| m_LorentzCorr | Mantid::MDAlgorithms::MDWSDescription | protected |
| m_manager | Mantid::API::LogManager | protected |
| m_NBins | Mantid::MDAlgorithms::MDWSDescription | protected |
| m_NDims | Mantid::MDAlgorithms::MDWSDescription | protected |
| m_PreprDetTable | Mantid::MDAlgorithms::MDWSDescription | |
| m_RotMatrix | Mantid::MDAlgorithms::MDWSDescription | |
| m_singleValueCache | Mantid::API::LogManager | private |
| m_Wtransf | Mantid::MDAlgorithms::MDWSDescription | |
| MDWSDescription(unsigned int nDimensions=0) | Mantid::MDAlgorithms::MDWSDescription | |
| nDimensions() const | Mantid::MDAlgorithms::MDWSDescription | inline |
| operator!=(const LogManager &other) const | Mantid::API::LogManager | |
| operator=(const LogManager &other) | Mantid::API::LogManager | |
| operator==(const LogManager &other) const | Mantid::API::LogManager | |
| PROTON_CHARGE_LOG_NAME | Mantid::API::LogManager | protectedstatic |
| removeLogData(const std::string &name, const bool delproperty=true) | Mantid::API::LogManager | inline |
| removeProperty(const std::string &name, bool delProperty=true) | Mantid::API::LogManager | |
| resizeDimDescriptions(unsigned int nDimensions, size_t nBins=10) | Mantid::MDAlgorithms::MDWSDescription | protected |
| saveNexus(::NeXus::File *file, const std::string &group, bool keepOpen=false) const | Mantid::API::LogManager | virtual |
| setAbsMin(double absMin) | Mantid::MDAlgorithms::MDWSDescription | inline |
| setCoordinateSystem(const Mantid::Kernel::SpecialCoordinateSystem system) | Mantid::MDAlgorithms::MDWSDescription | |
| setDimName(unsigned int nDim, const std::string &Name) | Mantid::MDAlgorithms::MDWSDescription | |
| setDimUnit(unsigned int nDim, const std::string &Unit) | Mantid::MDAlgorithms::MDWSDescription | |
| setFrame(const std::string &frameKey) | Mantid::MDAlgorithms::MDWSDescription | |
| setLorentsCorr(bool On=false) | Mantid::MDAlgorithms::MDWSDescription | inline |
| setMinMax(const std::vector< double > &minVal, const std::vector< double > &maxVal) | Mantid::MDAlgorithms::MDWSDescription | |
| setNumBins(const std::vector< int > &nBins_toSplit) | Mantid::MDAlgorithms::MDWSDescription | |
| setStartAndEndTime(const Types::Core::DateAndTime &start, const Types::Core::DateAndTime &end) | Mantid::API::LogManager | |
| setUpMissingParameters(const MDWSDescription &SourceMatrWS) | Mantid::MDAlgorithms::MDWSDescription | |
| setWS(API::MatrixWorkspace_sptr otherMatrixWS) | Mantid::MDAlgorithms::MDWSDescription | |
| splitByTime(Kernel::TimeSplitterType &splitter, std::vector< LogManager * > outputs) const | Mantid::API::LogManager | virtual |
| startTime() const | Mantid::API::LogManager | |
| ~LogManager() | Mantid::API::LogManager | virtual |