Blender  V3.3
Public Member Functions | Protected Member Functions | List of all members
blender::io::alembic::ABCCurveMeshWriter Class Reference

#include <abc_writer_curves.h>

Inheritance diagram for blender::io::alembic::ABCCurveMeshWriter:
blender::io::alembic::ABCGenericMeshWriter blender::io::alembic::ABCAbstractWriter blender::io::AbstractHierarchyWriter

Public Member Functions

 ABCCurveMeshWriter (const ABCWriterConstructorArgs &args)
 
- Public Member Functions inherited from blender::io::alembic::ABCGenericMeshWriter
 ABCGenericMeshWriter (const ABCWriterConstructorArgs &args)
 
virtual void create_alembic_objects (const HierarchyContext *context) override
 
virtual Alembic::Abc::OObject get_alembic_object () const override
 
Alembic::Abc::OCompoundProperty abc_prop_for_custom_props () override
 
- Public Member Functions inherited from blender::io::alembic::ABCAbstractWriter
 ABCAbstractWriter (const ABCWriterConstructorArgs &args)
 
virtual void write (HierarchyContext &context) override
 
uint32_t timesample_index () const
 
const Imath::Box3d & bounding_box () const
 
- Public Member Functions inherited from blender::io::AbstractHierarchyWriter
virtual ~AbstractHierarchyWriter ()=default
 

Protected Member Functions

virtual Meshget_export_mesh (Object *object_eval, bool &r_needsfree) override
 
- Protected Member Functions inherited from blender::io::alembic::ABCGenericMeshWriter
virtual bool is_supported (const HierarchyContext *context) const override
 
virtual void do_write (HierarchyContext &context) override
 
virtual void free_export_mesh (Mesh *mesh)
 
virtual bool export_as_subdivision_surface (Object *ob_eval) const
 
- Protected Member Functions inherited from blender::io::alembic::ABCAbstractWriter
virtual void update_bounding_box (Object *object)
 
virtual const IDPropertyget_id_properties (const HierarchyContext &context) const
 
virtual void ensure_custom_properties_exporter (const HierarchyContext &context)
 
void write_visibility (const HierarchyContext &context)
 
template<typename T >
Alembic::Abc::OCompoundProperty abc_schema_prop_for_custom_props (T abc_schema)
 
- Protected Member Functions inherited from blender::io::AbstractHierarchyWriter
virtual bool check_is_animated (const HierarchyContext &context) const
 

Additional Inherited Members

- Static Protected Member Functions inherited from blender::io::AbstractHierarchyWriter
static bool check_has_physics (const HierarchyContext &context)
 
static bool check_has_deforming_physics (const HierarchyContext &context)
 
- Protected Attributes inherited from blender::io::alembic::ABCAbstractWriter
const ABCWriterConstructorArgs args_
 
bool frame_has_been_written_
 
bool is_animated_
 
uint32_t timesample_index_
 
Imath::Box3d bounding_box_
 
Alembic::Abc::OCharProperty abc_visibility_
 
std::unique_ptr< CustomPropertiesExportercustom_props_
 

Detailed Description

Definition at line 34 of file abc_writer_curves.h.

Constructor & Destructor Documentation

◆ ABCCurveMeshWriter()

blender::io::alembic::ABCCurveMeshWriter::ABCCurveMeshWriter ( const ABCWriterConstructorArgs args)

Definition at line 169 of file abc_writer_curves.cc.

Member Function Documentation

◆ get_export_mesh()

Mesh * blender::io::alembic::ABCCurveMeshWriter::get_export_mesh ( Object object_eval,
bool r_needsfree 
)
overrideprotectedvirtual

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