Blender  V3.3
Public Member Functions | List of all members
BCCurveKey Class Reference

#include <BCAnimationCurve.h>

Public Member Functions

 BCCurveKey ()
 
 BCCurveKey (const BC_animation_type type, const std::string path, int array_index, int subindex=-1)
 
void operator= (const BCCurveKey &other)
 
std::string get_full_path () const
 
std::string get_path () const
 
int get_array_index () const
 
int get_subindex () const
 
void set_object_type (BC_animation_type object_type)
 
BC_animation_type get_animation_type () const
 
bool operator< (const BCCurveKey &other) const
 

Detailed Description

Definition at line 35 of file BCAnimationCurve.h.

Constructor & Destructor Documentation

◆ BCCurveKey() [1/2]

BCCurveKey::BCCurveKey ( )

Definition at line 557 of file BCAnimationCurve.cpp.

References BC_ANIMATION_TYPE_OBJECT.

◆ BCCurveKey() [2/2]

BCCurveKey::BCCurveKey ( const BC_animation_type  type,
const std::string  path,
int  array_index,
int  subindex = -1 
)

Definition at line 565 of file BCAnimationCurve.cpp.

References type.

Member Function Documentation

◆ get_animation_type()

BC_animation_type BCCurveKey::get_animation_type ( ) const

◆ get_array_index()

int BCCurveKey::get_array_index ( ) const

◆ get_full_path()

std::string BCCurveKey::get_full_path ( ) const

Definition at line 584 of file BCAnimationCurve.cpp.

References std::to_string().

Referenced by BCAnimationCurve::add_value_from_rna().

◆ get_path()

std::string BCCurveKey::get_path ( ) const

◆ get_subindex()

int BCCurveKey::get_subindex ( ) const

◆ operator<()

bool BCCurveKey::operator< ( const BCCurveKey other) const

Definition at line 614 of file BCAnimationCurve.cpp.

◆ operator=()

void BCCurveKey::operator= ( const BCCurveKey other)

Definition at line 576 of file BCAnimationCurve.cpp.

◆ set_object_type()

void BCCurveKey::set_object_type ( BC_animation_type  object_type)

Definition at line 604 of file BCAnimationCurve.cpp.

Referenced by BCAnimationCurve::BCAnimationCurve().


The documentation for this class was generated from the following files: