#include <particles.h>
Public Types | |
using | This = VectorParameter<T,N> |
![]() | |
using | ValType |
using | pickFactors |
using | This |
Public Member Functions | |
template<typename... Args> | |
VectorParameter (Args... args) | |
![]() | |
Parameter ()=default | |
Parameter (Args... args) | |
virtual void | serialize (std::ostream &os) const |
virtual void | deSerialize (std::istream &is) |
virtual T | interpolate (float fac, const This &against) const |
operator T () const | |
T | operator= (T b) |
Additional Inherited Members | |
![]() | |
static T | pick (float *f, const This &a, const This &b) |
![]() | |
T | val |
using ParticleParamTypes::VectorParameter< T, N >::This = VectorParameter<T,N> |
|
inline |