AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
axom::slam::DynamicSet< PosType, ElemType, SizePolicy >::SetBuilder Class Reference

Helper class for constructing a DynamicSet. More...

#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/latest/src/axom/slam/DynamicSet.hpp>

Public Member Functions

SetBuildersize (PositionType sz)
 Set the size of the DynamicSet using SizePolicy. More...
 

Friends

class DynamicSet
 

Detailed Description

template<typename PosType = slam::DefaultPositionType, typename ElemType = slam::DefaultElementType, typename SizePolicy = policies::DynamicRuntimeSize<PosType>>
class axom::slam::DynamicSet< PosType, ElemType, SizePolicy >::SetBuilder

Helper class for constructing a DynamicSet.

Member Function Documentation

◆ size()

template<typename PosType = slam::DefaultPositionType, typename ElemType = slam::DefaultElementType, typename SizePolicy = policies::DynamicRuntimeSize<PosType>>
SetBuilder& axom::slam::DynamicSet< PosType, ElemType, SizePolicy >::SetBuilder::size ( PositionType  sz)
inline

Set the size of the DynamicSet using SizePolicy.

Friends And Related Function Documentation

◆ DynamicSet

template<typename PosType = slam::DefaultPositionType, typename ElemType = slam::DefaultElementType, typename SizePolicy = policies::DynamicRuntimeSize<PosType>>
friend class DynamicSet
friend

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