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

Method WriteCellsAppendedData

IO/XML/vtkXMLUnstructuredDataWriter.cxx:832–836  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

830
831//------------------------------------------------------------------------------
832void vtkXMLUnstructuredDataWriter::WriteCellsAppendedData(
833 vtkCellArray* cells, vtkDataArray* types, int timestep, OffsetsManagerGroup* cellsManager)
834{
835 this->WritePolyCellsAppendedData(cells, types, nullptr, nullptr, timestep, cellsManager);
836}
837
838//------------------------------------------------------------------------------
839void vtkXMLUnstructuredDataWriter::WriteCellsAppendedData(vtkCellIterator* cellIter,

Callers 2

Calls 13

ConvertCellsMethod · 0.95
ConvertPolyFacesMethod · 0.95
CreatePolyFaceFunction · 0.85
GoToNextCellMethod · 0.80
AllocateMethod · 0.45
GetNumberOfTuplesMethod · 0.45
InitTraversalMethod · 0.45
IsDoneWithTraversalMethod · 0.45
GetCellTypeMethod · 0.45
InsertNextValueMethod · 0.45

Tested by

no test coverage detected