GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
virtual void ADF::Frame::Reset ( )
pure virtual

Reset the current frame.

remove all keys from the list of sub-keys, set the full buffer to 0 and offset to 0 Set length in key to 0.

If you call the method often, setting the full buffer to 0 may take time. If you don't need it, better to re-implement this method in your frame and to use FastReset()

Implemented in ADF::ConcreteFrame, ADF::CompositeFrame, ADF::AgataDataFrame< Data_T >, ADF::AgataDataFrame< CrystalInterface >, ADF::AgataDataFrame< VertexInterface >, ADF::AgataDataFrame< DataInterface >, ADF::AgataDataFrame< PSAInterface >, and ADF::AgataDataFrame< GammaTrackedInterface >.