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

◆ update_vertex()

void MayaFlux::Nodes::Network::PointCloudNetwork::update_vertex ( size_t  index,
const LineVertex vertex 
)

Update single vertex completely.

Parameters
indexPoint index
vertexNew LineVertex data

Definition at line 288 of file PointCloudNetwork.cpp.

289{
291 "update_vertex is not supported; use get_vertices/set_vertices");
292}
#define MF_WARN(comp, ctx,...)
@ NodeProcessing
Node graph processing (Nodes::NodeGraphManager)
@ Nodes
DSP Generator and Filter Nodes, graph pipeline, node management.

References MF_WARN, MayaFlux::Journal::NodeProcessing, and MayaFlux::Journal::Nodes.