SeExprEdGenericCurveEditable< TVAL > Struct Template Reference

#include <SeExprEdEditable.h>

Inheritance diagram for SeExprEdGenericCurveEditable< TVAL >:
SeExprEdEditable

List of all members.

Public Types

typedef SeExpr::SeCurve< TVAL > Curve
typedef SeExpr::SeCurve< TVAL >::CV CV
typedef Curve::InterpType InterpType

Public Member Functions

 SeExprEdGenericCurveEditable (const std::string &name, int startPos, int endPos)
void add (double x, const TVAL &y, int interp)
bool parseComment (const std::string &comment)
 parses a comment. if false is returned then delete the control from the editable
std::string str () const
void appendString (std::stringstream &stream) const
virtual bool controlsMatch (const SeExprEdEditable &other) const

Public Attributes

std::vector< CVcvs

Detailed Description

template<class TVAL>
struct SeExprEdGenericCurveEditable< TVAL >

Definition at line 180 of file SeExprEdEditable.h.


Member Typedef Documentation

template<class TVAL >
typedef SeExpr::SeCurve<TVAL> SeExprEdGenericCurveEditable< TVAL >::Curve

Definition at line 182 of file SeExprEdEditable.h.

template<class TVAL >
typedef SeExpr::SeCurve<TVAL>::CV SeExprEdGenericCurveEditable< TVAL >::CV

Definition at line 183 of file SeExprEdEditable.h.

template<class TVAL >
typedef Curve::InterpType SeExprEdGenericCurveEditable< TVAL >::InterpType

Definition at line 184 of file SeExprEdEditable.h.


Constructor & Destructor Documentation

template<class TVAL >
SeExprEdGenericCurveEditable< TVAL >::SeExprEdGenericCurveEditable ( const std::string &  name,
int  startPos,
int  endPos 
) [inline]

Definition at line 187 of file SeExprEdEditable.h.


Member Function Documentation

template<class TVAL >
void SeExprEdGenericCurveEditable< TVAL >::add ( double  x,
const TVAL &  y,
int  interp 
) [inline]

Definition at line 191 of file SeExprEdEditable.h.

References SeExprEdGenericCurveEditable< TVAL >::cvs.

template<class TVAL >
void SeExprEdGenericCurveEditable< TVAL >::appendString ( std::stringstream &  stream  )  const [inline, virtual]
template<class TVAL >
virtual bool SeExprEdGenericCurveEditable< TVAL >::controlsMatch ( const SeExprEdEditable other  )  const [inline, virtual]

Definition at line 213 of file SeExprEdEditable.h.

References UNUSED.

template<class TVAL >
bool SeExprEdGenericCurveEditable< TVAL >::parseComment ( const std::string &  comment  )  [inline, virtual]

parses a comment. if false is returned then delete the control from the editable

Implements SeExprEdEditable.

Definition at line 195 of file SeExprEdEditable.h.

References UNUSED.

template<class TVAL >
std::string SeExprEdGenericCurveEditable< TVAL >::str (  )  const [inline, virtual]

Reimplemented from SeExprEdEditable.

Definition at line 196 of file SeExprEdEditable.h.

References SeExprEdEditable::name.


Member Data Documentation

template<class TVAL >
std::vector<CV> SeExprEdGenericCurveEditable< TVAL >::cvs

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

Generated on 25 Jul 2013 for SeExpr by  doxygen 1.6.1