waLBerla 7.3
Loading...
Searching...
No Matches
walberla::geometry::containment_octree::LeafNode< ContainmentOctreeT > Class Template Reference

#include <LeafNode.h>

Inheritance diagram for walberla::geometry::containment_octree::LeafNode< ContainmentOctreeT >:

Public Types

using DistanceObject = typename Node<ContainmentOctreeT>::DistanceObject
using Scalar = typename Node<ContainmentOctreeT>::Scalar
using Point = typename Node<ContainmentOctreeT>::Point
using AABB = typename Node<ContainmentOctreeT>::AABB
using KahanAccumulator = typename Node<ContainmentOctreeT>::KahanAccumulator
Public Types inherited from walberla::geometry::containment_octree::Node< ContainmentOctreeT >
using Point = typename ContainmentOctreeT::Point
using Scalar = typename ContainmentOctreeT::Scalar
using AABB = typename ContainmentOctreeT::AABB
using DistanceObject = typename ContainmentOctreeT::DistanceObject
using KahanAccumulator = typename ContainmentOctreeT::KahanAccumulator

Public Member Functions

 ~LeafNode () override=default
uint_t height () const override
uint_t numNodes () const override
uint_t numChildren () const override
const Node< ContainmentOctreeT > * getChild (const uint_t) const override
Public Member Functions inherited from walberla::geometry::containment_octree::Node< ContainmentOctreeT >
virtual ~Node ()=default
virtual bool contains (const Point &p) const =0
virtual void numNodes (uint_t &numInside, uint_t &numOutside, uint_t &numIndeterminate, uint_t &numBranch) const =0
virtual void volumes (KahanAccumulator &insideVolume, KahanAccumulator &outsideVolume, KahanAccumulator &indeterminateVolume, Scalar volume) const =0

Additional Inherited Members

Static Public Member Functions inherited from walberla::geometry::containment_octree::Node< ContainmentOctreeT >
static Point toPoint (const Vector3< real_t > &p)
static Vector3< real_tfromPoint (const Point &p)
static Scalar toScalar (const real_t &x)
static real_t fromScalar (const Scalar &x)

Member Typedef Documentation

◆ AABB

template<typename ContainmentOctreeT>
using walberla::geometry::containment_octree::LeafNode< ContainmentOctreeT >::AABB = typename Node<ContainmentOctreeT>::AABB

◆ DistanceObject

template<typename ContainmentOctreeT>
using walberla::geometry::containment_octree::LeafNode< ContainmentOctreeT >::DistanceObject = typename Node<ContainmentOctreeT>::DistanceObject

◆ KahanAccumulator

template<typename ContainmentOctreeT>
using walberla::geometry::containment_octree::LeafNode< ContainmentOctreeT >::KahanAccumulator = typename Node<ContainmentOctreeT>::KahanAccumulator

◆ Point

template<typename ContainmentOctreeT>
using walberla::geometry::containment_octree::LeafNode< ContainmentOctreeT >::Point = typename Node<ContainmentOctreeT>::Point

◆ Scalar

template<typename ContainmentOctreeT>
using walberla::geometry::containment_octree::LeafNode< ContainmentOctreeT >::Scalar = typename Node<ContainmentOctreeT>::Scalar

Constructor & Destructor Documentation

◆ ~LeafNode()

template<typename ContainmentOctreeT>
walberla::geometry::containment_octree::LeafNode< ContainmentOctreeT >::~LeafNode ( )
overridedefault

Member Function Documentation

◆ getChild()

template<typename ContainmentOctreeT>
const Node< ContainmentOctreeT > * walberla::geometry::containment_octree::LeafNode< ContainmentOctreeT >::getChild ( const uint_t ) const
inlineoverridevirtual

◆ height()

template<typename ContainmentOctreeT>
uint_t walberla::geometry::containment_octree::LeafNode< ContainmentOctreeT >::height ( ) const
inlineoverridevirtual

◆ numChildren()

template<typename ContainmentOctreeT>
uint_t walberla::geometry::containment_octree::LeafNode< ContainmentOctreeT >::numChildren ( ) const
inlineoverridevirtual

◆ numNodes()

template<typename ContainmentOctreeT>
uint_t walberla::geometry::containment_octree::LeafNode< ContainmentOctreeT >::numNodes ( ) const
inlineoverridevirtual

The documentation for this class was generated from the following file:
  • /builds/administration/walberla-website/walberla/src/geometry/containment_octree/LeafNode.h