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

Method AddItem

IO/Image/vtkImageReader2Collection.cxx:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9vtkStandardNewMacro(vtkImageReader2Collection);
10
11void vtkImageReader2Collection::AddItem(vtkImageReader2* f)
12{
13 this->vtkCollection::AddItem(f);
14}
15
16vtkImageReader2* vtkImageReader2Collection::GetNextItem()
17{

Callers 15

TestStackedPlotGL2PSFunction · 0.45
TestGL2PSContextFunction · 0.45
WriteDataMethod · 0.45
TestSVGContextShadingFunction · 0.45
TestLinePlotGL2PSFunction · 0.45
TestSVGContextExportFunction · 0.45
RegisterReaderMethod · 0.45
InitializeReadersMethod · 0.45
GetRegisteredReadersMethod · 0.45
ReadLinearTransformMethod · 0.45

Calls

no outgoing calls

Tested by 10

TestStackedPlotGL2PSFunction · 0.36
TestGL2PSContextFunction · 0.36
TestSVGContextShadingFunction · 0.36
TestLinePlotGL2PSFunction · 0.36
TestSVGContextExportFunction · 0.36
TestPDFTransformedTextFunction · 0.36
TestPDFContextShadingFunction · 0.36
TestPDFContextExportFunction · 0.36