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

Method SetOffset

Common/DataModel/vtkPlane.cxx:108–116  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

106
107//------------------------------------------------------------------------------
108void vtkPlane::SetOffset(double _arg)
109{
110 if (this->Offset != _arg)
111 {
112 this->Offset = _arg;
113 this->Modified();
114 this->InternalUpdates();
115 }
116}
117
118//------------------------------------------------------------------------------
119void vtkPlane::SetAxisAligned(bool _arg)

Callers 15

DeepCopyMethod · 0.95
ReadLabelListListMethod · 0.80
CreateCellFacesMethod · 0.80
tilerFunction · 0.80
CalculateBarPlotsMethod · 0.80
vtkRenderViewMethod · 0.80
TestClipStructuredSphereFunction · 0.80
TestPlaneFunction · 0.80

Calls 2

InternalUpdatesMethod · 0.95
ModifiedMethod · 0.45

Tested by 7

tilerFunction · 0.64
TestClipStructuredSphereFunction · 0.64
TestPlaneFunction · 0.64
ReflectFunction · 0.64
UnitTestMaskPointsFunction · 0.64