MCPcopy Create free account
hub / github.com/Kitware/VTK / GetCroppingRegionFlags

Method GetCroppingRegionFlags

Rendering/VolumeAMR/vtkAMRVolumeMapper.cxx:214–217  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 6

ComputeRenderModeMethod · 0.80
CreateMapperMethod · 0.80
SetCroppingRegionsMethod · 0.80
RequestInformationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected