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

Method AddItem

Common/DataModel/vtkPlaneCollection.h:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61};
62
63inline void vtkPlaneCollection::AddItem(vtkPlane* f)
64{
65 this->vtkCollection::AddItem(f);
66}
67
68inline vtkPlane* vtkPlaneCollection::GetNextItem()
69{

Callers 7

AddFunctionMethod · 0.45
AddCueMethod · 0.45
AddDataSetMethod · 0.45
AddFunctionMethod · 0.45
TestShapeFunctionImageFunction · 0.45
TestShapeFunctionImageFunction · 0.45
TestSmoothErrorMetricFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestShapeFunctionImageFunction · 0.36
TestShapeFunctionImageFunction · 0.36
TestSmoothErrorMetricFunction · 0.36