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

Method WritePolyCellsInline

IO/XML/vtkXMLUnstructuredDataWriter.cxx:640–650  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

638
639//------------------------------------------------------------------------------
640void vtkXMLUnstructuredDataWriter::WritePolyCellsInline(const char* name, vtkCellArray* cells,
641 vtkDataArray* types, vtkCellArray* faces, vtkCellArray* faceOffsets, vtkIndent indent)
642{
643 if (cells)
644 {
645 this->ConvertCells(cells);
646 }
647 this->ConvertPolyFaces(faces, faceOffsets);
648
649 this->WriteCellsInlineWorker(name, types, indent);
650}
651
652//------------------------------------------------------------------------------
653void vtkXMLUnstructuredDataWriter::WriteCellsInlineWorker(

Callers 2

WriteCellsInlineMethod · 0.95
WriteInlinePieceMethod · 0.80

Calls 3

ConvertCellsMethod · 0.95
ConvertPolyFacesMethod · 0.95

Tested by

no test coverage detected