|
open_iA 2024.7
|
#include "iAObjectVisFactory.h"#include "iACylinderObjectVis.h"#include "iAEllipsoidObjectVis.h"#include "iALineObjectVis.h"#include "iANoObjectVis.h"#include "iAObjectsData.h"#include "iAObjectsViewer.h"#include <iADefaultSettings.h>#include <iALog.h>Functions | |
| 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. | |
| 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 |