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

Method GetNormals

Common/DataModel/vtkDataSetAttributes.cxx:1235–1238  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1233
1234//------------------------------------------------------------------------------
1235vtkDataArray* vtkDataSetAttributes::GetNormals()
1236{
1237 return this->GetAttribute(NORMALS);
1238}
1239
1240//------------------------------------------------------------------------------
1241int vtkDataSetAttributes::SetTangents(vtkDataArray* da)

Callers 4

TransformPointSetMethod · 0.45
TestCellLocatorFunction · 0.45
TestMemkindDataFunction · 0.45

Calls 2

GetAttributeMethod · 0.95
GetArrayMethod · 0.45

Tested by 3

TestCellLocatorFunction · 0.36
TestMemkindDataFunction · 0.36