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

Method GetInput

IO/ParallelXML/vtkXMLPTableWriter.cxx:34–37  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

32
33//------------------------------------------------------------------------------
34vtkTable* vtkXMLPTableWriter::GetInput()
35{
36 return vtkTable::SafeDownCast(this->Superclass::GetInput());
37}
38
39//------------------------------------------------------------------------------
40const char* vtkXMLPTableWriter::GetDataSetName()

Callers 4

WritePDataMethod · 0.95
WritePieceInternalMethod · 0.95
GetPointSetInputMethod · 0.45
executeFunction · 0.45

Calls

no outgoing calls

Tested by 1

executeFunction · 0.36