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

Method SetActiveVectors

Common/DataModel/vtkDataSetAttributes.cxx:1211–1214  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1209
1210//------------------------------------------------------------------------------
1211int vtkDataSetAttributes::SetActiveVectors(const char* name)
1212{
1213 return this->SetActiveAttribute(name, VECTORS);
1214}
1215
1216//------------------------------------------------------------------------------
1217vtkDataArray* vtkDataSetAttributes::GetVectors()

Callers 15

ReadAttributesMethod · 0.80
GeneratePointDataMethod · 0.80
GenerateCellDataMethod · 0.80
RequestDataMethod · 0.80
GetPolyDataDistanceMethod · 0.80
RequestDataMethod · 0.80
constructVelocityProfileFunction · 0.80
TestFieldNamesFunction · 0.80
RequestDataMethod · 0.80

Calls 1

SetActiveAttributeMethod · 0.95

Tested by 8

constructVelocityProfileFunction · 0.64
TestFieldNamesFunction · 0.64
RequestDataMethod · 0.64
RedistributeImageDataFunction · 0.64