Blender V4.3
blender::io::ply::PLYExportTest Class Reference

Inherits BlendfileLoadingBaseTest.

Inherited by blender::io::ply::PLYExportPLYDataTest.

Public Member Functions

bool load_file_and_depsgraph (const std::string &filepath, const eEvaluationMode eval_mode=DAG_EVAL_VIEWPORT)
 

Protected Member Functions

void SetUp () override
 
void TearDown () override
 
std::string get_temp_ply_filename (const std::string &filename)
 
- Protected Member Functions inherited from BlendfileLoadingBaseTest
bool blendfile_load (const char *filepath)
 
void blendfile_free ()
 
virtual void depsgraph_create (eEvaluationMode depsgraph_evaluation_mode)
 
virtual void depsgraph_free ()
 

Additional Inherited Members

- Static Public Member Functions inherited from BlendfileLoadingBaseTest
static void SetUpTestCase ()
 
static void TearDownTestCase ()
 
- Protected Attributes inherited from BlendfileLoadingBaseTest
struct BlendFileDatabfile = nullptr
 
struct Depsgraph * depsgraph = nullptr
 

Detailed Description

Definition at line 29 of file io_ply_exporter_test.cc.

Member Function Documentation

◆ get_temp_ply_filename()

std::string blender::io::ply::PLYExportTest::get_temp_ply_filename ( const std::string & filename)
inlineprotected

Definition at line 56 of file io_ply_exporter_test.cc.

References BKE_tempdir_session, and SEP_STR.

◆ load_file_and_depsgraph()

bool blender::io::ply::PLYExportTest::load_file_and_depsgraph ( const std::string & filepath,
const eEvaluationMode eval_mode = DAG_EVAL_VIEWPORT )
inline

◆ SetUp()

void blender::io::ply::PLYExportTest::SetUp ( )
inlineoverrideprotected

Definition at line 42 of file io_ply_exporter_test.cc.

References BKE_tempdir_init().

◆ TearDown()

void blender::io::ply::PLYExportTest::TearDown ( )
inlineoverrideprotectedvirtual

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