------------------------------------------------------------------------------
| 212 | } |
| 213 | //------------------------------------------------------------------------------ |
| 214 | int vtkAMRVolumeMapper::GetCroppingRegionFlags() VTK_FUTURE_CONST |
| 215 | { |
| 216 | return this->InternalMapper->GetCroppingRegionFlags(); |
| 217 | } |
| 218 | //------------------------------------------------------------------------------ |
| 219 | void vtkAMRVolumeMapper::SetCroppingRegionPlanes( |
| 220 | double arg1, double arg2, double arg3, double arg4, double arg5, double arg6) |
no outgoing calls
no test coverage detected