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

Method SetActiveNormals

Common/DataModel/vtkDataSetAttributes.cxx:1229–1232  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1227
1228//------------------------------------------------------------------------------
1229int vtkDataSetAttributes::SetActiveNormals(const char* name)
1230{
1231 return this->SetActiveAttribute(name, NORMALS);
1232}
1233
1234//------------------------------------------------------------------------------
1235vtkDataArray* vtkDataSetAttributes::GetNormals()

Callers 4

RequestDataMethod · 0.80
GeneratePointDataMethod · 0.80
GenerateCellDataMethod · 0.80
ProcessDataObjectMethod · 0.80

Calls 1

SetActiveAttributeMethod · 0.95

Tested by

no test coverage detected