Blender V5.0
blender::io::alembic::ABCArchive Class Reference

#include <abc_archive.h>

Public Types

using Frames = std::set<double>

Public Member Functions

 ABCArchive (const Main *bmain, const Scene *scene, AlembicExportParams params, const std::string &filepath)
 ~ABCArchive ()
uint32_t time_sampling_index_transforms () const
uint32_t time_sampling_index_shapes () const
Frames::const_iterator frames_begin () const
Frames::const_iterator frames_end () const
size_t total_frame_count () const
bool is_xform_frame (double frame) const
bool is_shape_frame (double frame) const
ExportSubset export_subset_for_frame (double frame) const
void update_bounding_box (const Imath::Box3d &bounds)

Public Attributes

Alembic::Abc::OArchive * archive

Detailed Description

Definition at line 30 of file abc_archive.h.

Member Typedef Documentation

◆ Frames

using blender::io::alembic::ABCArchive::Frames = std::set<double>

Definition at line 32 of file abc_archive.h.

Constructor & Destructor Documentation

◆ ABCArchive()

blender::io::alembic::ABCArchive::ABCArchive ( const Main * bmain,
const Scene * scene,
AlembicExportParams params,
const std::string & filepath )

◆ ~ABCArchive()

blender::io::alembic::ABCArchive::~ABCArchive ( )

Definition at line 201 of file abc_archive.cc.

References archive.

Member Function Documentation

◆ export_subset_for_frame()

ExportSubset blender::io::alembic::ABCArchive::export_subset_for_frame ( double frame) const

◆ frames_begin()

ABCArchive::Frames::const_iterator blender::io::alembic::ABCArchive::frames_begin ( ) const

Definition at line 216 of file abc_archive.cc.

◆ frames_end()

ABCArchive::Frames::const_iterator blender::io::alembic::ABCArchive::frames_end ( ) const

Definition at line 220 of file abc_archive.cc.

◆ is_shape_frame()

bool blender::io::alembic::ABCArchive::is_shape_frame ( double frame) const

Definition at line 233 of file abc_archive.cc.

Referenced by export_subset_for_frame().

◆ is_xform_frame()

bool blender::io::alembic::ABCArchive::is_xform_frame ( double frame) const

Definition at line 229 of file abc_archive.cc.

Referenced by export_subset_for_frame().

◆ time_sampling_index_shapes()

uint32_t blender::io::alembic::ABCArchive::time_sampling_index_shapes ( ) const

Definition at line 211 of file abc_archive.cc.

◆ time_sampling_index_transforms()

uint32_t blender::io::alembic::ABCArchive::time_sampling_index_transforms ( ) const

Definition at line 206 of file abc_archive.cc.

◆ total_frame_count()

size_t blender::io::alembic::ABCArchive::total_frame_count ( ) const

Definition at line 224 of file abc_archive.cc.

◆ update_bounding_box()

void blender::io::alembic::ABCArchive::update_bounding_box ( const Imath::Box3d & bounds)

Definition at line 245 of file abc_archive.cc.

Member Data Documentation

◆ archive

Alembic::Abc::OArchive* blender::io::alembic::ABCArchive::archive

Definition at line 34 of file abc_archive.h.

Referenced by ABCArchive(), and ~ABCArchive().


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