Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGeoChecker::MeshPointsEntry Struct Reference

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_tfPoints
 points components (size = 3*fNPoints)
 

#include <TGeoChecker.h>

Member Data Documentation

◆ fNPoints

Int_t TGeoChecker::MeshPointsEntry::fNPoints {0}

number of 3D points

Definition at line 46 of file TGeoChecker.h.

◆ fPoints

std::vector<Double_t> TGeoChecker::MeshPointsEntry::fPoints

points components (size = 3*fNPoints)

Definition at line 47 of file TGeoChecker.h.

Collaboration diagram for TGeoChecker::MeshPointsEntry:
[legend]

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