Assimp
v4.1. (December 2018)
|
Inherits AbstractImportExportBase.
Protected Member Functions | |
virtual bool | importerTest () |
The importer-test, will return true for successful import. More... | |
![]() | |
virtual void | SetUp () |
virtual void | TearDown () |
Test () | |
Additional Inherited Members | |
![]() | |
typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
![]() | |
virtual bool | exporterTest () |
The exporter-test, will return true for successful import. More... | |
virtual | ~AbstractImportExportBase () |
The class destructor. More... | |
![]() | |
virtual | ~Test () |
![]() | |
static bool | HasFailure () |
static bool | HasFatalFailure () |
static bool | HasNonfatalFailure () |
static void | RecordProperty (const std::string &key, const std::string &value) |
static void | RecordProperty (const std::string &key, int value) |
static void | SetUpTestCase () |
static void | TearDownTestCase () |
|
inlineprotectedvirtual |
The importer-test, will return true for successful import.
Reimplemented from AbstractImportExportBase.