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

Method GetAttributeIndices

Common/DataModel/vtkDataSetAttributes.cxx:1719–1725  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1717
1718//------------------------------------------------------------------------------
1719void vtkDataSetAttributes::GetAttributeIndices(int* indexArray)
1720{
1721 for (int i = 0; i < NUM_ATTRIBUTES; ++i)
1722 {
1723 indexArray[i] = this->AttributeIndices[i];
1724 }
1725}
1726
1727//------------------------------------------------------------------------------
1728int vtkDataSetAttributes::IsArrayAnAttribute(int idx)

Callers 5

WriteAttributeIndicesMethod · 0.80
WriteFieldDataMethod · 0.80
GetFieldsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected