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

Method GetNextImage

Rendering/Image/vtkImageSliceCollection.h:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76};
77
78inline vtkImageSlice* vtkImageSliceCollection::GetNextImage()
79{
80 return static_cast<vtkImageSlice*>(this->GetNextItemAsObject());
81}
82
83inline vtkImageSlice* vtkImageSliceCollection::GetNextImage(vtkCollectionSimpleIterator& cookie)
84{

Callers 15

SortMethod · 0.95
GetNextItemFunction · 0.80
~vtkImageStackMethod · 0.80
GetActiveImageMethod · 0.80
GetImagesMethod · 0.80
ShallowCopyMethod · 0.80
GetBoundsMethod · 0.80
PokeMatricesMethod · 0.80
RenderOpaqueGeometryMethod · 0.80
RenderOverlayMethod · 0.80

Calls 1

GetNextItemAsObjectMethod · 0.80

Tested by

no test coverage detected