Jpp
17.0.0
the software that should make you happy
|
H-equation as per hit. More...
#include <JKatoomba.hh>
Public Member Functions | |
H_t () | |
Default constructor. More... | |
H_t (const JMODEL::JEmitter &emitter, const JMODEL::JString &string) | |
Constructor. More... | |
H_t & | mul (const double factor) |
Scale H-equation. More... | |
JEmitter & | negate () |
Negate emitter. More... | |
JEmitter & | add (const JEmitter &emitter) |
Add emitter. More... | |
JEmitter & | sub (const JEmitter &emitter) |
Subtract emitter. More... | |
JFirst_t & | mul (const JSecond_t &object) |
Multiply with object. More... | |
JEmitter & | div (const double factor) |
Scale emitter. More... | |
bool | equals (const JEmitter &emitter, const double precision=std::numeric_limits< double >::min()) const |
Check equality. More... | |
JString & | negate () |
Negate string. More... | |
JString & | add (const JString &string) |
Add string. More... | |
JString & | sub (const JString &string) |
Subtract string. More... | |
JFirst_t & | mul (const JSecond_t &object) |
Multiply with object. More... | |
JString & | div (const double factor) |
Scale string. More... | |
bool | equals (const JString &string, const double precision=std::numeric_limits< double >::min()) const |
Check equality. More... | |
double | getLengthSquared () const |
Get length squared. More... | |
double | getLength () const |
Get length. More... | |
double | getAngle () const |
Get angle. More... | |
double | getDot (const JString &string) const |
Get dot product. More... | |
JFirst_t & | mul (const JSecond_t &object) |
Multiply with object. More... | |
Static Public Member Functions | |
static size_t | getN () |
Get number of fit parameters. More... | |
static size_t | getN () |
Get number of fit parameters. More... | |
Public Attributes | |
double | t1 |
double | tx |
double | ty |
double | tx2 |
double | ty2 |
double | vs |
H-equation as per hit.
Definition at line 105 of file JKatoomba.hh.
|
inline |
|
inline |
|
inline |
Scale H-equation.
factor | multiplication factor |
Definition at line 138 of file JKatoomba.hh.
|
inlinestaticinherited |
Get number of fit parameters.
Definition at line 408 of file JAcoustics/JModel.hh.
|
inlineinherited |
Add emitter.
emitter | emitter |
Definition at line 433 of file JAcoustics/JModel.hh.
Subtract emitter.
emitter | emitter |
Definition at line 447 of file JAcoustics/JModel.hh.
|
inlineinherited |
Multiply with object.
object | object |
Definition at line 357 of file JMath.hh.
|
inlineinherited |
Scale emitter.
factor | division factor |
Definition at line 475 of file JAcoustics/JModel.hh.
|
inlineinherited |
Check equality.
emitter | emitter |
precision | precision |
Definition at line 490 of file JAcoustics/JModel.hh.
|
inlinestaticinherited |
Get number of fit parameters.
Definition at line 159 of file JAcoustics/JModel.hh.
|
inlineinherited |
Add string.
string | string |
Definition at line 204 of file JAcoustics/JModel.hh.
Subtract string.
string | string |
Definition at line 222 of file JAcoustics/JModel.hh.
|
inlineinherited |
Multiply with object.
object | object |
Definition at line 357 of file JMath.hh.
|
inlineinherited |
Scale string.
factor | division factor |
Definition at line 258 of file JAcoustics/JModel.hh.
|
inlineinherited |
Check equality.
string | string |
precision | precision |
Definition at line 277 of file JAcoustics/JModel.hh.
|
inlineinherited |
|
inlineinherited |
Get length.
Definition at line 304 of file JAcoustics/JModel.hh.
|
inlineinherited |
|
inlineinherited |
Get dot product.
string | string |
Definition at line 327 of file JAcoustics/JModel.hh.
|
inlineinherited |
Multiply with object.
object | object |
Definition at line 357 of file JMath.hh.
|
inherited |
Definition at line 513 of file JAcoustics/JModel.hh.
|
inherited |
Definition at line 370 of file JAcoustics/JModel.hh.
|
inherited |
Definition at line 371 of file JAcoustics/JModel.hh.
|
inherited |
Definition at line 372 of file JAcoustics/JModel.hh.
|
inherited |
Definition at line 373 of file JAcoustics/JModel.hh.
|
inherited |
Definition at line 374 of file JAcoustics/JModel.hh.