MCPcopy Create free account
hub / github.com/MITK/MITK / SetVtkLookupTable

Method SetVtkLookupTable

Modules/Core/src/DataManagement/mitkLookupTable.cpp:134–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void mitk::LookupTable::SetVtkLookupTable(vtkSmartPointer<vtkLookupTable> lut)
135{
136 if ((!lut) || (m_LookupTable == lut))
137 {
138 return;
139 }
140
141 m_LookupTable = lut;
142 this->Modified();
143}
144
145void mitk::LookupTable::SetType(const mitk::LookupTable::LookupTableType type)
146{

Calls 1

ModifiedMethod · 0.45