Bayeux  3.4.1
Core Foundation library for SuperNEMO
Public Attributes | List of all members
geomtools::overlapping::overlap_info Struct Reference

Information about a detected overlap. More...

#include <bayeux/geomtools/overlapping.h>

Public Attributes

overlap_type type
 
std::string name_first
 Name of the first overlapping volume. More...
 
int item_first
 Copy number of the first overlapping volume. More...
 
std::string name_second
 Name of the second overlapping volume. More...
 
int item_second
 Copy number of the second overlapping volume. More...
 
vector_3d vertex
 Overlapping vertex. More...
 

Detailed Description

Information about a detected overlap.

Member Data Documentation

◆ item_first

int geomtools::overlapping::overlap_info::item_first

Copy number of the first overlapping volume.

◆ item_second

int geomtools::overlapping::overlap_info::item_second

Copy number of the second overlapping volume.

◆ name_first

std::string geomtools::overlapping::overlap_info::name_first

Name of the first overlapping volume.

◆ name_second

std::string geomtools::overlapping::overlap_info::name_second

Name of the second overlapping volume.

◆ type

overlap_type geomtools::overlapping::overlap_info::type

◆ vertex

vector_3d geomtools::overlapping::overlap_info::vertex

Overlapping vertex.


The documentation for this struct was generated from the following file: