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

◆ vertices_per_window()

size_t MayaFlux::Nodes::GpuSync::PathGeneratorNode::vertices_per_window ( ) const
private

Vertices emitted per four-point window.

Definition at line 116 of file PathGeneratorNode.cpp.

117{
118 return static_cast<size_t>(std::max<Eigen::Index>(m_samples_per_segment - 1, 0)) * 2;
119}

References m_samples_per_segment.

Referenced by complete(), generate_interpolated_path(), refresh_attributes(), and regenerate_segment_range().

+ Here is the caller graph for this function: