Jpp  16.0.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
JACOUSTICS::JKatoomba_t::I_t Struct Reference

Indices of H-equation in global model. More...

#include <JKatoomba.hh>

Public Member Functions

 I_t ()
 Default constructor. More...
 
 I_t (const int t1, const int tx, const int ty)
 Constructor. More...
 

Public Attributes

int t1
 
int tx
 
int ty
 

Detailed Description

Indices of H-equation in global model.

Definition at line 180 of file JKatoomba.hh.

Constructor & Destructor Documentation

JACOUSTICS::JKatoomba_t::I_t::I_t ( )
inline

Default constructor.

Definition at line 185 of file JKatoomba.hh.

185  :
186  t1(0),
187  tx(0),
188  ty(0)
189  {}
JACOUSTICS::JKatoomba_t::I_t::I_t ( const int  t1,
const int  tx,
const int  ty 
)
inline

Constructor.

Parameters
t1index t1
txindex tx
tyindex ty

Definition at line 199 of file JKatoomba.hh.

201  :
202  t1(t1),
203  tx(tx),
204  ty(ty)
205  {}

Member Data Documentation

int JACOUSTICS::JKatoomba_t::I_t::t1

Definition at line 207 of file JKatoomba.hh.

int JACOUSTICS::JKatoomba_t::I_t::tx

Definition at line 208 of file JKatoomba.hh.

int JACOUSTICS::JKatoomba_t::I_t::ty

Definition at line 209 of file JKatoomba.hh.


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