|
Bifrost SDK
Bifrost SDK documentation
|
This class validates mesh objects have the correct structure and valid indexing. More...
#include <Validator.h>
Public Member Functions | |
| Status | validate (const Bifrost::Object &object) override |
| Validates the given object is a mesh geometry. More... | |
Public Member Functions inherited from Bifrost::Geometry::GeoValidator | |
| GeoValidator () | |
| virtual | ~GeoValidator () |
| virtual Status | validate (const Bifrost::Object &object) |
| Validates the given object. More... | |
Additional Inherited Members | |
Public Types inherited from Bifrost::Geometry::GeoValidator | |
| enum class | ErrorCode { kNoError = 0 , kInvalidObject , kInvalidProperty , kInvalidSet , kInvalidCount , kInvalidIndex , kMissingTarget , kInvalidTarget } |
This class validates mesh objects have the correct structure and valid indexing.
Definition at line 119 of file Validator.h.
|
overridevirtual |
Validates the given object is a mesh geometry.
| [in] | object | The object to validate |
Reimplemented from Bifrost::Geometry::GeoValidator.