Noether  0.0.0
Loading...
Searching...
No Matches
types.h File Reference
#include <Eigen/Geometry>
#include <memory>
#include <vector>

Namespaces

namespace  noether
 [Plugins Example Simple]
 

Typedefs

using noether::ToolPathWaypoint = Eigen::Isometry3d
 A point on a surface that makes up part of a path.
 
using noether::ToolPathSegment = std::vector< Eigen::Isometry3d, Eigen::aligned_allocator< Eigen::Isometry3d > >
 A set of contiguous ToolPathWaypoint that lie on the same line created by a "slice" through a surface.
 
using noether::ToolPath = std::vector< ToolPathSegment >
 A set of ToolPathSegment that lie on the same line created by a tool path "slice", but are not connected (e.g. due to a hole in the mesh)
 
using noether::ToolPaths = std::vector< ToolPath >
 A set of ToolPath (i.e. rasters) generated by various slices through a surface.
 

Detailed Description

License
Software License Agreement (Apache License)
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.