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

Method GetParametricCenter

Common/DataModel/vtkLine.h:184–189  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

182
183//----------------------------------------------------------------------------
184inline int vtkLine::GetParametricCenter(double pcoords[3])
185{
186 pcoords[0] = 0.5;
187 pcoords[1] = pcoords[2] = 0.0;
188 return 0;
189}
190
191VTK_ABI_NAMESPACE_END
192#endif

Callers 15

CreateCellDataFunction · 0.45
ComputeCellCenterFunction · 0.45
ComputeCellCenterMethod · 0.45
TestOneCellFunction · 0.45
GetReceivePointsFunction · 0.45
TestGenericCellFunction · 0.45
TestInterpolationDerivsFunction · 0.45
TestCellFunction · 0.45

Calls

no outgoing calls

Tested by 15

CreateCellDataFunction · 0.36
TestOneCellFunction · 0.36
GetReceivePointsFunction · 0.36
TestGenericCellFunction · 0.36
TestInterpolationDerivsFunction · 0.36
TestCellFunction · 0.36
TestInterpolationDerivsFunction · 0.36