|
Blender V4.3
|
#include "IO_abstract_hierarchy_iterator.h"#include "tests/blendfile_loading_base_test.h"#include "BKE_scene.hh"#include "BLI_path_utils.hh"#include "BLO_readfile.hh"#include "DEG_depsgraph.hh"#include "DEG_depsgraph_build.hh"#include "DNA_object_types.h"#include <map>#include <set>Go to the source code of this file.
Classes | |
| class | blender::io::TestingHierarchyIterator |
| class | blender::io::AbstractHierarchyIteratorTest |
| class | blender::io::AbstractHierarchyIteratorInvisibleTest |
Namespaces | |
| namespace | blender |
| namespace | blender::io |
Functions | |
| blender::io::TEST_F (AbstractHierarchyIteratorTest, ExportHierarchyTest) | |
| blender::io::TEST_F (AbstractHierarchyIteratorTest, ExportSubsetTest) | |
| blender::io::TEST_F (AbstractHierarchyIteratorInvisibleTest, ExportInvisibleTest) | |
| std::string writer_type |
Definition at line 28 of file abstract_hierarchy_iterator_test.cc.
| used_writers& writers_map |
Definition at line 29 of file abstract_hierarchy_iterator_test.cc.