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

Method SetCenter

Common/DataModel/vtkAnnulus.cxx:45–48  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

43
44//------------------------------------------------------------------------------
45void vtkAnnulus::SetCenter(double x, double y, double z)
46{
47 this->SetCenter(vtkVector3d(x, y, z));
48}
49
50//------------------------------------------------------------------------------
51void vtkAnnulus::SetCenter(const double xyz[3])

Callers 15

TestQtPickingFunction · 0.45
TestRenderViewFunction · 0.45
TestCylinderFunction · 0.45
TestSphereFunction · 0.45
GenerateDataSetMethod · 0.45
TestVTKMSlice.pyFile · 0.45
TestVTKMGradientFunction · 0.45
TestVTKMWarpVectorFunction · 0.45
TestVTKMCleanGridFunction · 0.45
TestVTKMWarpScalarFunction · 0.45
TestVTKMExternalFacesFunction · 0.45

Calls 2

UpdateTransformMethod · 0.95
vtkVector3dClass · 0.70

Tested by 15

TestQtPickingFunction · 0.36
TestRenderViewFunction · 0.36
TestCylinderFunction · 0.36
TestSphereFunction · 0.36
TestVTKMGradientFunction · 0.36
TestVTKMWarpVectorFunction · 0.36
TestVTKMCleanGridFunction · 0.36
TestVTKMWarpScalarFunction · 0.36
TestVTKMExternalFacesFunction · 0.36
RequestDataMethod · 0.36