Project
Loading...
Searching...
No Matches
o2::cad::OverlapSolidReport Struct Reference

One solid's sampling report; a shape with a poor display mesh shows here as reduced coverage. More...

#include <O2OverlapCheck.h>

Public Attributes

std::string name
 
std::string shapeClass
 
int requested = 0
 
int accepted = 0
 
int rejected = 0
 
double worstResidualCm = 0.
 the largest own-boundary distance among the accepted points
 
bool usedPointsOnSegments = false
 

Detailed Description

One solid's sampling report; a shape with a poor display mesh shows here as reduced coverage.

Definition at line 86 of file O2OverlapCheck.h.

Member Data Documentation

◆ accepted

int o2::cad::OverlapSolidReport::accepted = 0

Definition at line 90 of file O2OverlapCheck.h.

◆ name

std::string o2::cad::OverlapSolidReport::name

Definition at line 87 of file O2OverlapCheck.h.

◆ rejected

int o2::cad::OverlapSolidReport::rejected = 0

Definition at line 91 of file O2OverlapCheck.h.

◆ requested

int o2::cad::OverlapSolidReport::requested = 0

Definition at line 89 of file O2OverlapCheck.h.

◆ shapeClass

std::string o2::cad::OverlapSolidReport::shapeClass

Definition at line 88 of file O2OverlapCheck.h.

◆ usedPointsOnSegments

bool o2::cad::OverlapSolidReport::usedPointsOnSegments = false

Definition at line 93 of file O2OverlapCheck.h.

◆ worstResidualCm

double o2::cad::OverlapSolidReport::worstResidualCm = 0.

the largest own-boundary distance among the accepted points

Definition at line 92 of file O2OverlapCheck.h.


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