Kaspersky Neuromorphic Platform
1.0.0
API Reference
|
Representation of Cartesian coordinates. More...
#include <boost/geometry/geometries/point_xy.hpp>
#include <boost/geometry/geometries/point_xyz.hpp>
Go to the source code of this file.
Namespaces | |
namespace | knp |
General framework namespace. | |
namespace | knp::framework |
Framework namespace. | |
namespace | knp::framework::coordinates |
Namespace for framework coordinates. | |
namespace | knp::framework::coordinates::cartesian |
Namespace for Cartesian coordinates. | |
namespace | knp::framework::coordinates::cartesian::d2 |
Namespace for two-dimensional Cartesian coordinates. | |
namespace | knp::framework::coordinates::cartesian::d3 |
Namespace for three-dimensional Cartesian coordinates. | |
Typedefs | |
template<typename CoordinateType > | |
using | knp::framework::coordinates::cartesian::d2::coordinate = boost::geometry::model::d2::point_xy<CoordinateType> |
2D point coordinates. | |
template<typename CoordinateType > | |
using | knp::framework::coordinates::cartesian::d3::coordinate = boost::geometry::model::d3::point_xyz<CoordinateType> |
3D point coordinates. | |
Variables | |
constexpr char | knp::framework::coordinates::cartesian::d2::coordinate_tag_name [] {"ortho_coordinate_2d"} |
Predefined tag name for one coordinate. | |
constexpr char | knp::framework::coordinates::cartesian::d2::coordinate_array_tag_name [] {"ortho_coordinates_2d_array"} |
Predefined tag name for array of coordinates. | |
constexpr char | knp::framework::coordinates::cartesian::d3::coordinate_tag_name [] {"ortho_coordinate_3d"} |
Predefined tag name for one coordinate. | |
constexpr char | knp::framework::coordinates::cartesian::d3::coordinate_array_tag_name [] {"ortho_coordinates_3d_array"} |
Predefined tag name for array of coordinates. | |
Representation of Cartesian coordinates.
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.
Definition in file cartesian.h.