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

Method GetNextProp

Rendering/Core/vtkPropCollection.h:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81inline vtkProp* vtkPropCollection::GetNextProp()
82{
83 return static_cast<vtkProp*>(this->GetNextItemAsObject());
84}
85
86inline vtkProp* vtkPropCollection::GetLastProp()
87{

Callers 15

GetNumberOfPathsMethod · 0.95
WriteToStreamMethod · 0.80
RenderContextActorsMethod · 0.80
WriteDataMethod · 0.80
WriteDataMethod · 0.80
RenderContextActorsMethod · 0.80
ComputeWorldPositionMethod · 0.80
ComputeWorldPositionMethod · 0.80
ComputeWorldPositionMethod · 0.80
ComputeWorldPositionMethod · 0.80
SetCurrentImageNumberMethod · 0.80

Calls 1

GetNextItemAsObjectMethod · 0.80

Tested by 1