Searched refs:hullName (Results 1 – 5 of 5) sorted by relevance
231 vtkStringArray* hullName = vtkStringArray::New(); in RequestData() local232 hullName->SetName("Hull name"); in RequestData()235 hullName->InsertNextValue(annotation->GetInformation()->Get(vtkAnnotation::LABEL())); in RequestData()237 hullPolyData->GetCellData()->AddArray(hullName); in RequestData()238 hullName->Delete(); in RequestData()
243 vtkStringArray* hullName = vtkStringArray::New(); in RequestData() local244 hullName->SetName("Hull name"); in RequestData()247 hullName->InsertNextValue( in RequestData()250 hullPolyData->GetCellData()->AddArray(hullName); in RequestData()251 hullName->Delete(); in RequestData()
176 docstring hullName(HullType type) in hullName() function1165 os << "\\begin{" << hullName(type_) << star(n) << '}' in header_write()1172 os << "\\begin{" << hullName(type_) << '}' in header_write()1221 os << "\\end{" << hullName(type_) << star(n) << "}\n"; in footer_write()1235 os << "\\end{" << hullName(type_) << "}\n"; in footer_write()1511 << "' to '" << to_utf8(hullName(newtype)) in mutate()1709 os << "[formula " << hullName(type_) << ' '; in normalize()1717 os << bformat(_("Type: %1$s"), hullName(type_)); in infoize()2141 hullName(type_))); in getStatus()2151 hullName(type_))); in getStatus()[all …]
40 docstring hullName(HullType type);