![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
The base class for all DataGroupRepresentation objects. More...
#include <datagrouprepresentation.h>
Protected Member Functions | |
| DataGroupRepresentation (const DataGroupRepresentation &rhs)=default | |
| DataGroupRepresentation & | operator= (const DataGroupRepresentation &that)=default |
The base class for all DataGroupRepresentation objects.
It has reference to zero or many DataRepresentation objects, but never owns them, they are always owned by the Data object.
Differences between DataGroupRepresentation and DataRepresentation: