14VTK_ABI_NAMESPACE_BEGIN
42 geometry->SetObject(
"material",
reinterpret_cast<Data *
>(material));
48 geometry->SetMaterial(material);
57 assert(color->GetDataType() ==
RTW_DATA);
58 geometry->SetObject(
"color", color);
GeometricModel(Geometry *_geometry)
RTWDataType GetDataType() const
T * GetObject(const std::vector< std::string > &ids, T *defaultValue=nullptr, bool *found=nullptr) const
Object(RTWDataType type=RTW_OBJECT)