MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
Boxnode< DIM > Struct Template Reference

#include <kdtree.h>

Inheritance diagram for Boxnode< DIM >:
[legend]
Collaboration diagram for Boxnode< DIM >:
[legend]

Public Member Functions

 Boxnode ()
 
 Boxnode (Point< DIM > mylo, Point< DIM > myhi, MInt mymom, MInt myd1, MInt myd2, MInt myptlo, MInt mypthi)
 
- Public Member Functions inherited from Box< DIM >
 Box ()=default
 
 Box (const Point< DIM > &mylo, const Point< DIM > &myhi)
 

Public Attributes

MInt mom
 
MInt dau1
 
MInt dau2
 
MInt ptlo
 
MInt pthi
 
- Public Attributes inherited from Box< DIM >
Point< DIM > lo
 
Point< DIM > hi
 

Detailed Description

template<MInt DIM>
struct Boxnode< DIM >

Definition at line 28 of file kdtree.h.

Constructor & Destructor Documentation

◆ Boxnode() [1/2]

template<MInt DIM>
Boxnode< DIM >::Boxnode ( )
inline

Definition at line 30 of file kdtree.h.

30{}

◆ Boxnode() [2/2]

template<MInt DIM>
Boxnode< DIM >::Boxnode ( Point< DIM >  mylo,
Point< DIM >  myhi,
MInt  mymom,
MInt  myd1,
MInt  myd2,
MInt  myptlo,
MInt  mypthi 
)
inline

Definition at line 31 of file kdtree.h.

32 : Box<DIM>(mylo, myhi), mom(mymom), dau1(myd1), dau2(myd2), ptlo(myptlo), pthi(mypthi) {}
Definition: pointbox.h:48
MInt mom
Definition: kdtree.h:29
MInt ptlo
Definition: kdtree.h:29
MInt dau2
Definition: kdtree.h:29
MInt pthi
Definition: kdtree.h:29
MInt dau1
Definition: kdtree.h:29

Member Data Documentation

◆ dau1

template<MInt DIM>
MInt Boxnode< DIM >::dau1

Definition at line 29 of file kdtree.h.

◆ dau2

template<MInt DIM>
MInt Boxnode< DIM >::dau2

Definition at line 29 of file kdtree.h.

◆ mom

template<MInt DIM>
MInt Boxnode< DIM >::mom

Definition at line 29 of file kdtree.h.

◆ pthi

template<MInt DIM>
MInt Boxnode< DIM >::pthi

Definition at line 29 of file kdtree.h.

◆ ptlo

template<MInt DIM>
MInt Boxnode< DIM >::ptlo

Definition at line 29 of file kdtree.h.


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