Blender  V3.3
Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
BlendfileLoadingBaseTest Class Reference

#include <blendfile_loading_base_test.h>

Inheritance diagram for BlendfileLoadingBaseTest:
BlendfileLoadingTest blender::io::AbstractHierarchyIteratorTest blender::io::obj::obj_exporter_test blender::io::obj::obj_importer_test blender::io::AbstractHierarchyIteratorInvisibleTest blender::io::obj::obj_exporter_regression_test

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 Depsgraphdepsgraph = nullptr
 

Detailed Description

Definition at line 12 of file blendfile_loading_base_test.h.

Member Function Documentation

◆ blendfile_free()

void BlendfileLoadingBaseTest::blendfile_free ( )
protected

◆ blendfile_load()

bool BlendfileLoadingBaseTest::blendfile_load ( const char *  filepath)
protected

◆ depsgraph_create()

void BlendfileLoadingBaseTest::depsgraph_create ( eEvaluationMode  depsgraph_evaluation_mode)
protectedvirtual

◆ depsgraph_free()

void BlendfileLoadingBaseTest::depsgraph_free ( )
protectedvirtual

Definition at line 153 of file blendfile_loading_base_test.cc.

References DEG_graph_free(), and depsgraph.

Referenced by TearDown().

◆ SetUpTestCase()

void BlendfileLoadingBaseTest::SetUpTestCase ( )
static

◆ TearDown()

void BlendfileLoadingBaseTest::TearDown ( )
protectedvirtual

◆ TearDownTestCase()

void BlendfileLoadingBaseTest::TearDownTestCase ( )
static

Member Data Documentation

◆ bfile

struct BlendFileData* BlendfileLoadingBaseTest::bfile = nullptr
protected

◆ depsgraph

struct Depsgraph* BlendfileLoadingBaseTest::depsgraph = nullptr
protected

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