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

Method SetActiveAttribute

Common/DataModel/vtkDataSetAttributes.cxx:1191–1196  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1189
1190//------------------------------------------------------------------------------
1191int vtkDataSetAttributes::SetActiveAttribute(const char* name, int attributeType)
1192{
1193 int index;
1194 this->GetAbstractArray(name, index);
1195 return this->SetActiveAttribute(index, attributeType);
1196}
1197
1198//------------------------------------------------------------------------------
1199vtkDataArray* vtkDataSetAttributes::GetScalars()

Callers 13

PassDataMethod · 0.95
InternalCopyAllocateMethod · 0.95
SetActiveScalarsMethod · 0.95
SetActiveVectorsMethod · 0.95
SetActiveNormalsMethod · 0.95
SetActiveTangentsMethod · 0.95
SetActiveTCoordsMethod · 0.95
SetActiveTensorsMethod · 0.95
SetActiveGlobalIdsMethod · 0.95
SetActivePedigreeIdsMethod · 0.95

Calls 3

GetAbstractArrayMethod · 0.80
GetNumberOfArraysMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected