Struct hapi_rs::node::ManagerNode
source · pub struct ManagerNode {
pub session: Session,
pub handle: NodeHandle,
pub node_type: ManagerType,
}
Expand description
Represents a manager node (OBJ, SOP, etc)
Fields§
§session: Session
§handle: NodeHandle
§node_type: ManagerType
Implementations§
source§impl ManagerNode
impl ManagerNode
sourcepub fn find_network_nodes(&self, types: NodeType) -> Result<Vec<HoudiniNode>>
pub fn find_network_nodes(&self, types: NodeType) -> Result<Vec<HoudiniNode>>
Find network nodes of given type.
sourcepub fn get_children(&self) -> Result<Vec<NodeHandle>>
pub fn get_children(&self) -> Result<Vec<NodeHandle>>
Return children nodes of this network.
Trait Implementations§
source§impl Clone for ManagerNode
impl Clone for ManagerNode
source§fn clone(&self) -> ManagerNode
fn clone(&self) -> ManagerNode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more