|
Re: BoundingRect Height
Thanks for the help. If I know a particle location in the vector like
int particle
vector->at(particle); //particle is the particle number i want
is the correct sysntax to get the boundingrect height
ParticleAnalysisReport& par = (*vector)[particle];
int h= par.boundingRect.height;
|