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

#include <IndeterminateLeafNode.h>

+ Inheritance diagram for walberla::geometry::containment_octree::IndeterminateLeafNode< ContainmentOctreeT >:

Public Types

using DistanceObject = typename LeafNode<ContainmentOctreeT>::DistanceObject
 
using Scalar = typename LeafNode<ContainmentOctreeT>::Scalar
 
using Point = typename LeafNode<ContainmentOctreeT>::Point
 
using AABB = typename LeafNode<ContainmentOctreeT>::AABB
 
using KahanAccumulator = typename LeafNode<ContainmentOctreeT>::KahanAccumulator
 
- Public Types inherited from walberla::geometry::containment_octree::LeafNode< ContainmentOctreeT >
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

 IndeterminateLeafNode (const shared_ptr< const DistanceObject > &distanceObject, const Scalar epsilon)
 
 ~IndeterminateLeafNode () override=default
 
bool contains (const Point &p) const override
 
void numNodes (uint_t &, uint_t &, uint_t &numIndeterminate, uint_t &) const override
 
void volumes (KahanAccumulator &, KahanAccumulator &, KahanAccumulator &indeterminateVolume, Scalar volume) const override
 
- Public Member Functions inherited from walberla::geometry::containment_octree::LeafNode< ContainmentOctreeT >
 ~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
 

Protected Attributes

shared_ptr< const DistanceObjectdistanceObject_
 
Scalar sqEpsilon_
 

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::IndeterminateLeafNode< ContainmentOctreeT >::AABB = typename LeafNode<ContainmentOctreeT>::AABB

◆ DistanceObject

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

◆ KahanAccumulator

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

◆ Point

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

◆ Scalar

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

Constructor & Destructor Documentation

◆ IndeterminateLeafNode()

template<typename ContainmentOctreeT >
walberla::geometry::containment_octree::IndeterminateLeafNode< ContainmentOctreeT >::IndeterminateLeafNode ( const shared_ptr< const DistanceObject > & distanceObject,
const Scalar epsilon )
inline

◆ ~IndeterminateLeafNode()

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

Member Function Documentation

◆ contains()

template<typename ContainmentOctreeT >
bool walberla::geometry::containment_octree::IndeterminateLeafNode< ContainmentOctreeT >::contains ( const Point & p) const
inlineoverridevirtual

◆ numNodes()

template<typename ContainmentOctreeT >
void walberla::geometry::containment_octree::IndeterminateLeafNode< ContainmentOctreeT >::numNodes ( uint_t & ,
uint_t & ,
uint_t & numIndeterminate,
uint_t &  ) const
inlineoverridevirtual

◆ volumes()

template<typename ContainmentOctreeT >
void walberla::geometry::containment_octree::IndeterminateLeafNode< ContainmentOctreeT >::volumes ( KahanAccumulator & ,
KahanAccumulator & ,
KahanAccumulator & indeterminateVolume,
Scalar volume ) const
inlineoverridevirtual

Member Data Documentation

◆ distanceObject_

template<typename ContainmentOctreeT >
shared_ptr<const DistanceObject> walberla::geometry::containment_octree::IndeterminateLeafNode< ContainmentOctreeT >::distanceObject_
protected

◆ sqEpsilon_

template<typename ContainmentOctreeT >
Scalar walberla::geometry::containment_octree::IndeterminateLeafNode< ContainmentOctreeT >::sqEpsilon_
protected

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