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

Method SetNormals

Common/DataModel/vtkDataSetAttributes.cxx:1223–1226  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1221
1222//------------------------------------------------------------------------------
1223int vtkDataSetAttributes::SetNormals(vtkDataArray* da)
1224{
1225 return this->SetAttribute(da, NORMALS);
1226}
1227
1228//------------------------------------------------------------------------------
1229int vtkDataSetAttributes::SetActiveNormals(const char* name)

Callers

nothing calls this directly

Calls 1

SetAttributeMethod · 0.95

Tested by

no test coverage detected