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

Method GetScalars

Common/DataModel/vtkDataSetAttributes.cxx:1199–1202  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1197
1198//------------------------------------------------------------------------------
1199vtkDataArray* vtkDataSetAttributes::GetScalars()
1200{
1201 return this->GetAttribute(SCALARS);
1202}
1203
1204//------------------------------------------------------------------------------
1205int vtkDataSetAttributes::SetVectors(vtkDataArray* da)

Callers 15

GetSelectedArrayMethod · 0.45
TestPropItemFunction · 0.45
TestContextAreaFixedRectFunction · 0.45
TestContextAreaFunction · 0.45
BuildTreeMethod · 0.45
ExecuteDataMethod · 0.45
RequestDataMethod · 0.45
BuildTreeMethod · 0.45
ShallowCopyMethod · 0.45
CopyAttributeDataMethod · 0.45

Calls 2

GetAttributeMethod · 0.95
GetArrayMethod · 0.45

Tested by 13

TestPropItemFunction · 0.36
TestContextAreaFixedRectFunction · 0.36
TestContextAreaFunction · 0.36
TestCopyAttributeDataFunction · 0.36
TestPolyhedron0Function · 0.36
TestPolyhedralCellsInUGFunction · 0.36
TestBiQuadraticQuadFunction · 0.36
TestFieldListFunction · 0.36
TestPolyhedron1Function · 0.36