Blender
V4.5
source
blender
io
alembic
exporter
abc_writer_points.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2016 Kévin Dietrich. All rights reserved.
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
#pragma once
5
10
#include "
abc_writer_abstract.h
"
11
12
#include <Alembic/AbcGeom/OPoints.h>
13
14
namespace
blender::io::alembic
{
15
16
class
ABCPointsWriter
:
public
ABCAbstractWriter
{
17
Alembic::AbcGeom::OPoints abc_points_;
18
Alembic::AbcGeom::OPointsSchema abc_points_schema_;
19
20
public
:
21
explicit
ABCPointsWriter
(
const
ABCWriterConstructorArgs
&args);
22
23
void
create_alembic_objects
(
const
HierarchyContext
*context)
override
;
24
Alembic::Abc::OObject
get_alembic_object
()
const override
;
25
Alembic::Abc::OCompoundProperty
abc_prop_for_custom_props
()
override
;
26
27
bool
is_supported
(
const
HierarchyContext
*context)
const override
;
28
29
protected
:
30
bool
check_is_animated
(
const
HierarchyContext
&context)
const override
;
31
void
do_write
(
HierarchyContext
&context)
override
;
32
};
33
34
}
// namespace blender::io::alembic
abc_writer_abstract.h
blender::io::alembic::ABCAbstractWriter
Definition
abc_writer_abstract.h:19
blender::io::alembic::ABCPointsWriter
Definition
abc_writer_points.h:16
blender::io::alembic::ABCPointsWriter::create_alembic_objects
void create_alembic_objects(const HierarchyContext *context) override
Definition
abc_writer_points.cc:32
blender::io::alembic::ABCPointsWriter::is_supported
bool is_supported(const HierarchyContext *context) const override
Definition
abc_writer_points.cc:49
blender::io::alembic::ABCPointsWriter::abc_prop_for_custom_props
Alembic::Abc::OCompoundProperty abc_prop_for_custom_props() override
Definition
abc_writer_points.cc:44
blender::io::alembic::ABCPointsWriter::get_alembic_object
Alembic::Abc::OObject get_alembic_object() const override
Definition
abc_writer_points.cc:39
blender::io::alembic::ABCPointsWriter::do_write
void do_write(HierarchyContext &context) override
Definition
abc_writer_points.cc:70
blender::io::alembic::ABCPointsWriter::ABCPointsWriter
ABCPointsWriter(const ABCWriterConstructorArgs &args)
Definition
abc_writer_points.cc:30
blender::io::alembic::ABCPointsWriter::check_is_animated
bool check_is_animated(const HierarchyContext &context) const override
Definition
abc_writer_points.cc:64
blender::io::alembic
Definition
abc_archive.cc:29
blender::io::HierarchyContext
Definition
IO_abstract_hierarchy_iterator.h:47
blender::io::alembic::ABCWriterConstructorArgs
Definition
abc_hierarchy_iterator.h:24
Generated on Fri Apr 3 2026 06:33:18 for Blender by
doxygen
1.11.0