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

Method SetDirection

Filters/Sources/vtkPointHandleSource.cxx:37–46  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

35
36//------------------------------------------------------------------------------
37void vtkPointHandleSource::SetDirection(double xDir, double yDir, double zDir)
38{
39 if ((this->Direction[0] != xDir) || (this->Direction[1] != yDir) || (this->Direction[2] != zDir))
40 {
41 this->Direction[0] = xDir;
42 this->Direction[1] = yDir;
43 this->Direction[2] = zDir;
44 this->Modified();
45 }
46}
47
48//------------------------------------------------------------------------------
49double* vtkPointHandleSource::GetDirection()

Callers 15

TickInternalMethod · 0.45
BuildRendererFunction · 0.45
BuildRendererFunction · 0.45
TestCellPickerImageFunction · 0.45
testVolumePickerMethod · 0.45
ExecuteMethod · 0.45
CommitFunction · 0.45
CommitFunction · 0.45

Calls 1

ModifiedMethod · 0.45

Tested by 15

BuildRendererFunction · 0.36
BuildRendererFunction · 0.36
TestCellPickerImageFunction · 0.36
ExecuteMethod · 0.36
TestOpacityMSAAFunction · 0.36
TestDepthSortPolyDataFunction · 0.36