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

Method SetPoint1

Filters/Sources/vtkLineSource.cxx:257–264  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

255
256//------------------------------------------------------------------------------
257void vtkLineSource::SetPoint1(float point1f[3])
258{
259 double point1d[3];
260 point1d[0] = point1f[0];
261 point1d[1] = point1f[1];
262 point1d[2] = point1f[2];
263 SetPoint1(point1d);
264}
265
266//------------------------------------------------------------------------------
267void vtkLineSource::SetPoint2(float point2f[3])

Calls 1

SetPoint1Function · 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