DerivedComponent¶
-
class
glue.core.component.DerivedComponent(data, link, units=None)[source]¶ Bases:
glue.core.component.ComponentA component which derives its data from a function
- Parameters
data (
Data) – The data object to use for calculationlink (
ComponentLink) – The link that carries out the functionunits – Optional unit description
Attributes Summary
Return the numerical data as a numpy array
Return the component link
Methods Summary
set_parent(self, data)Reassign the Data object that this DerivedComponent operates on
Attributes Documentation
Methods Documentation