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

Method GetPointSetInput

IO/XML/vtkXMLUnstructuredDataWriter.cxx:63–66  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

61
62//------------------------------------------------------------------------------
63vtkPointSet* vtkXMLUnstructuredDataWriter::GetPointSetInput()
64{
65 return static_cast<vtkPointSet*>(this->Superclass::GetInput());
66}
67
68//------------------------------------------------------------------------------
69inline bool vtkNeedsNewFileVersionPolyhedronV2(vtkUnsignedCharArray* distinctCellTypes)

Callers 7

WriteInlinePieceMethod · 0.95
WriteAppendedPieceMethod · 0.95
GetInputAsPointSetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected