Blender V5.0
BlendfileLoadingBaseTest Class Reference

#include <blendfile_loading_base_test.h>

Inherits testing::Test.

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

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 144 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 162 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: