| 154 | NUMBER_OF_UNITS |
| 155 | }; |
| 156 | UnitsEnum GetUnits() const { return this->Units; } |
| 157 | vtkSmartPointer<vtkDoubleArray> GetCoordinates() { return this->Coordinates; } |
| 158 | vtkSmartPointer<vtkDoubleArray> GetBounds() { return this->Bounds; } |
| 159 | bool GetHasRegularSpacing() const { return this->HasRegularSpacing; } |
no outgoing calls
no test coverage detected