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

Method SetAxisAligned

Common/DataModel/vtkPlane.cxx:119–127  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

117
118//------------------------------------------------------------------------------
119void vtkPlane::SetAxisAligned(bool _arg)
120{
121 if (this->AxisAligned != _arg)
122 {
123 this->AxisAligned = _arg;
124 this->Modified();
125 this->InternalUpdates();
126 }
127}
128
129//------------------------------------------------------------------------------
130void vtkPlane::DeepCopy(vtkPlane* plane)

Callers 3

DeepCopyMethod · 0.95
TestPlaneFunction · 0.80
ReflectFunction · 0.80

Calls 2

InternalUpdatesMethod · 0.95
ModifiedMethod · 0.45

Tested by 2

TestPlaneFunction · 0.64
ReflectFunction · 0.64