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

Method GetLookupTable

Interaction/Image/vtkResliceImageViewer.cxx:202–211  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

200
201//------------------------------------------------------------------------------
202vtkScalarsToColors* vtkResliceImageViewer::GetLookupTable()
203{
204 if (vtkResliceCursorRepresentation* rep = vtkResliceCursorRepresentation::SafeDownCast(
205 this->ResliceCursorWidget->GetRepresentation()))
206 {
207 return rep->GetLookupTable();
208 }
209
210 return nullptr;
211}
212
213//------------------------------------------------------------------------------
214void vtkResliceImageViewer::UpdateOrientation()

Callers 15

InstallPipelineMethod · 0.95
SetColorWindowMethod · 0.95
SetColorLevelMethod · 0.95
WritePolyDataMethod · 0.45
TestGL2PSScalarBarFunction · 0.45
TestUSDExporterFunction · 0.45
WriteAnActorMethod · 0.45
WritePropCollectionMethod · 0.45
WriteNamedActorsMethod · 0.45
WriteAnActorMethod · 0.45
WriteAnActorMethod · 0.45
WriteAPieceMethod · 0.45

Calls 1

GetRepresentationMethod · 0.80

Tested by 15

TestGL2PSScalarBarFunction · 0.36
TestUSDExporterFunction · 0.36
CreateMapItemFunction · 0.36
CreateContourItemFunction · 0.36
TestBMPReaderFunction · 0.36
TestBMPReaderStreamFunction · 0.36
TestGDALRasterPaletteFunction · 0.36
CreateMapItemFunction · 0.36
CreateContourItemFunction · 0.36