#include <particles.h>
Public Types | |
using | This = VectorParameter<T,N> |
Public Types inherited from ParticleParamTypes::Parameter< T, N > | |
using | ValType |
using | pickFactors |
using | This |
Public Member Functions | |
template<typename... Args> | |
VectorParameter (Args... args) | |
Public Member Functions inherited from ParticleParamTypes::Parameter< T, N > | |
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 Public Member Functions inherited from ParticleParamTypes::Parameter< T, N > | |
static T | pick (float *f, const This &a, const This &b) |
Public Attributes inherited from ParticleParamTypes::Parameter< T, N > | |
T | val |
using ParticleParamTypes::VectorParameter< T, N >::This = VectorParameter<T,N> |
|
inline |