Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
XYZ Struct Reference
Collaboration diagram for XYZ:

Public Member Functions

 XYZ (Int32 x_, Int32 y_, Int32 z_)
std::array< Int32, 3 > getIndices1 (Int32 index)
std::array< Int32, 3 > getIndices2 (Int32 index)
std::array< Int32, 3 > getIndices3 (Int32 index)
std::array< Int32, 3 > getIndices4 (Int32 index)

Public Attributes

Int32 x
Int32 y
Int32 z
Int32 yz = y * z

Detailed Description

Definition at line 19 of file TestGetIndices.cc.

Constructor & Destructor Documentation

◆ XYZ()

XYZ::XYZ ( Int32 x_,
Int32 y_,
Int32 z_ )
inline

Definition at line 26 of file TestGetIndices.cc.

Member Function Documentation

◆ getIndices1()

std::array< Int32, 3 > XYZ::getIndices1 ( Int32 index)
inline

Definition at line 33 of file TestGetIndices.cc.

◆ getIndices2()

std::array< Int32, 3 > XYZ::getIndices2 ( Int32 index)
inline

Definition at line 43 of file TestGetIndices.cc.

◆ getIndices3()

std::array< Int32, 3 > XYZ::getIndices3 ( Int32 index)
inline

Definition at line 51 of file TestGetIndices.cc.

◆ getIndices4()

std::array< Int32, 3 > XYZ::getIndices4 ( Int32 index)
inline

Definition at line 59 of file TestGetIndices.cc.

Member Data Documentation

◆ x

Int32 XYZ::x

Definition at line 21 of file TestGetIndices.cc.

◆ y

Int32 XYZ::y

Definition at line 22 of file TestGetIndices.cc.

◆ yz

Int32 XYZ::yz = y * z

Definition at line 24 of file TestGetIndices.cc.

◆ z

Int32 XYZ::z

Definition at line 23 of file TestGetIndices.cc.


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