|
Blender V4.5
|
#include <BLI_sub_frame.hh>
Public Member Functions | |
| SubFrame (const int frame=0, float subframe=0.0f) | |
| SubFrame (const float frame) | |
| int | frame () const |
| float | subframe () const |
| operator float () const | |
| operator double () const | |
| uint64_t | hash () const |
Static Public Member Functions | |
| static SubFrame | min () |
| static SubFrame | max () |
Friends | |
| bool | operator< (const SubFrame &a, const SubFrame &b) |
| bool | operator<= (const SubFrame &a, const SubFrame &b) |
| bool | operator> (const SubFrame &a, const SubFrame &b) |
| bool | operator>= (const SubFrame &a, const SubFrame &b) |
Contains an integer frame number and a subframe float in the range [0, 1).
Definition at line 23 of file BLI_sub_frame.hh.
|
inline |
Definition at line 29 of file BLI_sub_frame.hh.
References BLI_assert, and subframe().
|
inline |
Definition at line 35 of file BLI_sub_frame.hh.
|
inline |
Definition at line 37 of file BLI_sub_frame.hh.
|
inline |
Definition at line 67 of file BLI_sub_frame.hh.
References blender::get_default_hash().
|
inlinestatic |
Definition at line 62 of file BLI_sub_frame.hh.
References INT32_MAX.
|
inlinestatic |
Definition at line 57 of file BLI_sub_frame.hh.
References INT32_MIN.
|
inlineexplicit |
Definition at line 52 of file BLI_sub_frame.hh.
|
inlineexplicit |
Definition at line 47 of file BLI_sub_frame.hh.
|
inline |
Definition at line 42 of file BLI_sub_frame.hh.
Referenced by SubFrame().
Definition at line 74 of file BLI_sub_frame.hh.
Definition at line 79 of file BLI_sub_frame.hh.
Definition at line 84 of file BLI_sub_frame.hh.
Definition at line 89 of file BLI_sub_frame.hh.