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

◆ is_point()

bool MayaFlux::Kakshya::Region::is_point ( ) const
inline

Check if this region is a single point (start == end).

Definition at line 238 of file Region.hpp.

239 {
241 }
std::vector< uint64_t > end_coordinates
Ending frame index (inclusive)
Definition Region.hpp:72
std::vector< uint64_t > start_coordinates
Starting frame index (inclusive)
Definition Region.hpp:69