Files
Renderive/Qt/plot/Explicit_Plot.h
T
2026-08-02 14:20:27 +08:00

12 lines
265 B
C++

#pragma once
#include "Core/flow/Render_Ticket.h"
#include "Plot.h"
namespace renderive {
class LIB_DECL Explicit_Plot : public Abs_Plot {
public:
Explicit_Plot();
~Explicit_Plot() override = default;
Render_Ticket replot();
};
} // namespace renderive