MCPcopy Create free account
hub / github.com/Kitware/VTK / GetCellArraysForTopos

Method GetCellArraysForTopos

IO/HDF/vtkHDFWriterImplementation.cxx:249–258  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

247
248//------------------------------------------------------------------------------
249std::vector<vtkHDFWriter::Implementation::PolyDataTopos>
250vtkHDFWriter::Implementation::GetCellArraysForTopos(vtkPolyData* polydata)
251{
252 return {
253 { "Vertices", polydata->GetVerts() },
254 { "Lines", polydata->GetLines() },
255 { "Polygons", polydata->GetPolys() },
256 { "Strips", polydata->GetStrips() },
257 };
258}
259
260//------------------------------------------------------------------------------
261vtkHDF::ScopedH5DHandle vtkHDFWriter::Implementation::CreateAndWriteHdfDataset(hid_t group,

Callers 3

UpdateStepsGroupMethod · 0.80
AppendPrimitiveCellsMethod · 0.80

Calls 4

GetVertsMethod · 0.80
GetPolysMethod · 0.80
GetStripsMethod · 0.80
GetLinesMethod · 0.45

Tested by

no test coverage detected