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

Method GetPointSetInput

IO/ParallelXML/vtkXMLPUnstructuredDataWriter.cxx:26–29  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

24
25//------------------------------------------------------------------------------
26vtkPointSet* vtkXMLPUnstructuredDataWriter::GetPointSetInput()
27{
28 return static_cast<vtkPointSet*>(this->GetInput());
29}
30
31//------------------------------------------------------------------------------
32vtkXMLWriter* vtkXMLPUnstructuredDataWriter::CreatePieceWriter(int index)

Callers 2

WritePDataMethod · 0.95
GetInputAsPointSetFunction · 0.45

Calls 1

GetInputMethod · 0.45

Tested by

no test coverage detected