Blender V4.3
blender::io::obj::ObjExporterWriterTest Class Reference

Inherits testing::Test.

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 142 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 154 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 163 of file obj_exporter_tests.cc.

References params.

◆ SetUp()

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

Definition at line 144 of file obj_exporter_tests.cc.

References BKE_tempdir_init().

◆ TearDown()

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

Definition at line 149 of file obj_exporter_tests.cc.

References BKE_tempdir_session_purge().


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