------------------------------------------------------------------------------ Description: Does the attribute `a' have no higher-order interpolation for the cell? \pre a_exists: a!=0 \post definition: result==(GetAttributeOrder()==1)
| 136 | // \pre a_exists: a!=0 |
| 137 | // \post definition: result==(GetAttributeOrder()==1) |
| 138 | vtkTypeBool vtkGenericAdaptorCell::IsAttributeLinear(vtkGenericAttribute* a) |
| 139 | { |
| 140 | return this->GetAttributeOrder(a) == 1; |
| 141 | } |
| 142 | |
| 143 | //------------------------------------------------------------------------------ |
| 144 | void vtkGenericAdaptorCell::GetBounds(double bounds[6]) |
no test coverage detected