JDXtriple Class Reference
[JCAMP-DX implementation (odinpara library)]

#include <jdxarrays.h>

Inheritance diagram for JDXtriple:

Inheritance graph
[legend]

List of all members.

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)
JDXtripleoperator= (const JDXtriple &pos)
const char * get_typeInfo () const
JcampDxClasscreate_copy () const


Detailed Description

A JCAMP-DX vector of 3 float values which is used to store spatial positions, FOVs, etc.

Definition at line 167 of file jdxarrays.h.


Constructor & Destructor Documentation

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:

  • xpos: Spatial position in the first dimension
  • ypos: Spatial position in the second dimension
  • zpos: Spatial position in the third dimension
  • name: The label of the JCAMP-DX parameter
  • userParameter: Whether this is a user defined JCAMP-DX parameter
  • mode: Mode for ASCII representation of strings or arrays of strings
  • parameter_mode: Mode for GUI accesibility of the parameter

JDXtriple::JDXtriple ( const JDXtriple pos  )  [inline]

Copy constructor

Definition at line 193 of file jdxarrays.h.


Member Function Documentation

JDXtriple& JDXtriple::operator= ( const JDXtriple pos  )  [inline]

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.


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

Generated on Wed Sep 30 15:33:07 2009 by  doxygen 1.5.6