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

Method GetVectors

Common/DataModel/vtkDataSetAttributes.cxx:1217–1220  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1215
1216//------------------------------------------------------------------------------
1217vtkDataArray* vtkDataSetAttributes::GetVectors()
1218{
1219 return this->GetAttribute(VECTORS);
1220}
1221
1222//------------------------------------------------------------------------------
1223int vtkDataSetAttributes::SetNormals(vtkDataArray* da)

Callers 3

TestCopyAttributeDataFunction · 0.45
TransformPointSetMethod · 0.45
TestFieldListFunction · 0.45

Calls 2

GetAttributeMethod · 0.95
GetArrayMethod · 0.45

Tested by 2

TestCopyAttributeDataFunction · 0.36
TestFieldListFunction · 0.36