In file Value.hh:

class IfoVal : public Value

Interferometer set conversion

Inheritance:


Public Fields

typedef ColumnType::ColumnIfo_t ifoset_type
Ifo set type

Public Methods

explicit IfoVal (const char* ifoset)
Constructor
explicit IfoVal (const std::string& ifoset)
Constructor
explicit IfoVal (const IfoSet& ifoset)
Constructor
virtual IfoVal* Copy () const
Copy the event column

Inherited from Value:

Public Classes

union Union

Public Fields

typedef ColumnType::Enum valuetype
static const int kMaxValueSize

Public Methods

Value& operator= (const Value& val)
bool Write(Real& x) const
bool Write(Int& i) const
bool Write(Complex& c) const
bool Write(Time& t) const
bool Write(std::string& s) const
bool Write(Event& e) const
bool Write(Enum type, data_ptr p) const
bool Read(Real x)
bool Read(Int i)
bool Read(const Complex& x)
bool Read(const Time& t)
bool Read(const std::string& s)
bool Read(const char* p)
bool Read(const Event& e)
bool Read(Enum type, const_data_ptr p)
valuetype Type() const
virtual bool Evaluate(const Argument&, Value& x) const
Value& operator += (const Value& val)
Value& operator -= (const Value& val)
Value& operator *= (const Value& val)
Value& operator /= (const Value& val)
Value& operator %= (const Value& val)
Value& operator |= (const Value& val)
Value& operator &= (const Value& val)
Value& operator ^= (const Value& val)
Value& operator >>= (const Value& val)
Value& operator <<= (const Value& val)

Inherited from Function:

Public Methods

bool operator) (const Argument& arg, Value& val) const
bool operator) (const Event& event, Value& val) const

Documentation

Converts a interferometer set to value.
typedef ColumnType::ColumnIfo_t ifoset_type
Ifo set type

explicit IfoVal(const char* ifoset)
Constructor

explicit IfoVal(const std::string& ifoset)
Constructor

explicit IfoVal(const IfoSet& ifoset)
Constructor

virtual IfoVal* Copy() const
Returns a copy of the conversion function. This method must be overriden by all descendents.
Returns:
event copy


This class has no child classes.
Author:
Written June 2001 by Masahiro Ito and Daniel Sigg
Version:
1.0

alphabetic index hierarchy of classes


Please send questions and comments to sigg_d@ligo-wa.caltech.edu


generated by doc++