20#include <nlohmann/json.hpp>
22using namespace::ROOT::Experimental;
51REveBoxSet::REveBoxSet(
const char*
n,
const char* t) :
84 default:
throw(eH +
"unexpected atom type.");
121 throw(eH +
"expect free box-type.");
124 memcpy(
b->fVertices, verts,
sizeof(
b->fVertices));
138 throw(eH +
"expect axis-aligned box-type.");
154 throw(eH +
"expect axis-aligned fixed-dimension box-type.");
169 throw(eH +
"expect cone box-type.");
184 static const REveException eH(
"REveBoxSet::AddEllipticCone ");
187 throw(eH +
"expect elliptic-cone box-type.");
204 static const REveException eH(
"REveBoxSet::AddEllipticCone ");
207 throw(eH +
"expect hex box-type.");
229 for (
int i=0; i<
n; ++i, bbps+=3)
250 for (
Int_t i = 0; i < 8; ++i)
278 Float_t mag2=0, mag2Max=0, rMax=0;
282 mag2 =
b.fDir.Mag2();
283 if (mag2>mag2Max) mag2Max=mag2;
284 if (
b.fR>rMax) rMax=
b.fR;
294 Float_t mag2=0, mag2Max=0, rMax=0;
298 mag2 =
b.fDir.Mag2();
299 if (mag2>mag2Max) mag2Max=mag2;
300 if (
b.fR > rMax) rMax =
b.fR;
301 if (
b.fR2 > rMax) rMax =
b.fR2;
327 throw(eH +
"unsupported box-type.");
364 int value =
c[0] +
c[1] * 256 +
c[2] * 256 * 256;
383 for (
int c = 0;
c < 8;
c++) {
384 for (
int j = 0; j < 3; j++)
408 default: assert(
false &&
"REveBoxSet::BuildRenderData only kBT_FreeBox type supported");
421 for(
Int_t i=0; i<nboxes; ++i)
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
Option_t Option_t TPoint TPoint angle
void AddEllipticCone(const REveVector &pos, const REveVector &dir, Float_t r, Float_t r2, Float_t angle=0)
Create a cone with apex at pos, axis dir and radius r.
void ComputeBBox() override
Fill bounding-box information of the base-class TAttBBox (virtual method).
void AddBox(const Float_t *verts)
Create a new box from a set of 8 vertices.
Int_t WriteCoreJson(nlohmann::json &j, Int_t rnr_offset) override
Fill core part of JSON representation.
void BuildRenderData() override
Creates 3D point array for rendering.
void Test(Int_t nboxes)
Fill the structure with a random set of boxes.
void AddCone(const REveVector &pos, const REveVector &dir, Float_t r)
Create a cone with apex at pos, axis dir and radius r.
void Reset()
Reset the data containers to zero size.
void AddHex(const REveVector &pos, Float_t r, Float_t angle, Float_t depth)
Create a hexagonal prism with center of one hexagon at pos, radius of hexagon vertices r,...
void WriteShapeData(REveDigitSet::DigitBase_t &digit)
Write shape data for different cases.
static Int_t SizeofAtom(EBoxType_e bt)
Return size of data-structure describing a box of type bt.
void Reset(Int_t atom_size, Int_t chunk_size)
Empty the container and reset it with given atom and chunk sizes.
Int_t WriteCoreJson(nlohmann::json &j, Int_t rnr_offset) override
Fill core part of JSON representation.
DigitBase_t * NewDigit()
Function providing highlight tooltips when always-sec-select is active.
bool IsDigitVisible(const DigitBase_t *) const
Utility function for maping digit idx with visible shape idx.
REveRGBAPalette * fPalette
void ReleaseIds()
Protected method.
void DigitValue(Int_t value)
Set signal value for the last digit added.
std::unique_ptr< REveRenderData > fRenderData
Externally assigned and controlled user data.
REveException Exception-type thrown by Eve classes.
Int_t GetFrameSize() const
Float_t * GetFramePoints() const
const UChar_t * ColorFromValue(Int_t val) const
static void CheckAndFixBoxOrientationFv(Float_t box[8][3])
Make sure box orientation is consistent with standard arrangement.
static void ColorFromIdx(Color_t ci, UChar_t col[4], Bool_t alpha=kTRUE)
Fill col with RGBA values corresponding to index ci.
void BBoxCheckPoint(Float_t x, Float_t y, Float_t z)
void BBoxZero(Float_t epsilon=0, Float_t x=0, Float_t y=0, Float_t z=0)
Create cube of volume (2*epsilon)^3 at (x,y,z).
void BBoxInit(Float_t infinity=1e6)
Dynamic Float_t[6] X(min,max), Y(min,max), Z(min,max)
This is the base class for the ROOT Random number generators.
virtual Double_t Uniform(Double_t x1=1)
Returns a uniform deviate on the interval (0, x1).
virtual UInt_t Integer(UInt_t imax)
Returns a random integer uniformly distributed on the interval [ 0, imax-1 ].
void box(Int_t pat, Double_t x1, Double_t y1, Double_t x2, Double_t y2)
Short_t Max(Short_t a, Short_t b)
Returns the largest of a and b.
Double_t Sqrt(Double_t x)
Returns the square root of x.
Bool_t next()
Go to next atom.