pygrenade_vx.common.OutputData
-
class
pygrenade_vx.common.OutputData Bases:
pygrenade_common.Data-
__init__(*args, **kwargs) Overloaded function.
__init__(self: pygrenade_common.OutputData, arg0: pygrenade_common.OutputData) -> None
__init__(self: pygrenade_common.OutputData) -> None
Methods
__init__(*args, **kwargs)Overloaded function.
get_global(self)has_global(self)merge(self, other)set_global(self, global)valid(self, topology)Get whether output data is valid for topology.
Attributes
-
class
Global Bases:
pybind11_builtins.pybind11_object-
merge(self: pygrenade_common.OutputData.Global, other: pygrenade_common.OutputData.Global) → None
-
-
get_global(self: pygrenade_common.OutputData) → pygrenade_common.OutputData.Global
-
has_global(self: pygrenade_common.OutputData) → bool
-
merge(self: pygrenade_common.OutputData, other: pygrenade_common.OutputData) → None
-
set_global(self: pygrenade_common.OutputData, global: pygrenade_common.OutputData.Global) → None
-
valid(self: pygrenade_common.OutputData, topology: grenade::common::Topology) → bool Get whether output data is valid for topology.
-