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

Method GetCodes

Common/DataModel/vtkPath.cxx:117–120  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

115
116//------------------------------------------------------------------------------
117vtkIntArray* vtkPath::GetCodes()
118{
119 return vtkArrayDownCast<vtkIntArray>(this->PointData->GetScalars());
120}
121VTK_ABI_NAMESPACE_END

Callers 9

DrawPathMethod · 0.80
DrawPathMethod · 0.80
TestPathFunction · 0.80
DrawPathPSMethod · 0.80
DrawPathPDFMethod · 0.80
DrawPathSVGMethod · 0.80
PaintMethod · 0.80
PaintMethod · 0.80
PaintMethod · 0.80

Calls 1

GetScalarsMethod · 0.45

Tested by 4

TestPathFunction · 0.64
PaintMethod · 0.64
PaintMethod · 0.64
PaintMethod · 0.64