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
{
240
return
start_coordinates
==
end_coordinates
;
241
}
MayaFlux::Kakshya::Region::end_coordinates
std::vector< uint64_t > end_coordinates
Ending frame index (inclusive)
Definition
Region.hpp:72
MayaFlux::Kakshya::Region::start_coordinates
std::vector< uint64_t > start_coordinates
Starting frame index (inclusive)
Definition
Region.hpp:69
MayaFlux
Kakshya
Region
Generated by
1.9.8