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

Method SetPoint2

Filters/Sources/vtkLineSource.cxx:267–274  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

265
266//------------------------------------------------------------------------------
267void vtkLineSource::SetPoint2(float point2f[3])
268{
269 double point2d[3];
270 point2d[0] = point2f[0];
271 point2d[1] = point2f[1];
272 point2d[2] = point2f[2];
273 SetPoint2(point2d);
274}
275
276//------------------------------------------------------------------------------
277void vtkLineSource::PrintSelf(ostream& os, vtkIndent indent)

Calls 1

SetPoint2Function · 0.50

Tested by 15

TestLineSourceFunction · 0.36
TestBSPTreeFunction · 0.36
TestRotationalExtrusionFunction · 0.36
TestRotationalExtrusion2Function · 0.36
MyMainFunction · 0.36
commonFunction · 0.36
Test2DProbingFunction · 0.36