------------------------------------------------------------------------------
| 1717 | |
| 1718 | //------------------------------------------------------------------------------ |
| 1719 | void 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 | //------------------------------------------------------------------------------ |
| 1728 | int vtkDataSetAttributes::IsArrayAnAttribute(int idx) |
no outgoing calls
no test coverage detected