#include <memory>
#include <vector>
#include "base/DPBuffer.h"
Go to the source code of this file.
|
| | dp3 |
| | This file has generic helper routines for testing steps.
|
| |
| | dp3::ddecal |
| |
|
| void | dp3::ddecal::AssignAndWeight (std::vector< std::unique_ptr< base::DPBuffer >> &unweighted_buffers, const std::vector< std::string > &direction_names, std::vector< base::DPBuffer > &weighted_buffers, bool keep_unweighted_model_data, bool linear_weighting_mode) |
| |
| void | dp3::ddecal::Weigh (const base::DPBuffer::DataType &in, base::DPBuffer::DataType &out, const base::DPBuffer::WeightsType &weights) |
| |