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

#include <abc_writer_points.h>

Inherits blender::io::alembic::ABCAbstractWriter.

Public Member Functions

 ABCPointsWriter (const ABCWriterConstructorArgs &args)
void create_alembic_objects (const HierarchyContext *context) override
Alembic::Abc::OObject get_alembic_object () const override
Alembic::Abc::OCompoundProperty abc_prop_for_custom_props () override
bool is_supported (const HierarchyContext *context) const override
Public Member Functions inherited from blender::io::alembic::ABCAbstractWriter
 ABCAbstractWriter (const ABCWriterConstructorArgs &args)
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

bool check_is_animated (const HierarchyContext &context) const override
void do_write (HierarchyContext &context) override
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)

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 16 of file abc_writer_points.h.

Constructor & Destructor Documentation

◆ ABCPointsWriter()

blender::io::alembic::ABCPointsWriter::ABCPointsWriter ( const ABCWriterConstructorArgs & args)
explicit

Member Function Documentation

◆ abc_prop_for_custom_props()

Alembic::Abc::OCompoundProperty blender::io::alembic::ABCPointsWriter::abc_prop_for_custom_props ( )
overridevirtual

◆ check_is_animated()

bool blender::io::alembic::ABCPointsWriter::check_is_animated ( const HierarchyContext & context) const
overrideprotectedvirtual

Reimplemented from blender::io::AbstractHierarchyWriter.

Definition at line 64 of file abc_writer_points.cc.

◆ create_alembic_objects()

void blender::io::alembic::ABCPointsWriter::create_alembic_objects ( const HierarchyContext * context)
overridevirtual

◆ do_write()

◆ get_alembic_object()

Alembic::Abc::OObject blender::io::alembic::ABCPointsWriter::get_alembic_object ( ) const
overridevirtual

Implements blender::io::alembic::ABCAbstractWriter.

Definition at line 39 of file abc_writer_points.cc.

◆ is_supported()

bool blender::io::alembic::ABCPointsWriter::is_supported ( const HierarchyContext * context) const
overridevirtual

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