Home
last modified time | relevance | path

Searched refs:hullName (Results 1 – 5 of 5) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Rendering/Annotation/
H A DvtkGraphAnnotationLayersFilter.cxx231 vtkStringArray* hullName = vtkStringArray::New(); in RequestData() local
232 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()
/dports/math/vtk8/VTK-8.2.0/Rendering/Annotation/
H A DvtkGraphAnnotationLayersFilter.cxx243 vtkStringArray* hullName = vtkStringArray::New(); in RequestData() local
244 hullName->SetName("Hull name"); in RequestData()
247 hullName->InsertNextValue( in RequestData()
250 hullPolyData->GetCellData()->AddArray(hullName); in RequestData()
251 hullName->Delete(); in RequestData()
/dports/math/vtk6/VTK-6.2.0/Rendering/Annotation/
H A DvtkGraphAnnotationLayersFilter.cxx243 vtkStringArray* hullName = vtkStringArray::New(); in RequestData() local
244 hullName->SetName("Hull name"); in RequestData()
247 hullName->InsertNextValue( in RequestData()
250 hullPolyData->GetCellData()->AddArray(hullName); in RequestData()
251 hullName->Delete(); in RequestData()
/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DInsetMathHull.cpp176 docstring hullName(HullType type) in hullName() function
1165 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 …]
H A DInsetMath.h40 docstring hullName(HullType type);