Fawkes API
Fawkes Development Version
|
Accumulator to test for transformability. More...
Public Member Functions | |
CompactFrameID | gather (TimeCache *cache, fawkes::Time time, std::string *error_string) |
Gather frame number. More... | |
void | accum (bool source) |
Accumulate. More... | |
void | finalize (WalkEnding end, fawkes::Time _time) |
Finalize accumulation. More... | |
Public Attributes | |
TransformStorage | st |
Transform storage to use. More... | |
Accumulator to test for transformability.
Operations are basically noops.
Definition at line 127 of file transformer.cpp.
|
inline |
Accumulate.
source | true if looking from source |
Definition at line 144 of file transformer.cpp.
|
inline |
Finalize accumulation.
end | flag how the walk ended |
_time | time |
Definition at line 152 of file transformer.cpp.
|
inline |
Gather frame number.
cache | cache |
time | time |
error_string | string containing error message in case of failure |
Definition at line 136 of file transformer.cpp.
References fawkes::tf::TimeCache::get_parent().
TransformStorage fawkes::tf::CanTransformAccum::st |
Transform storage to use.
Definition at line 157 of file transformer.cpp.