删除plot_core
This commit is contained in:
@@ -66,8 +66,8 @@ struct Waterfall_Control::Impl {
|
||||
Adaptive_Render_Partitioner partitioner;
|
||||
Waterfall_Prepare_Buffer prepare_buffer;
|
||||
};
|
||||
Waterfall_Control::Waterfall_Control(Plot_Core& plot, const Waterfall_Properties& properties, std::shared_ptr<Frequency_Axis> frequency_axis, std::shared_ptr<Time_Axis> time_axis)
|
||||
: Plottable_State(plot, properties), impl_(std::make_unique<Impl>(*this, std::move(frequency_axis), std::move(time_axis))) {}
|
||||
Waterfall_Control::Waterfall_Control(::Scene_Base& scene, const Waterfall_Properties& properties, std::shared_ptr<Frequency_Axis> frequency_axis, std::shared_ptr<Time_Axis> time_axis)
|
||||
: Plottable_State(scene, properties), impl_(std::make_unique<Impl>(*this, std::move(frequency_axis), std::move(time_axis))) {}
|
||||
Waterfall_Control::~Waterfall_Control() = default;
|
||||
void Waterfall_Control::append_row(int tick, std::span<const double> values) {
|
||||
const std::size_t limit = static_cast<std::size_t>(
|
||||
|
||||
Reference in New Issue
Block a user