Jpp
 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 145 of file JKatoomba.hh.

Constructor & Destructor Documentation

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

Default constructor.

Definition at line 150 of file JKatoomba.hh.

150  :
151  t1(0),
152  tx(0),
153  ty(0)
154  {}
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 164 of file JKatoomba.hh.

166  :
167  t1(t1),
168  tx(tx),
169  ty(ty)
170  {}

Member Data Documentation

int JACOUSTICS::JKatoomba_t::I_t::t1

Definition at line 172 of file JKatoomba.hh.

int JACOUSTICS::JKatoomba_t::I_t::tx

Definition at line 173 of file JKatoomba.hh.

int JACOUSTICS::JKatoomba_t::I_t::ty

Definition at line 174 of file JKatoomba.hh.


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