|
Bifrost SDK
Bifrost SDK documentation
|
utility functions for validating geometry objects. More...
Go to the source code of this file.
Classes | |
| class | Bifrost::Geometry::GeoValidator |
| This is the base class for validating geometry. More... | |
| class | Bifrost::Geometry::GeoValidator::Status |
| This class contains an error code and an informative text description of an error. More... | |
| class | Bifrost::Geometry::PointCloudValidator |
| This class validates point cloud objects have the correct structure and valid indexing. More... | |
| class | Bifrost::Geometry::InstancesValidator |
| This class validates instances objects have the correct structure and valid indexing. More... | |
| class | Bifrost::Geometry::StrandValidator |
| This class validates strand objects have the correct structure and valid indexing. More... | |
| class | Bifrost::Geometry::MeshValidator |
| This class validates mesh objects have the correct structure and valid indexing. More... | |
| class | Bifrost::Geometry::VolumeValidator |
| This class validates volume objects have the correct structure. More... | |
Namespaces | |
| namespace | Bifrost |
| namespace | Bifrost::Geometry |
Functions | |
| GeoValidator::Status BIFROST_GEOMETRY_DECL | Bifrost::Geometry::validateMesh (const Bifrost::Object &in_object) |
| Convenience function to validate the specified object with a Bifrost::Geometry::MeshValidator. More... | |
utility functions for validating geometry objects.
Definition in file Validator.h.