Blender V4.3
blender::FrameRange Struct Reference

Public Member Functions

bool is_empty () const
 
bool is_single_frame () const
 
int duration () const
 
FrameRange drop_front (const int n) const
 
FrameRange drop_back (const int n) const
 
FrameRange shift (const int n) const
 

Public Attributes

int sfra
 
int efra
 

Detailed Description

Definition at line 93 of file MOD_grease_pencil_time.cc.

Member Function Documentation

◆ drop_back()

FrameRange blender::FrameRange::drop_back ( const int n) const
inline

Definition at line 120 of file MOD_grease_pencil_time.cc.

References BLI_assert, efra, and sfra.

◆ drop_front()

FrameRange blender::FrameRange::drop_front ( const int n) const
inline

Definition at line 114 of file MOD_grease_pencil_time.cc.

References BLI_assert, efra, and sfra.

◆ duration()

◆ is_empty()

bool blender::FrameRange::is_empty ( ) const
inline

Definition at line 99 of file MOD_grease_pencil_time.cc.

References efra, and sfra.

◆ is_single_frame()

bool blender::FrameRange::is_single_frame ( ) const
inline

Definition at line 104 of file MOD_grease_pencil_time.cc.

References efra, and sfra.

◆ shift()

FrameRange blender::FrameRange::shift ( const int n) const
inline

Member Data Documentation

◆ efra

◆ sfra


The documentation for this struct was generated from the following file: