Blender  V2.93
Public Member Functions | List of all members
BCSampleFrame Class Reference

#include <BCAnimationSampler.h>

Public Member Functions

 ~BCSampleFrame ()
 
BCSampleadd (Object *ob)
 
const BCSampleget_sample (Object *ob) const
 
const BCMatrixget_sample_matrix (Object *ob) const
 
const BCMatrixget_sample_matrix (Object *ob, Bone *bone) const
 
bool has_sample_for (Object *ob) const
 
bool has_sample_for (Object *ob, Bone *bone) const
 

Detailed Description

Definition at line 69 of file BCAnimationSampler.h.

Constructor & Destructor Documentation

◆ ~BCSampleFrame()

BCSampleFrame::~BCSampleFrame ( )
inline

Definition at line 79 of file BCAnimationSampler.h.

References blender::compositor::sample().

Member Function Documentation

◆ add()

BCSample & BCSampleFrame::add ( Object ob)

Definition at line 512 of file BCAnimationSampler.cpp.

References blender::compositor::sample().

Referenced by BCSampleFrameContainer::add().

◆ get_sample()

const BCSample * BCSampleFrame::get_sample ( Object ob) const

Definition at line 520 of file BCAnimationSampler.cpp.

Referenced by BCSampleFrameContainer::get_samples().

◆ get_sample_matrix() [1/2]

const BCMatrix * BCSampleFrame::get_sample_matrix ( Object ob) const

◆ get_sample_matrix() [2/2]

const BCMatrix * BCSampleFrame::get_sample_matrix ( Object ob,
Bone bone 
) const

Definition at line 540 of file BCAnimationSampler.cpp.

References blender::compositor::sample().

◆ has_sample_for() [1/2]

bool BCSampleFrame::has_sample_for ( Object ob) const

Definition at line 553 of file BCAnimationSampler.cpp.

Referenced by BCSampleFrameContainer::get_frames().

◆ has_sample_for() [2/2]

bool BCSampleFrame::has_sample_for ( Object ob,
Bone bone 
) const

Definition at line 559 of file BCAnimationSampler.cpp.

References get_sample_matrix().


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