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

Method GetPosition

Filters/Sources/vtkHandleSource.cxx:13–19  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

11
12//------------------------------------------------------------------------------
13void vtkHandleSource::GetPosition(double pos[3])
14{
15 for (int i = 0; i < 3; i++)
16 {
17 pos[i] = this->GetPosition()[i];
18 }
19}
20
21//------------------------------------------------------------------------------
22void vtkHandleSource::GetDirection(double dir[3])

Callers 15

PrintSelfMethod · 0.95
TestCellDerivs.pyFile · 0.45
GenerateParticlesMethod · 0.45
IntegrateMethod · 0.45
InsertPathOutputPointMethod · 0.45
ComputeCellLengthMethod · 0.45
TestLagrangianParticleFunction · 0.45

Calls

no outgoing calls

Tested by 8

TestLagrangianParticleFunction · 0.36
OnKeyPressMethod · 0.36
TestWithPointsFunction · 0.36
TestWithPointsAndCellsFunction · 0.36
TestAppendMoleculeFunction · 0.36
ExecuteMethod · 0.36