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. | |
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. | |
Variables | |
const char * | k_maxSuffix |
The standard 'max' suffix - "_max". | |
const char * | k_minSuffix |
The standard 'min' suffix - "_min". | |
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(), FIELD3D_MTX_T, 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(), FIELD3D_MTX_T, and resample().
The standard 'min' suffix - "_min".
Definition at line 55 of file MinMaxUtil.cpp.
The standard 'max' suffix - "_max".
Definition at line 56 of file MinMaxUtil.cpp.