Horizon
src
core
tools
tool_helper_plane.hpp
1
#pragma once
2
#include "core/tool.hpp"
3
4
namespace
horizon {
5
class
ToolHelperPlane
:
public
virtual
ToolBase
{
6
protected
:
7
void
plane_init(
class
Polygon
&poly);
8
void
plane_finish();
9
10
private
:
11
class
Plane
*plane =
nullptr
;
12
};
13
}
// namespace horizon
horizon::Plane
Definition:
plane.hpp:39
horizon::Polygon
Polygon used in Padstack, Package and Board for specifying filled Regions.
Definition:
polygon.hpp:27
horizon::ToolBase
Common interface for all Tools.
Definition:
tool.hpp:121
horizon::ToolHelperPlane
Definition:
tool_helper_plane.hpp:5
Generated by
1.9.1