MAIA bb96820c
Multiphysics at AIA
|
#include <geometryadtnode.h>
Public Member Functions | |
MInt | getStaticElementSize () |
Public Attributes | |
MInt | m_parent = -1 |
MInt | m_leftSubtree = 0 |
MInt | m_rightSubtree = 0 |
MInt | m_depth = -1 |
MFloat | m_partition = MFloatNaN |
MFloat | m_a = MFloatNaN |
Holds the minimum value. More... | |
MFloat | m_b = MFloatNaN |
Holds the maximum value. More... | |
MInt | m_element = -1 |
Holds the id of the connected element. More... | |
Part of the ADT implementation
For further details see geometryadt.h
Definition at line 16 of file geometryadtnode.h.
|
inline |
Definition at line 34 of file geometryadtnode.h.
MFloat GeometryAdtNode::m_a = MFloatNaN |
Definition at line 26 of file geometryadtnode.h.
MFloat GeometryAdtNode::m_b = MFloatNaN |
Definition at line 29 of file geometryadtnode.h.
MInt GeometryAdtNode::m_depth = -1 |
Definition at line 21 of file geometryadtnode.h.
MInt GeometryAdtNode::m_element = -1 |
Definition at line 32 of file geometryadtnode.h.
MInt GeometryAdtNode::m_leftSubtree = 0 |
Definition at line 19 of file geometryadtnode.h.
MInt GeometryAdtNode::m_parent = -1 |
Definition at line 18 of file geometryadtnode.h.
MFloat GeometryAdtNode::m_partition = MFloatNaN |
Definition at line 23 of file geometryadtnode.h.
MInt GeometryAdtNode::m_rightSubtree = 0 |
Definition at line 20 of file geometryadtnode.h.