|
open_iA 2025.6
|
#include "iaobjectvis_export.h"#include <QColor>#include <memory>Functions | |
| iAobjectvis_API std::shared_ptr< iAObjectVis > | createObjectVis (iAObjectsData const *data, QColor const &color) |
| Factory function for creating a fitting iAObjectVis-derived class for the given visualization type. | |
| iAobjectvis_API std::shared_ptr< iAObjectVis > createObjectVis | ( | iAObjectsData const * | data, |
| QColor const & | color ) |
Factory function for creating a fitting iAObjectVis-derived class for the given visualization type.
| data | the data of the objects |
| color | the default color of the objects |