------------------------------------------------------------------------------ Description: Is the cell primary (i.e. not composite) ?
| 200 | // Description: |
| 201 | // Is the cell primary (i.e. not composite) ? |
| 202 | int vtkBridgeCell::IsPrimary() |
| 203 | { |
| 204 | return this->Cell->IsPrimaryCell(); |
| 205 | } |
| 206 | |
| 207 | //------------------------------------------------------------------------------ |
| 208 | // Description: |
nothing calls this directly
no test coverage detected