------------------------------------------------------------------------------ Description: Does the cell have no higher-order interpolation for geometry? \post definition: result==(GetGeometryOrder()==1)
| 93 | // Does the cell have no higher-order interpolation for geometry? |
| 94 | // \post definition: result==(GetGeometryOrder()==1) |
| 95 | int vtkGenericAdaptorCell::IsGeometryLinear() |
| 96 | { |
| 97 | return this->GetGeometryOrder() == 1; |
| 98 | } |
| 99 | |
| 100 | //------------------------------------------------------------------------------ |
| 101 | // Description: |
no test coverage detected