Blender  V3.3
Public Types | Public Member Functions | Public Attributes | List of all members
blender::io::alembic::ABCArchive Class Reference

#include <abc_archive.h>

Public Types

typedef std::set< doubleFrames
 

Public Member Functions

 ABCArchive (const Main *bmain, const Scene *scene, AlembicExportParams params, std::string filename)
 
 ~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 29 of file abc_archive.h.

Member Typedef Documentation

◆ Frames

Definition at line 31 of file abc_archive.h.

Constructor & Destructor Documentation

◆ ABCArchive()

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

◆ ~ABCArchive()

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

Definition at line 196 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 211 of file abc_archive.cc.

◆ frames_end()

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

Definition at line 215 of file abc_archive.cc.

◆ is_shape_frame()

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

Definition at line 228 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 224 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 206 of file abc_archive.cc.

◆ time_sampling_index_transforms()

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

◆ total_frame_count()

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

Definition at line 219 of file abc_archive.cc.

◆ update_bounding_box()

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

Definition at line 240 of file abc_archive.cc.

References bounds().

Member Data Documentation

◆ archive

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

Definition at line 33 of file abc_archive.h.

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


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