#include <jdxarrays.h>

Public Member Functions | |
| JDXtriple () | |
| JDXtriple (float xpos, float ypos, float zpos, const STD_string &name="", bool userParameter=true, compatMode mode=notBroken, parameterMode parameter_mode=edit) | |
| JDXtriple (const JDXtriple &pos) | |
| JDXtriple & | operator= (const JDXtriple &pos) |
| const char * | get_typeInfo () const |
| JcampDxClass * | create_copy () const |
Definition at line 167 of file jdxarrays.h.
| JDXtriple::JDXtriple | ( | ) | [inline] |
Default constructor
Definition at line 174 of file jdxarrays.h.
| JDXtriple::JDXtriple | ( | float | xpos, | |
| float | ypos, | |||
| float | zpos, | |||
| const STD_string & | name = "", |
|||
| bool | userParameter = true, |
|||
| compatMode | mode = notBroken, |
|||
| parameterMode | parameter_mode = edit | |||
| ) |
Constructor with the following arguments:
| JDXtriple::JDXtriple | ( | const JDXtriple & | pos | ) | [inline] |
Copy constructor
Definition at line 193 of file jdxarrays.h.
Copy assignment
Definition at line 198 of file jdxarrays.h.
| const char* JDXtriple::get_typeInfo | ( | ) | const [inline, virtual] |
Returns a string describing the type of the parameter
Reimplemented from JDXarray< A, J >.
Definition at line 204 of file jdxarrays.h.
| JcampDxClass* JDXtriple::create_copy | ( | ) | const [inline, virtual] |
Returns a deep copy of the parameter
Reimplemented from JDXarray< A, J >.
Definition at line 205 of file jdxarrays.h.
1.5.6