|
Assimp
v4.1. (December 2018)
|
Inherits AbstractImportExportBase.
Public Member Functions | |
| bool | exporterTest () override |
| The exporter-test, will return true for successful import. More... | |
Public Member Functions inherited from AbstractImportExportBase | |
| virtual bool | importerTest () |
| The importer-test, will return true for successful import. More... | |
| virtual | ~AbstractImportExportBase () |
| The class destructor. More... | |
Public Member Functions inherited from testing::Test | |
| virtual | ~Test () |
Additional Inherited Members | |
Public Types inherited from testing::Test | |
| typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
| typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
Static Public Member Functions inherited from testing::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 () |
Protected Member Functions inherited from testing::Test | |
| virtual void | SetUp () |
| virtual void | TearDown () |
| Test () | |
|
inlineoverridevirtual |
The exporter-test, will return true for successful import.
Reimplemented from AbstractImportExportBase.