LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Classes | |
class | Face |
class | HalfEdge |
class | Vertex |
Typedefs | |
using | Point = std::tuple< double, double, const reco::ClusterHit3D * > |
Definitions used by the VoronoiDiagram algorithm. More... | |
using | PointList = std::list< Point > |
using | Coords = Eigen::Vector3f |
using | VertexList = std::list< Vertex > |
using | FaceList = std::list< Face > |
using | HalfEdgeList = std::list< HalfEdge > |
using dcel2d::Coords = typedef Eigen::Vector3f |
using dcel2d::FaceList = typedef std::list<Face> |
using dcel2d::HalfEdgeList = typedef std::list<HalfEdge> |
using dcel2d::Point = typedef std::tuple<double, double, const reco::ClusterHit3D*> |
using dcel2d::PointList = typedef std::list<Point> |
using dcel2d::VertexList = typedef std::list<Vertex> |