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

Method GetInput

IO/XML/vtkXMLImageDataWriter.cxx:25–28  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

23
24//------------------------------------------------------------------------------
25vtkImageData* vtkXMLImageDataWriter::GetInput()
26{
27 return static_cast<vtkImageData*>(this->Superclass::GetInput());
28}
29
30//------------------------------------------------------------------------------
31void vtkXMLImageDataWriter::GetInputExtent(int* extent)

Callers 2

GetInputExtentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected