MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
GeometryAdtNode Class Reference

#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...
 

Detailed Description

Part of the ADT implementation

For further details see geometryadt.h

Definition at line 16 of file geometryadtnode.h.

Member Function Documentation

◆ getStaticElementSize()

MInt GeometryAdtNode::getStaticElementSize ( )
inline

Definition at line 34 of file geometryadtnode.h.

34{ return 5 * sizeof(MInt) + 3 * sizeof(MFloat); };
int32_t MInt
Definition: maiatypes.h:62
double MFloat
Definition: maiatypes.h:52

Member Data Documentation

◆ m_a

MFloat GeometryAdtNode::m_a = MFloatNaN

Definition at line 26 of file geometryadtnode.h.

◆ m_b

MFloat GeometryAdtNode::m_b = MFloatNaN

Definition at line 29 of file geometryadtnode.h.

◆ m_depth

MInt GeometryAdtNode::m_depth = -1

Definition at line 21 of file geometryadtnode.h.

◆ m_element

MInt GeometryAdtNode::m_element = -1

Definition at line 32 of file geometryadtnode.h.

◆ m_leftSubtree

MInt GeometryAdtNode::m_leftSubtree = 0

Definition at line 19 of file geometryadtnode.h.

◆ m_parent

MInt GeometryAdtNode::m_parent = -1

Definition at line 18 of file geometryadtnode.h.

◆ m_partition

MFloat GeometryAdtNode::m_partition = MFloatNaN

Definition at line 23 of file geometryadtnode.h.

◆ m_rightSubtree

MInt GeometryAdtNode::m_rightSubtree = 0

Definition at line 20 of file geometryadtnode.h.


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