MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ PointCloudNetwork() [1/2]

MayaFlux::Nodes::Network::PointCloudNetwork::PointCloudNetwork ( )

Create empty point cloud network.

Definition at line 9 of file PointCloudNetwork.cpp.

11{
14
16 "Created empty PointCloudNetwork");
17}
#define MF_INFO(comp, ctx,...)
void set_output_mode(OutputMode mode)
Set the network's output routing mode.
void set_topology(Topology topology) override
Set the network's topology.
@ NodeProcessing
Node graph processing (Nodes::NodeGraphManager)
@ Nodes
DSP Generator and Filter Nodes, graph pipeline, node management.
@ INDEPENDENT
No connections, nodes process independently.
@ GRAPHICS_BIND
State available for visualization (read-only)

References MayaFlux::Nodes::Network::GRAPHICS_BIND, MayaFlux::Nodes::Network::INDEPENDENT, MF_INFO, MayaFlux::Journal::NodeProcessing, MayaFlux::Journal::Nodes, MayaFlux::Nodes::Network::NodeNetwork::set_output_mode(), and set_topology().

+ Here is the call graph for this function: