|
static const HPS::Type | staticType = HPS::Type::PointSampler |
|
static const HPS::Type | staticType = HPS::Type::Sampler |
|
static const HPS::Type | staticType = HPS::Type::None |
|
◆ AddKeyframe()
void HPS::PointSampler::AddKeyframe |
( |
PointKeyframe const & |
in_keyframe | ) |
|
Adds the provided keyframe to this Sampler. The provided keyframe will be automatically sorted into the Sampler. If the sampler already contains a keyframe targeting the same timer tick as in_keyframe, it will be replaced
- Parameters
-
in_keyframe | the keyframe to add to this Sampler |
◆ AddKeyframes() [1/2]
void HPS::PointSampler::AddKeyframes |
( |
PointKeyframeArray const & |
in_keyframes | ) |
|
Adds the provided keyframes to this Sampler. The provided keyframes will be automatically sorted and validated. Adding a key frame will replace already existing keyframes that target the same timer tick. Each element in in_keyframe should target a different timer tick. Not complying will result in an exception of type HPS::InvalidSpecificationException being thrown.
- Parameters
-
in_keyframes | the array of keyframes to add to this Sampler |
◆ AddKeyframes() [2/2]
void HPS::PointSampler::AddKeyframes |
( |
size_t |
in_count, |
|
|
PointKeyframe const |
in_keyframes[] |
|
) |
| |
Adds the provided keyframes to this Sampler. The provided keyframes will be automatically sorted and validated. Adding a key frame will replace already existing keyframes that target the same timer tick. Each element in in_keyframe should target a different timer tick. Not complying will result in an exception of type HPS::InvalidSpecificationException being thrown.
- Parameters
-
in_count | the number of keyframes in the in_keyframes array |
in_keyframes | the array of keyframes to add to this Sampler |
◆ GetControlValues()
PointSplineControlValuesArray const& HPS::PointSampler::GetControlValues |
( |
| ) |
const |
Returns the control values this Sampler is set to use during Spline interpolation of keyframe values.
- Returns
- An array of control point values previously specified to SetControlValues.
◆ GetKeyframes()
PointKeyframeArray const& HPS::PointSampler::GetKeyframes |
( |
| ) |
const |
Returns the keyframes contained in this Sampler. Because keyframes are sorted as they are added to the Sampler, the order of keyframes returned might not match the order in which they were inserted in this Sampler.
- Returns
- An array of keyframes contained in this Sampler.
◆ ObjectType()
HPS::Type HPS::PointSampler::ObjectType |
( |
| ) |
const |
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS::Sampler.
◆ SetControlValues()
void HPS::PointSampler::SetControlValues |
( |
PointSplineControlValuesArray const & |
in_control_points | ) |
|
Sets control values used during Spline interpolation of keyframe values. If this Sampler is not set to use Spline interpolation these values will be ignored during playback.
- Parameters
-
in_control_points | The control points to use for interpolation. When executing playback this array must be equal in size to the keyframe array associated with this Sampler. |
◆ SetKeyframes() [1/2]
void HPS::PointSampler::SetKeyframes |
( |
PointKeyframeArray const & |
in_keyframes | ) |
|
Replaces the keyframes on this Sampler with those provided The provided keyframes will be automatically sorted and validated. Each element in in_keyframe should target a different timer tick. Not complying will result in an exception of type HPS::InvalidSpecificationException being thrown.
- Parameters
-
in_keyframes | the array of keyframes to add to this Sampler |
◆ SetKeyframes() [2/2]
void HPS::PointSampler::SetKeyframes |
( |
size_t |
in_count, |
|
|
PointKeyframe const |
in_keyframes[] |
|
) |
| |
Replaces the keyframes on this Sampler with those provided The provided keyframes will be automatically sorted and validated. Each element in in_keyframe should target a different timer tick. Not complying will result in an exception of type HPS::InvalidSpecificationException being thrown.
- Parameters
-
in_count | the number of keyframes in the in_keyframes array |
in_keyframes | the array of keyframes to add to this Sampler |
The documentation for this class was generated from the following file: