opensurgsim
|
A class that assists in copying from one DataGroup to another, when assignment is not possible. More...
#include <DataGroupCopier.h>
Public Member Functions | |
DataGroupCopier (const DataGroup &source, DataGroup *target) | |
Construct a copier. More... | |
void | copy (const DataGroup &source, DataGroup *target) |
Copies the NamedData entries with the same names. More... | |
A class that assists in copying from one DataGroup to another, when assignment is not possible.