![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include <vector>#include <list>#include <algorithm>#include <Eigen/Dense>Go to the source code of this file.
Classes | |
| class | dcel2d::Vertex |
| class | dcel2d::Face |
| class | dcel2d::HalfEdge |
Namespaces | |
| reco | |
| Definition of utility objects for use in the 3D clustering for LArSoft. | |
| dcel2d | |
Typedefs | |
| using | dcel2d::Point = std::tuple< double, double, const reco::ClusterHit3D * > |
| Definitions used by the VoronoiDiagram algorithm. More... | |
| using | dcel2d::PointList = std::list< Point > |
| using | dcel2d::Coords = Eigen::Vector3f |
| using | dcel2d::VertexList = std::list< Vertex > |
| using | dcel2d::FaceList = std::list< Face > |
| using | dcel2d::HalfEdgeList = std::list< HalfEdge > |