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

Method GetDirection

Filters/Sources/vtkHandleSource.cxx:22–28  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

20
21//------------------------------------------------------------------------------
22void vtkHandleSource::GetDirection(double dir[3])
23{
24 for (int i = 0; i < 3; i++)
25 {
26 dir[i] = this->GetDirection()[i];
27 }
28}
29
30//------------------------------------------------------------------------------
31void vtkHandleSource::PrintSelf(ostream& os, vtkIndent indent)

Callers 3

PrintSelfMethod · 0.95
TickInternalMethod · 0.45
TraceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected