Simple internal structure keeping a cache of mesh points per shape.
Definition at line 45 of file TGeoChecker.h.
Public Attributes | |
| Int_t | fNPoints {0} |
| number of 3D points | |
| std::vector< Double_t > | fPoints |
| points components (size = 3*fNPoints) | |
#include <TGeoChecker.h>
| Int_t TGeoChecker::MeshPointsEntry::fNPoints {0} |
number of 3D points
Definition at line 46 of file TGeoChecker.h.
| std::vector<Double_t> TGeoChecker::MeshPointsEntry::fPoints |
points components (size = 3*fNPoints)
Definition at line 47 of file TGeoChecker.h.