Blender  V3.3
Protected Member Functions | List of all members
blender::io::obj::ObjExporterWriterTest Class Reference
Inheritance diagram for blender::io::obj::ObjExporterWriterTest:

Protected Member Functions

void SetUp () override
 
void TearDown () override
 
std::string get_temp_obj_filename ()
 
std::unique_ptr< OBJWriterinit_writer (const OBJExportParams &params, const std::string out_filepath)
 

Detailed Description

Definition at line 128 of file obj_exporter_tests.cc.

Member Function Documentation

◆ get_temp_obj_filename()

std::string blender::io::obj::ObjExporterWriterTest::get_temp_obj_filename ( )
inlineprotected

Definition at line 140 of file obj_exporter_tests.cc.

References BKE_tempdir_session, and SEP_STR.

◆ init_writer()

std::unique_ptr<OBJWriter> blender::io::obj::ObjExporterWriterTest::init_writer ( const OBJExportParams params,
const std::string  out_filepath 
)
inlineprotected

Definition at line 149 of file obj_exporter_tests.cc.

References params.

◆ SetUp()

void blender::io::obj::ObjExporterWriterTest::SetUp ( )
inlineoverrideprotected

Definition at line 130 of file obj_exporter_tests.cc.

References BKE_tempdir_init().

◆ TearDown()

void blender::io::obj::ObjExporterWriterTest::TearDown ( )
inlineoverrideprotected

Definition at line 135 of file obj_exporter_tests.cc.

References BKE_tempdir_session_purge().


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