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

Method CreateUnstructuredPieceWriter

IO/ParallelXML/vtkXMLPPolyDataWriter.cxx:44–50  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

42
43//------------------------------------------------------------------------------
44vtkXMLUnstructuredDataWriter* vtkXMLPPolyDataWriter::CreateUnstructuredPieceWriter()
45{
46 // Create the writer for the piece.
47 vtkXMLPolyDataWriter* pWriter = vtkXMLPolyDataWriter::New();
48 pWriter->SetInputConnection(this->GetInputConnection(0, 0));
49 return pWriter;
50}
51
52//------------------------------------------------------------------------------
53int vtkXMLPPolyDataWriter::FillInputPortInformation(int, vtkInformation* info)

Callers 1

CreatePieceWriterMethod · 0.45

Calls 3

NewFunction · 0.50
SetInputConnectionMethod · 0.45
GetInputConnectionMethod · 0.45

Tested by

no test coverage detected