AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
axom::quest::detail::InOutOctreeStats< DIM >::Totals Struct Reference

#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/v0.5.0/src/axom/quest/InOutOctree.hpp>

Public Member Functions

 Totals ()
 

Public Attributes

int blocks
 
int leaves
 
int leavesWithVert
 
int triangleRefCount
 
int whiteBlocks
 
int blackBlocks
 
int grayBlocks
 

Detailed Description

template<int DIM>
struct axom::quest::detail::InOutOctreeStats< DIM >::Totals

A simple struct to track totals within the octree levels

Constructor & Destructor Documentation

◆ Totals()

template<int DIM>
axom::quest::detail::InOutOctreeStats< DIM >::Totals::Totals ( )
inline

Default constructor to set everything to 0

Member Data Documentation

◆ blocks

template<int DIM>
int axom::quest::detail::InOutOctreeStats< DIM >::Totals::blocks

◆ leaves

template<int DIM>
int axom::quest::detail::InOutOctreeStats< DIM >::Totals::leaves

◆ leavesWithVert

template<int DIM>
int axom::quest::detail::InOutOctreeStats< DIM >::Totals::leavesWithVert

◆ triangleRefCount

template<int DIM>
int axom::quest::detail::InOutOctreeStats< DIM >::Totals::triangleRefCount

◆ whiteBlocks

template<int DIM>
int axom::quest::detail::InOutOctreeStats< DIM >::Totals::whiteBlocks

◆ blackBlocks

template<int DIM>
int axom::quest::detail::InOutOctreeStats< DIM >::Totals::blackBlocks

◆ grayBlocks

template<int DIM>
int axom::quest::detail::InOutOctreeStats< DIM >::Totals::grayBlocks

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