Blender  V3.3
Classes | Namespaces | Macros | Functions
abc_util.h File Reference
#include <Alembic/Abc/All.h>
#include <Alembic/AbcGeom/All.h>

Go to the source code of this file.

Classes

class  blender::io::alembic::ScopeTimer
 
class  blender::io::alembic::SimpleLogger
 

Namespaces

 blender
 
 blender::io
 
 blender::io::alembic
 

Macros

#define SCOPE_TIMER(message)
 
#define ABC_LOG(logger)   logger.stream()
 

Functions

std::string blender::io::alembic::get_id_name (const ID *const id)
 
std::string blender::io::alembic::get_id_name (const Object *const ob)
 
std::string blender::io::alembic::get_valid_abc_name (const char *name)
 
std::string blender::io::alembic::get_object_dag_path_name (const Object *const ob, Object *dupli_parent)
 get_object_dag_path_name returns the name under which the object will be exported in the Alembic file. It is of the form "[../grandparent/]parent/object" if dupli_parent is NULL, or "dupli_parent/[../grandparent/]parent/object" otherwise. More...
 
Imath::M44d blender::io::alembic::convert_matrix_datatype (float mat[4][4])
 
void blender::io::alembic::convert_matrix_datatype (const Imath::M44d &xform, float r_mat[4][4])
 
void blender::io::alembic::split (const std::string &s, const char delim, std::vector< std::string > &tokens)
 
template<class TContainer >
bool blender::io::alembic::begins_with (const TContainer &input, const TContainer &match)
 
template<typename Schema >
void blender::io::alembic::get_min_max_time_ex (const Schema &schema, chrono_t &min, chrono_t &max)
 
template<typename Schema >
void blender::io::alembic::get_min_max_time (const Alembic::AbcGeom::IObject &object, const Schema &schema, chrono_t &min, chrono_t &max)
 
bool blender::io::alembic::has_property (const Alembic::Abc::ICompoundProperty &prop, const std::string &name)
 
double blender::io::alembic::get_weight_and_index (Alembic::AbcCoreAbstract::chrono_t time, const Alembic::AbcCoreAbstract::TimeSamplingPtr &time_sampling, int samples_number, Alembic::AbcGeom::index_t &i0, Alembic::AbcGeom::index_t &i1)
 
AbcObjectReader * blender::io::alembic::create_reader (const Alembic::AbcGeom::IObject &object, ImportSettings &settings)
 
std::ostream & blender::io::alembic::operator<< (std::ostream &os, const SimpleLogger &logger)
 

Macro Definition Documentation

◆ ABC_LOG

#define ABC_LOG (   logger)    logger.stream()

Definition at line 141 of file abc_util.h.

◆ SCOPE_TIMER

#define SCOPE_TIMER (   message)

Definition at line 106 of file abc_util.h.