KSeExpr 4.0.4.0
Editable.h File Reference
#include <KSeExpr/Curve.h>
#include <KSeExpr/Vec.h>
#include <cstring>
#include <sstream>

Go to the source code of this file.

Classes

class  Editable
class  NumberEditable
class  VectorEditable
class  StringEditable
struct  GenericCurveEditable< TVAL >
class  ColorSwatchEditable

Typedefs

using ColorCurveEditable = GenericCurveEditable<KSeExpr::Vec3d>
using CurveEditable = GenericCurveEditable<double>

Functions

void printVal (std::stringstream &stream, double v)
void printVal (std::stringstream &stream, const KSeExpr::Vec3d &v)
template<typename T>
void UNUSED (T)

Typedef Documentation

◆ ColorCurveEditable

◆ CurveEditable

Definition at line 143 of file Editable.h.

Function Documentation

◆ printVal() [1/2]

void printVal ( std::stringstream & stream,
const KSeExpr::Vec3d & v )
inline

Definition at line 21 of file Editable.h.

◆ printVal() [2/2]

void printVal ( std::stringstream & stream,
double v )
inline

◆ UNUSED()

template<typename T>
void UNUSED ( T )

Definition at line 26 of file Editable.h.

Referenced by GenericCurveEditable< KSeExpr::Vec3d >::controlsMatch().