Blender V4.3
BlendfileLoadingBaseTest Class Reference

#include <blendfile_loading_base_test.h>

Inherits testing::Test.

Inherited by BlendfileLoadingTest, blender::io::AbstractHierarchyIteratorTest, blender::io::obj::OBJExportTest, blender::io::obj::OBJImportTest, blender::io::ply::PLYExportTest, blender::io::stl::STLExportTest, blender::io::stl::stl_importer_test, blender::io::usd::UsdCurvesTest, blender::io::usd::UsdExportTest, and blender::io::usd::UsdUsdzExportTest.

Static Public Member Functions

static void SetUpTestCase ()
 
static void TearDownTestCase ()
 

Protected Member Functions

virtual void TearDown ()
 
bool blendfile_load (const char *filepath)
 
void blendfile_free ()
 
virtual void depsgraph_create (eEvaluationMode depsgraph_evaluation_mode)
 
virtual void depsgraph_free ()
 

Protected Attributes

struct BlendFileDatabfile = nullptr
 
struct Depsgraph * depsgraph = nullptr
 

Detailed Description

Definition at line 13 of file blendfile_loading_base_test.h.

Member Function Documentation

◆ blendfile_free()

void BlendfileLoadingBaseTest::blendfile_free ( )
protected

Definition at line 141 of file blendfile_loading_base_test.cc.

References bfile, and BLO_blendfiledata_free().

Referenced by TearDown().

◆ blendfile_load()

◆ depsgraph_create()

◆ depsgraph_free()

void BlendfileLoadingBaseTest::depsgraph_free ( )
protectedvirtual

Definition at line 159 of file blendfile_loading_base_test.cc.

References DEG_graph_free(), and depsgraph.

Referenced by TearDown().

◆ SetUpTestCase()

◆ TearDown()

◆ TearDownTestCase()

Member Data Documentation

◆ bfile

◆ depsgraph


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