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

Method GetTableInput

IO/XML/vtkXMLTableWriter.cxx:54–57  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

52
53//------------------------------------------------------------------------------
54vtkTable* vtkXMLTableWriter::GetTableInput()
55{
56 return static_cast<vtkTable*>(this->Superclass::GetInput());
57}
58
59//------------------------------------------------------------------------------
60const char* vtkXMLTableWriter::GetDataSetName()

Callers 5

WriteInlinePieceMethod · 0.95
WriteAppendedPieceMethod · 0.95
GetInputAsTableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected