|
Field3D
|
Contains MIP-related utility functions. More...
#include <vector>#include <boost/thread/thread.hpp>#include <boost/thread/mutex.hpp>#include "MIPUtil.h"#include "ns.h"Go to the source code of this file.
Functions | |
| template<typename MIPField_T > | |
| FIELD3D_NAMESPACE_OPEN std::pair< typename MIPField_T::Ptr, typename MIPField_T::Ptr > | makeMinMax (const typename MIPField_T::NestedType &base, const float resMult, const size_t numThreads) |
| Constructs a min/max MIP representation of the given field. More... | |
| template<typename MIPField_T > | |
| std::pair< typename MIPField_T::Ptr, typename MIPField_T::Ptr > | makeMinMax (const typename MIPField_T::NestedType &base, const float resMult, const size_t numThreads) |
| Constructs a min/max MIP representation of the given field. More... | |
Variables | |
| const char * | k_maxSuffix |
| The standard 'max' suffix - "_max". More... | |
| const char * | k_minSuffix |
| The standard 'min' suffix - "_min". More... | |
Contains MIP-related utility functions.
Definition in file MinMaxUtil.h.
| FIELD3D_NAMESPACE_OPEN std::pair< typename MIPField_T::Ptr, typename MIPField_T::Ptr > makeMinMax | ( | const typename MIPField_T::NestedType & | base, |
| const float | resMult, | ||
| const size_t | numThreads | ||
| ) |
Constructs a min/max MIP representation of the given field.
Definition at line 88 of file MinMaxUtil.h.
References FieldRes::dataWindow(), detail::max(), detail::min(), and resample().
| std::pair< typename MIPField_T::Ptr, typename MIPField_T::Ptr > makeMinMax | ( | const typename MIPField_T::NestedType & | base, |
| const float | resMult, | ||
| const size_t | numThreads | ||
| ) |
Constructs a min/max MIP representation of the given field.
Definition at line 88 of file MinMaxUtil.h.
References FieldRes::dataWindow(), detail::max(), detail::min(), and resample().
|
extern |
The standard 'min' suffix - "_min".
Definition at line 55 of file MinMaxUtil.cpp.
|
extern |
The standard 'max' suffix - "_max".
Definition at line 56 of file MinMaxUtil.cpp.