Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::CaseOptionsHoneyComb3DMeshGenerator Class Reference

Options. More...

#include </__w/arcaneframework.github.io/arcaneframework.github.io/build/arcane/std/HoneyComb3DMeshGenerator_axl.h>

Collaboration diagram for Arcane::CaseOptionsHoneyComb3DMeshGenerator:

Public Member Functions

 CaseOptionsHoneyComb3DMeshGenerator (Arcane::ICaseOptions *co)
Arcane::Real2 getOrigin ()
Arcane::ICaseFunctiongetOriginFunction ()
Arcane::IStandardFunctiongetOriginStandardFunction ()
Arcane::Real getPitchSize ()
Arcane::ICaseFunctiongetPitchSizeFunction ()
Arcane::IStandardFunctiongetPitchSizeStandardFunction ()
Arcane::Integer getNbLayer ()
Arcane::ICaseFunctiongetNbLayerFunction ()
Arcane::IStandardFunctiongetNbLayerStandardFunction ()
Arcane::RealConstArrayView getHeights ()
Arcane::ICaseFunctiongetHeightsFunction ()
Arcane::IStandardFunctiongetHeightsStandardFunction ()
Arcane::ICaseOptionscaseOptions () const
Arcane::ICaseOptionListconfigList () const
void setCaseModule (Arcane::IModule *m)
void setCaseServiceInfo (Arcane::IServiceInfo *si)
void addAlternativeNodeName (const Arcane::String &lang, const Arcane::String &name)

Public Attributes

Arcane::CaseOptionReal2 origin
Arcane::CaseOptionReal pitchSize
Arcane::CaseOptionInteger nbLayer
Arcane::CaseOptionRealArray heights

Private Member Functions

Arcane::ICaseOptionList_configList () const
Arcane::XmlNode _element () const

Static Private Member Functions

static Arcane::ICaseOptions_createCaseOption (Arcane::ICaseMng *cm, Arcane::ICaseOptions *co)

Private Attributes

Arcane::ReferenceCounter< Arcane::ICaseOptionsm_case_options

Detailed Description

Options.

Definition at line 30 of file HoneyComb3DMeshGenerator_axl.h.

Constructor & Destructor Documentation

◆ CaseOptionsHoneyComb3DMeshGenerator()

Arcane::CaseOptionsHoneyComb3DMeshGenerator::CaseOptionsHoneyComb3DMeshGenerator ( Arcane::ICaseOptions * co)
inline

Definition at line 42 of file HoneyComb3DMeshGenerator_axl.h.

Member Function Documentation

◆ _configList()

Arcane::ICaseOptionList * Arcane::CaseOptionsHoneyComb3DMeshGenerator::_configList ( ) const
inlineprivate

Definition at line 123 of file HoneyComb3DMeshGenerator_axl.h.

◆ _element()

Arcane::XmlNode Arcane::CaseOptionsHoneyComb3DMeshGenerator::_element ( ) const
inlineprivate

Definition at line 124 of file HoneyComb3DMeshGenerator_axl.h.

◆ addAlternativeNodeName()

void Arcane::CaseOptionsHoneyComb3DMeshGenerator::addAlternativeNodeName ( const Arcane::String & lang,
const Arcane::String & name )
inline

Definition at line 115 of file HoneyComb3DMeshGenerator_axl.h.

◆ caseOptions()

Arcane::ICaseOptions * Arcane::CaseOptionsHoneyComb3DMeshGenerator::caseOptions ( ) const
inline

Definition at line 95 of file HoneyComb3DMeshGenerator_axl.h.

◆ configList()

Arcane::ICaseOptionList * Arcane::CaseOptionsHoneyComb3DMeshGenerator::configList ( ) const
inline

Definition at line 100 of file HoneyComb3DMeshGenerator_axl.h.

◆ getHeights()

Arcane::RealConstArrayView Arcane::CaseOptionsHoneyComb3DMeshGenerator::getHeights ( )
inline

Definition at line 84 of file HoneyComb3DMeshGenerator_axl.h.

◆ getHeightsFunction()

Arcane::ICaseFunction * Arcane::CaseOptionsHoneyComb3DMeshGenerator::getHeightsFunction ( )
inline

Definition at line 85 of file HoneyComb3DMeshGenerator_axl.h.

◆ getHeightsStandardFunction()

Arcane::IStandardFunction * Arcane::CaseOptionsHoneyComb3DMeshGenerator::getHeightsStandardFunction ( )
inline

Definition at line 86 of file HoneyComb3DMeshGenerator_axl.h.

◆ getNbLayer()

Arcane::Integer Arcane::CaseOptionsHoneyComb3DMeshGenerator::getNbLayer ( )
inline

Definition at line 81 of file HoneyComb3DMeshGenerator_axl.h.

◆ getNbLayerFunction()

Arcane::ICaseFunction * Arcane::CaseOptionsHoneyComb3DMeshGenerator::getNbLayerFunction ( )
inline

Definition at line 82 of file HoneyComb3DMeshGenerator_axl.h.

◆ getNbLayerStandardFunction()

Arcane::IStandardFunction * Arcane::CaseOptionsHoneyComb3DMeshGenerator::getNbLayerStandardFunction ( )
inline

Definition at line 83 of file HoneyComb3DMeshGenerator_axl.h.

◆ getOrigin()

Arcane::Real2 Arcane::CaseOptionsHoneyComb3DMeshGenerator::getOrigin ( )
inline

Definition at line 75 of file HoneyComb3DMeshGenerator_axl.h.

◆ getOriginFunction()

Arcane::ICaseFunction * Arcane::CaseOptionsHoneyComb3DMeshGenerator::getOriginFunction ( )
inline

Definition at line 76 of file HoneyComb3DMeshGenerator_axl.h.

◆ getOriginStandardFunction()

Arcane::IStandardFunction * Arcane::CaseOptionsHoneyComb3DMeshGenerator::getOriginStandardFunction ( )
inline

Definition at line 77 of file HoneyComb3DMeshGenerator_axl.h.

◆ getPitchSize()

Arcane::Real Arcane::CaseOptionsHoneyComb3DMeshGenerator::getPitchSize ( )
inline

Definition at line 78 of file HoneyComb3DMeshGenerator_axl.h.

◆ getPitchSizeFunction()

Arcane::ICaseFunction * Arcane::CaseOptionsHoneyComb3DMeshGenerator::getPitchSizeFunction ( )
inline

Definition at line 79 of file HoneyComb3DMeshGenerator_axl.h.

◆ getPitchSizeStandardFunction()

Arcane::IStandardFunction * Arcane::CaseOptionsHoneyComb3DMeshGenerator::getPitchSizeStandardFunction ( )
inline

Definition at line 80 of file HoneyComb3DMeshGenerator_axl.h.

◆ setCaseModule()

void Arcane::CaseOptionsHoneyComb3DMeshGenerator::setCaseModule ( Arcane::IModule * m)
inline

Definition at line 105 of file HoneyComb3DMeshGenerator_axl.h.

◆ setCaseServiceInfo()

void Arcane::CaseOptionsHoneyComb3DMeshGenerator::setCaseServiceInfo ( Arcane::IServiceInfo * si)
inline

Definition at line 110 of file HoneyComb3DMeshGenerator_axl.h.

Member Data Documentation

◆ heights

Arcane::CaseOptionRealArray Arcane::CaseOptionsHoneyComb3DMeshGenerator::heights

Definition at line 138 of file HoneyComb3DMeshGenerator_axl.h.

◆ m_case_options

Arcane::ReferenceCounter<Arcane::ICaseOptions> Arcane::CaseOptionsHoneyComb3DMeshGenerator::m_case_options
private

Definition at line 130 of file HoneyComb3DMeshGenerator_axl.h.

◆ nbLayer

Arcane::CaseOptionInteger Arcane::CaseOptionsHoneyComb3DMeshGenerator::nbLayer

Definition at line 137 of file HoneyComb3DMeshGenerator_axl.h.

◆ origin

Arcane::CaseOptionReal2 Arcane::CaseOptionsHoneyComb3DMeshGenerator::origin

Definition at line 135 of file HoneyComb3DMeshGenerator_axl.h.

◆ pitchSize

Arcane::CaseOptionReal Arcane::CaseOptionsHoneyComb3DMeshGenerator::pitchSize

Definition at line 136 of file HoneyComb3DMeshGenerator_axl.h.


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