Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
inline vtkProp* vtkPropCollection::GetNextProp()
82
{
83
return static_cast<vtkProp*>(this->GetNextItemAsObject());
84
}
85
86
inline vtkProp* vtkPropCollection::GetLastProp()
87
{
Callers
15
GetNumberOfPaths
Method · 0.95
WriteToStream
Method · 0.80
RenderContextActors
Method · 0.80
WriteData
Method · 0.80
WriteData
Method · 0.80
RenderContextActors
Method · 0.80
ComputeWorldPosition
Method · 0.80
ComputeWorldPosition
Method · 0.80
ComputeWorldPosition
Method · 0.80
ComputeWorldPosition
Method · 0.80
TestOrientationMarkerWidget
Function · 0.80
SetCurrentImageNumber
Method · 0.80
Calls
1
GetNextItemAsObject
Method · 0.80
Tested by
1
TestOrientationMarkerWidget
Function · 0.64